Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test61 CHECK: ilocalsym 0
245 EXE: 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.h725 uint32_t ilocalsym; member
756 uint32_t ilocalsym; member
772 uint32_t ilocalsym; member
1215 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/macho-dump/
Dmacho-dump.cpp228 outs() << " ('ilocalsym', " << DLC.ilocalsym << ")\n"; in DumpDysymtabCommand()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp936 …if (m_data.GetU32 (&offset, &m_dysymtab.ilocalsym, (sizeof(m_dysymtab) / sizeof(uint32_t)) - 2) ==… in IsStripped()
1376 … m_data.GetU32 (&offset, &m_dysymtab.ilocalsym, (sizeof(m_dysymtab) / sizeof(uint32_t)) - 2); in CreateSections()
2715 assert(m_dysymtab.ilocalsym == 0); in ParseSymtab()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2473 Cmd.ilocalsym = 0; in getDysymtabLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7436 outs() << " ilocalsym " << dyst.ilocalsym; in PrintDysymtabLoadCommand()
7437 if (dyst.ilocalsym > nsyms) in PrintDysymtabLoadCommand()
7443 big_size = dyst.ilocalsym; in PrintDysymtabLoadCommand()