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

/freebsd-10-stable/contrib/gcc/
H A Dxcoffout.h37 /* Must use N_STSYM for static const variables (those in the text section)
40 #define DBX_STATIC_CONST_VAR_CODE N_STSYM
46 if ((CODE) == N_STSYM) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
H A Dstab.def38 __define_stab (N_STSYM, 0x26, "STSYM")
H A Dxcoffout.c207 case N_STSYM:
H A Ddbxout.c2853 N_STSYM if in data segment, N_FUN otherwise.
2854 (We used N_FUN originally, then changed to N_STSYM
2922 code = N_STSYM;
/freebsd-10-stable/include/
H A Dstab.h46 #define N_STSYM 0x26 /* data segment variable */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def46 __define_stab (N_STSYM, 0x26, "STSYM")
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h110 #define N_STSYM 0x26 /* static symbol: name,,0,type,0 or section relative */ macro
H A Dstabs.c246 stab->n_type == N_STSYM || stab->n_type == N_BINCL ||
H A Dst_parse.c437 case N_STSYM:
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c498 case N_STSYM: strcpy(type, "stsym"); break;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dstabs.c597 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c1638 case N_STSYM: /* Data seg var -- static */
2701 N_STSYM or N_GSYM for SunOS4 acc; N_FUN for other compilers. */
3003 case N_STSYM: /* Static symbol in data seg */
3009 2.0.1 of the SunPRO compiler). N_STSYM and friends sit on the fence.
3010 .stab "foo:S...",N_STSYM is absolute (ld relocates it)
3011 .stab "foo:V...",N_STSYM is relative (section base subtracted).
3045 case N_STSYM:
3142 functions with N_GSYM or N_STSYM. The problem is
3144 it doesn't even attept an address; for N_STSYM it
3165 if (type == N_GSYM || type == N_STSYM
[all...]
H A Dmdebugread.c2974 case N_STSYM: /* Data seg var -- static */
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h323 N_STSYM = 0x26u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c2038 stab_type = N_STSYM;
2043 stab_type = N_STSYM;

Completed in 102 milliseconds