Searched refs:SectIdx (Results 1 – 1 of 1) sorted by relevance
3491 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local3492 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()3493 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()3499 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()3505 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()3511 S = (*(info->Sections))[SectIdx]; in get_pointer_64()3515 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName()); in get_pointer_64()7421 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local7422 Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName(); in DisassembleMachO()7430 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()[all …]