Searched refs:N_STSYM (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/include/
H A Dstab.h48 #define N_STSYM 0x26 /* data segment variable */ macro
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h120 #define N_STSYM 0x26 /* static symbol: name,,0,type,0 or section relative */ macro
H A Dstabs.c246 stab->n_type == N_STSYM || stab->n_type == N_BINCL ||
H A Dst_parse.c441 case N_STSYM:
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp924 _stabs.push_back(mach_o::Stab(atom, N_STSYM, 1, 0, 0, atom->name()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h357 N_STSYM = 0x26u, enumerator in enum:llvm::MachO::StabType
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp638 {MachO::N_STSYM, "STSYM"},

Completed in 100 milliseconds