Home
last modified time | relevance | path

Searched refs:N_LCSYM (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dxcoffout.h48 else if ((CODE) == N_LCSYM) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
Dxcoffout.c206 case N_LCSYM: in stab_to_sclass()
Dstab.def40 __define_stab (N_LCSYM, 0x28, "LCSYM")
Ddbxout.c2900 code = N_LCSYM; in dbxout_symbol_location()
2989 code = N_LCSYM; in dbxout_symbol_location()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dxcoffout.h56 else if ((CODE) == N_LCSYM) \
64 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
Dxcoffout.c195 case N_LCSYM:
Dstab.def40 __define_stab (N_LCSYM, 0x28, "LCSYM")
Ddbxout.c2298 current_sym_code = N_LCSYM;
2404 current_sym_code = N_LCSYM;
/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.c1634 case N_LCSYM: /* BSS " */ in read_dbx_symtab()
2953 case N_LCSYM: /* Static symbol in BSS seg */ in process_one_symbol()
2996 case N_LCSYM: in process_one_symbol()
Dmdebugread.c2958 case N_LCSYM: /* BSS " */ in parse_partial_symbols()
DChangeLog-19902651 Treat this and N_NBLCS like N_LCSYM, etc.
DChangeLog-19923286 (", N_STSYM, N_LCSYM, N_ROSYM): Grope around in the stab string
3290 (", N_LCSYM, N_BSLINE): SECT_OFF_BSS.
DChangeLog-19911473 (read_dbx_symtab): N_STSYM and N_LCSYM define static vars.
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachODebugMapParser.cpp232 {MachO::N_LCSYM, "N_LCSYM"}, {MachO::N_BNSYM, "N_BNSYM"},
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dstabs.c671 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def48 __define_stab (N_LCSYM, 0x28, "LCSYM")
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Dstab.def48 __define_stab (N_LCSYM, 0x28, "LCSYM")
/openbsd/src/gnu/llvm/lldb/examples/python/
Dmach_o.py151 N_LCSYM = 0x28 variable
1581 'N_LCSYM': N_LCSYM,
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c2635 case N_LCSYM: in VMS_LSYM_Parse()
4635 case N_LCSYM: in vms_build_DST()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h365 N_LCSYM = 0x28u, enumerator
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp591 {MachO::N_LCSYM, "LCSYM"},
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo1021 @findex N_LCSYM
1025 means the text section, and @code{N_LCSYM} means the bss section. For
1045 .stabs "var_noinit:S1",40,0,0,_var_noinit # @r{40 is N_LCSYM}
3261 @item 0x28 N_LCSYM
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2951 case N_LCSYM: in ParseSymtab()
3866 case N_LCSYM: in ParseSymtab()