Home
last modified time | relevance | path

Searched refs:SectIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp373 for (unsigned SectIdx = 0; SectIdx != DebugSections.size(); SectIdx++) { in DisassembleInputMachO() local
374 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 …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2518 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
2519 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() local
6584 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName) in DisassembleMachO()
6587 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
[all …]