Home
last modified time | relevance | path

Searched refs:ilocalsym (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test61 CHECK: ilocalsym 0
245 EXE: ilocalsym 0
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s130 @ CHECK: ilocalsym: 0
Ddarwin-ARM-reloc.s168 @ CHECK: ilocalsym: 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test102 CHECK: ilocalsym 0
299 EXE: ilocalsym 0
522 NON_VERBOSE: ilocalsym 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test108 CHECK: ilocalsym 0
279 EXE: ilocalsym 0
/external/llvm/include/llvm/Support/
DMachO.h723 uint32_t ilocalsym; member
754 uint32_t ilocalsym; member
770 uint32_t ilocalsym; member
1210 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c914 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms in ML_()
946 dysymcmd.ilocalsym * sizeof(struct NLIST)), in ML_()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp745 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2171 Cmd.ilocalsym = 0; in getDysymtabLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7591 outs() << " ilocalsym " << dyst.ilocalsym; in PrintDysymtabLoadCommand()
7592 if (dyst.ilocalsym > nsyms) in PrintDysymtabLoadCommand()
7598 big_size = dyst.ilocalsym; in PrintDysymtabLoadCommand()