Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp309 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleInputMachO2() local
312 Sections[SectIdx].isText(SectIsText); in DisassembleInputMachO2()
317 if (Sections[SectIdx].getName(SectName) || in DisassembleInputMachO2()
321 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleInputMachO2()
328 Sections[SectIdx].getContents(Bytes); in DisassembleInputMachO2()
335 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(), in DisassembleInputMachO2()
336 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) { in DisassembleInputMachO2()
339 Sections[SectIdx].getAddress(SectionAddress); in DisassembleInputMachO2()
360 Sections[SectIdx].containsSymbol(Symbols[SymIdx], containsSym); in DisassembleInputMachO2()
367 Sections[SectIdx].getAddress(SectionAddress); in DisassembleInputMachO2()
[all …]