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

/freebsd-12-stable/include/
H A Dstab.h45 #define N_GSYM 0x20 /* global symbol */ macro
/freebsd-12-stable/contrib/gcc/
H A Dxcoffout.h93 /* Another special case: N_GSYM always gets the symbol name, \
95 else if (CODE == N_GSYM) \
H A Dxcoffout.c198 case N_GSYM:
H A Ddbxout.c2849 G and N_GSYM for static storage and global scope,
2865 code = N_GSYM;
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h108 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
H A Dstabs.c242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
H A Dst_parse.c436 case N_GSYM:
/freebsd-12-stable/usr.bin/ldd/
H A Dsods.c497 case N_GSYM: strcpy(type, "gsym"); break;
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddbxread.c1644 case N_GSYM: /* Global (extern) variable; can be
2701 N_STSYM or N_GSYM for SunOS4 acc; N_FUN for other compilers. */
3097 case N_GSYM: /* Global variable */
3142 functions with N_GSYM or N_STSYM. The problem is
3143 that the address of the symbol is no good (for N_GSYM
3165 if (type == N_GSYM || type == N_STSYM
H A Dmdebugread.c2980 case N_GSYM: /* Global (extern) variable; can be
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp926 _stabs.push_back(mach_o::Stab(nullptr, N_GSYM, 1, 0, 0, atom->name()));
H A DMachONormalizedFileToAtoms.cpp760 case N_GSYM: {
780 "can't find atom for N_GSYM stabs" + stabSym.name +
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h349 N_GSYM = 0x20u, enumerator in enum:llvm::MachO::StabType
/freebsd-12-stable/contrib/binutils/binutils/
H A Dwrstabs.c2033 stab_type = N_GSYM;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp620 {MachO::N_GSYM, "GSYM"},

Completed in 176 milliseconds