Home
last modified time | relevance | path

Searched refs:N_GSYM (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dstab.h41 #define N_GSYM 0x20 /* global symbol */ macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h114 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h361 N_GSYM = 0x20u, enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1283 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp563 {MachO::N_GSYM, "GSYM"}, {MachO::N_FNAME, "FNAME"},