Searched refs:SectIdx (Results 1 – 3 of 3) sorted by relevance
373 for (unsigned SectIdx = 0; SectIdx != DebugSections.size(); SectIdx++) { in DisassembleInputMachO() local374 if (!strcmp(DebugSections[SectIdx].Name, "__debug_abbrev")) in DisassembleInputMachO()375 DebugAbbrevSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()376 DebugSections[SectIdx].Size); in DisassembleInputMachO()377 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_info")) in DisassembleInputMachO()378 DebugInfoSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()379 DebugSections[SectIdx].Size); in DisassembleInputMachO()380 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_aranges")) in DisassembleInputMachO()381 DebugArangesSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()382 DebugSections[SectIdx].Size); in DisassembleInputMachO()[all …]
2518 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local2519 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()2520 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()2525 ((*(info->Sections))[SectIdx]).getName(SectName); in get_pointer_64()2526 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()2532 S = (*(info->Sections))[SectIdx]; in get_pointer_64()2536 ((*(info->Sections))[SectIdx]).getContents(SectContents); in get_pointer_64()6582 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local6584 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()6587 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()[all …]
2919 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local2920 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()2921 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()2926 ((*(info->Sections))[SectIdx]).getName(SectName); in get_pointer_64()2927 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()2933 S = (*(info->Sections))[SectIdx]; in get_pointer_64()2937 ((*(info->Sections))[SectIdx]).getContents(SectContents); in get_pointer_64()6964 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local6966 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()6969 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()[all …]