Searched refs:N_LCSYM (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dxcoffout.h48 else if ((CODE) == N_LCSYM) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
H A Dxcoffout.c208 case N_LCSYM:
H A Ddbxout.c2850 for those two, use N_LCSYM if data is in bss segment,
2909 code = N_LCSYM;
2998 code = N_LCSYM;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.h56 else if ((CODE) == N_LCSYM) \
64 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
H A Dxcoffout.c197 case N_LCSYM:
H A Ddbxout.c2277 for those two, use N_LCSYM if data is in bss segment,
2306 current_sym_code = N_LCSYM;
2412 current_sym_code = N_LCSYM;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c1642 case N_LCSYM: /* BSS " */
2963 case N_LCSYM: /* Static symbol in BSS seg */
3006 case N_LCSYM:
H A Dmdebugread.c2966 case N_LCSYM: /* BSS " */
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dstabs.c674 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dstabs.c596 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp232 {MachO::N_LCSYM, "N_LCSYM"}, {MachO::N_BNSYM, "N_BNSYM"},
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmach_o.py151 N_LCSYM = 0x28 variable
1581 'N_LCSYM': N_LCSYM,
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c2644 case N_LCSYM:
4661 case N_LCSYM:
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h365 N_LCSYM = 0x28u, enumerator in enum:llvm::MachO::StabType
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp591 {MachO::N_LCSYM, "LCSYM"},
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2951 case N_LCSYM:
3866 case N_LCSYM:

Completed in 403 milliseconds