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

12

/netbsd-current/include/
H A Dstab.h43 #define N_GSYM 0x20 /* global symbol */ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dxcoffout.h93 /* Another special case: N_GSYM always gets the symbol name, \
95 else if (CODE == N_GSYM) \
H A Dxcoffout.c206 case N_GSYM:
H A Ddbxout.c3035 G and N_GSYM for static storage and global scope,
3052 code = N_GSYM;
3112 code = N_GSYM;
3212 code = N_GSYM;
3303 around each group of symbols in the same .comm area. The N_GSYM stabs
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.h93 /* Another special case: N_GSYM always gets the symbol name, \
95 else if (CODE == N_GSYM) \
H A Dxcoffout.cc205 case N_GSYM:
H A Ddbxout.cc3039 G and N_GSYM for static storage and global scope,
3056 code = N_GSYM;
3116 code = N_GSYM;
3216 code = N_GSYM;
3307 around each group of symbols in the same .comm area. The N_GSYM stabs
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h81 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
168 * for variables -- n_other bits for N_LSYM, N_GSYM, N_LCSYM, N_STSYM, ...
H A DStabs.cc1383 case N_GSYM:
2126 case N_GSYM:
2580 RET_S (N_GSYM);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dstab.h81 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
168 * for variables -- n_other bits for N_LSYM, N_GSYM, N_LCSYM, N_STSYM, ...
H A DStabs.cc1384 case N_GSYM:
2126 case N_GSYM:
2580 RET_S (N_GSYM);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c56 #define N_GSYM 0x20 /* global symbol */ macro
376 sname, ostr, N_GSYM, (CONSZ)suesize);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c56 #define N_GSYM 0x20 /* global symbol */ macro
374 sname, ostr, N_GSYM, (CONSZ)suesize);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h112 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
H A Dstabs.c246 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
H A Dst_parse.c436 case N_GSYM:
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp219 {MachO::N_GSYM, "N_GSYM"}, {MachO::N_FNAME, "N_FNAME"},
428 case MachO::N_GSYM:
565 // export lists, you can get symbols described as N_GSYM in the debug map,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmachoread.c298 case N_GSYM:
471 case N_GSYM:
H A Ddbxread.c1407 case N_GSYM: /* Global (extern) variable; can be
2730 case N_GSYM: /* Global variable. */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmachoread.c303 case N_GSYM:
474 case N_GSYM:
H A Ddbxread.c1409 case N_GSYM: /* Global (extern) variable; can be
2783 case N_GSYM: /* Global variable. */
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c2006 stab_type = N_GSYM;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwrstabs.c2043 stab_type = N_GSYM;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c2043 stab_type = N_GSYM;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h355 N_GSYM = 0x20u, enumerator in enum:llvm::MachO::StabType

Completed in 486 milliseconds

12