Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h719 uint32_t ilocalsym; member
750 uint32_t ilocalsym; member
766 uint32_t ilocalsym; member
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c908 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms in ML_()
941 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.cpp145 sys::swapByteOrder(C.ilocalsym); in SwapStruct()