Searched refs:SectIdx (Results 1 – 1 of 1) sorted by relevance
2364 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local2365 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()2366 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()2371 ((*(info->Sections))[SectIdx]).getName(SectName); in get_pointer_64()2372 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()2378 S = (*(info->Sections))[SectIdx]; in get_pointer_64()2382 ((*(info->Sections))[SectIdx]).getContents(SectContents); in get_pointer_64()6053 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local6055 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()6058 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()[all …]