Home
last modified time | relevance | path

Searched refs:N_STSYM (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Dxcoffout.h40 #define DBX_STATIC_CONST_VAR_CODE N_STSYM
46 if ((CODE) == N_STSYM) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
Dxcoffout.c205 case N_STSYM: in stab_to_sclass()
Dstab.def37 __define_stab (N_STSYM, 0x26, "STSYM")
Ddbxout.c2911 code = N_STSYM; in dbxout_symbol_location()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dxcoffout.h48 #define DBX_STATIC_CONST_VAR_CODE N_STSYM
54 if ((CODE) == N_STSYM) \
64 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
Dxcoffout.c194 case N_STSYM:
Dstab.def37 __define_stab (N_STSYM, 0x26, "STSYM")
Ddbxout.c2324 current_sym_code = N_STSYM;
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachODebugMapParser.cpp231 {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/
Dstabs.c593 if (type == (int) N_STSYM || type == (int) N_LCSYM) in _bfd_discard_section_stabs()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1633 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()
Dmdebugread.c2957 case N_STSYM: /* Data seg var -- static */ in parse_partial_symbols()
DChangeLog-3.x291 N_STSYM, etc.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dstabs.c671 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c2035 stab_type = N_STSYM; in stab_variable()
2040 stab_type = N_STSYM; in stab_variable()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dwrstabs.c2037 stab_type = N_STSYM; in stab_variable()
2042 stab_type = N_STSYM; in stab_variable()
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def45 __define_stab (N_STSYM, 0x26, "STSYM")
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Dstab.def45 __define_stab (N_STSYM, 0x26, "STSYM")
/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py150 N_STSYM = 0x26 variable
1580 'N_STSYM': N_STSYM,
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c2636 case N_STSYM: in VMS_LSYM_Parse()
4639 case N_STSYM: in vms_build_DST()
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo576 @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/
DMachO.h364 N_STSYM = 0x26u, enumerator
/openbsd/src/gnu/llvm/lld/MachO/
DSyntheticSections.cpp1201 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp590 {MachO::N_STSYM, "STSYM"},
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2939 case N_STSYM: in ParseSymtab()
3855 case N_STSYM: in ParseSymtab()

12