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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.h36 /* Must use N_STSYM for static const variables (those in the text section)
39 #define DBX_STATIC_CONST_VAR_CODE N_STSYM
45 if ((CODE) == N_STSYM) \
55 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
H A Dstab.def37 __define_stab (N_STSYM, 0x26, "STSYM")
H A Dxcoffout.c214 case N_STSYM:
H A Ddbxout.c2916 N_STSYM if in data segment, N_FUN otherwise.
2917 (We used N_FUN originally, then changed to N_STSYM
3002 code = N_STSYM;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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 Dxcoffout.c207 case N_STSYM:
H A Ddbxout.c2783 N_STSYM if in data segment, N_FUN otherwise.
2784 (We used N_FUN originally, then changed to N_STSYM
2852 code = N_STSYM;
/netbsd-6-1-5-RELEASE/include/
H A Dstab.h46 #define N_STSYM 0x26 /* data segment variable */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dstab.def47 __define_stab (N_STSYM, 0x26, "STSYM")
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h110 #define N_STSYM 0x26 /* static symbol: name,,0,type,0 or section relative */ macro
H A Dstabs.c250 stab->n_type == N_STSYM || stab->n_type == N_BINCL ||
H A Dst_parse.c444 case N_STSYM:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dstabs.c601 if (type == (int) N_STSYM || type == (int) N_LCSYM)
H A Dmach-o.c1693 case N_STSYM:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dstabs.c601 if (type == (int) N_STSYM || type == (int) N_LCSYM)
H A Dmach-o.c1693 case N_STSYM:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmachoread.c165 case N_STSYM:
H A Ddbxread.c1654 case N_STSYM: /* Data seg var -- static. */
2760 N_STSYM or N_GSYM for SunOS4 acc; N_FUN for other compilers. */
3050 case N_STSYM: /* Static symbol in data segment. */
3056 2.0.1 of the SunPRO compiler). N_STSYM and friends sit on
3057 the fence. .stab "foo:S...",N_STSYM is absolute (ld
3058 relocates it) .stab "foo:V...",N_STSYM is relative (section
3096 case N_STSYM:
H A DChangeLog-3.x291 N_STSYM, etc.
H A Dmdebugread.c3107 case N_STSYM: /* Data seg var -- static */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c2038 stab_type = N_STSYM;
2043 stab_type = N_STSYM;

Completed in 180 milliseconds