Searched refs:N_GSYM (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A Dstab.h41 #define N_GSYM 0x20 /* global symbol */ macro
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h114 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp213 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h361 N_GSYM = 0x20u, enumerator in enum:llvm::MachO::StabType
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1215 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp563 {MachO::N_GSYM, "GSYM"}, {MachO::N_FNAME, "FNAME"},

Completed in 254 milliseconds