Searched refs:N_LCSYM (Results 1 – 24 of 24) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | xcoffout.h | 48 else if ((CODE) == N_LCSYM) \ 56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
|
| D | xcoffout.c | 206 case N_LCSYM: in stab_to_sclass()
|
| D | stab.def | 40 __define_stab (N_LCSYM, 0x28, "LCSYM")
|
| D | dbxout.c | 2900 code = N_LCSYM; in dbxout_symbol_location() 2989 code = N_LCSYM; in dbxout_symbol_location()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | xcoffout.h | 56 else if ((CODE) == N_LCSYM) \ 64 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
|
| D | xcoffout.c | 195 case N_LCSYM:
|
| D | stab.def | 40 __define_stab (N_LCSYM, 0x28, "LCSYM")
|
| D | dbxout.c | 2298 current_sym_code = N_LCSYM; 2404 current_sym_code = N_LCSYM;
|
| /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 | 1634 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()
|
| D | mdebugread.c | 2958 case N_LCSYM: /* BSS " */ in parse_partial_symbols()
|
| D | ChangeLog-1990 | 2651 Treat this and N_NBLCS like N_LCSYM, etc.
|
| D | ChangeLog-1992 | 3286 (", N_STSYM, N_LCSYM, N_ROSYM): Grope around in the stab string 3290 (", N_LCSYM, N_BSLINE): SECT_OFF_BSS.
|
| D | ChangeLog-1991 | 1473 (read_dbx_symtab): N_STSYM and N_LCSYM define static vars.
|
| /openbsd/src/gnu/llvm/llvm/tools/dsymutil/ |
| D | MachODebugMapParser.cpp | 232 {MachO::N_LCSYM, "N_LCSYM"}, {MachO::N_BNSYM, "N_BNSYM"},
|
| /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/include/aout/ |
| D | stab.def | 48 __define_stab (N_LCSYM, 0x28, "LCSYM")
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/ |
| D | stab.def | 48 __define_stab (N_LCSYM, 0x28, "LCSYM")
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | mach_o.py | 151 N_LCSYM = 0x28 variable 1581 'N_LCSYM': N_LCSYM,
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-vms.c | 2635 case N_LCSYM: in VMS_LSYM_Parse() 4635 case N_LCSYM: in vms_build_DST()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 365 N_LCSYM = 0x28u, enumerator
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 591 {MachO::N_LCSYM, "LCSYM"},
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 1021 @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/ |
| D | ObjectFileMachO.cpp | 2951 case N_LCSYM: in ParseSymtab() 3866 case N_LCSYM: in ParseSymtab()
|