Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3529 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
3537 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()
3549 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
7716 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
7725 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
7734 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7762 SymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7768 ThumbSymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7825 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()
7973 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
[all …]