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

/freebsd-10.1-release/include/
H A Dstab.h43 #define N_GSYM 0x20 /* global symbol */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def33 __define_stab (N_GSYM, 0x20, "GSYM")
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def25 __define_stab (N_GSYM, 0x20, "GSYM")
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-10.1-release/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.c432 case N_GSYM:
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c495 case N_GSYM: strcpy(type, "gsym"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h320 N_GSYM = 0x20u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/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-10.1-release/contrib/binutils/binutils/
H A Dwrstabs.c2033 stab_type = N_GSYM;

Completed in 226 milliseconds