| /openbsd/src/gnu/gcc/gcc/ |
| D | xcoffout.h | 40 #define DBX_STATIC_CONST_VAR_CODE N_STSYM 46 if ((CODE) == N_STSYM) \ 56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
|
| D | xcoffout.c | 205 case N_STSYM: in stab_to_sclass()
|
| D | stab.def | 37 __define_stab (N_STSYM, 0x26, "STSYM")
|
| D | dbxout.c | 2911 code = N_STSYM; in dbxout_symbol_location()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | xcoffout.h | 48 #define DBX_STATIC_CONST_VAR_CODE N_STSYM 54 if ((CODE) == N_STSYM) \ 64 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
|
| D | xcoffout.c | 194 case N_STSYM:
|
| D | stab.def | 37 __define_stab (N_STSYM, 0x26, "STSYM")
|
| D | dbxout.c | 2324 current_sym_code = N_STSYM;
|
| /openbsd/src/gnu/llvm/llvm/tools/dsymutil/ |
| D | MachODebugMapParser.cpp | 231 {MachO::N_FUN, "N_FUN"}, {MachO::N_STSYM, "N_STSYM"}, 458 case MachO::N_STSYM: in handleStabSymbolTableEntry() 468 if (ObjectSymIt == CurrentObjectAddresses.end() && Type != MachO::N_STSYM) { in handleStabSymbolTableEntry()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | stabs.c | 593 if (type == (int) N_STSYM || type == (int) N_LCSYM) in _bfd_discard_section_stabs()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 1633 case N_STSYM: /* Data seg var -- static */ in read_dbx_symtab() 2952 case N_STSYM: /* Static symbol in data seg */ in process_one_symbol() 2994 case N_STSYM: in process_one_symbol()
|
| D | mdebugread.c | 2957 case N_STSYM: /* Data seg var -- static */ in parse_partial_symbols()
|
| D | ChangeLog-3.x | 291 N_STSYM, etc.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | stabs.c | 671 if (type == (int) N_STSYM || type == (int) N_LCSYM)
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | wrstabs.c | 2035 stab_type = N_STSYM; in stab_variable() 2040 stab_type = N_STSYM; in stab_variable()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | wrstabs.c | 2037 stab_type = N_STSYM; in stab_variable() 2042 stab_type = N_STSYM; in stab_variable()
|
| /openbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | stab.def | 45 __define_stab (N_STSYM, 0x26, "STSYM")
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/ |
| D | stab.def | 45 __define_stab (N_STSYM, 0x26, "STSYM")
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | mach_o.py | 150 N_STSYM = 0x26 variable 1580 'N_STSYM': N_STSYM,
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-vms.c | 2636 case N_STSYM: in VMS_LSYM_Parse() 4639 case N_STSYM: in vms_build_DST()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 576 @findex N_STSYM, for functions (Sun acc) 580 @code{N_STSYM}, which means that the value of the stab for the function 1020 @findex N_STSYM 1024 In a.out files, @code{N_STSYM} means the data section, @code{N_FUN} 1043 .stabs "var_init:S1",38,0,0,_var_init # @r{38 is N_STSYM} 2393 .stabs "ld:V(0,3)",0x26,0,4,.L18-Ddata.data # @r{0x26 is N_STSYM} 3258 @item 0x26 N_STSYM
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 364 N_STSYM = 0x26u, enumerator
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | SyntheticSections.cpp | 1201 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 590 {MachO::N_STSYM, "STSYM"},
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 2939 case N_STSYM: in ParseSymtab() 3855 case N_STSYM: in ParseSymtab()
|