Searched refs:SectIdx (Results 1 – 1 of 1) sorted by relevance
2419 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local2420 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() local6126 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()6129 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()[all …]