Lines Matching refs:SectIdx
2419 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
2420 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()
2421 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()
2424 ((*(info->Sections))[SectIdx]).getName(SectName); in get_pointer_64()
2425 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()
2431 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
2435 ((*(info->Sections))[SectIdx]).getContents(SectContents); in get_pointer_64()
6124 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
6126 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()
6129 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
6136 Sections[SectIdx].getContents(BytesStr); in DisassembleMachO()
6139 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
6145 for (const RelocationRef &Reloc : Sections[SectIdx].relocations()) { in DisassembleMachO()
6148 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
6182 SymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
6195 ThumbSymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
6217 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
6227 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
6241 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()
6249 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()
6353 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
6354 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()