Lines Matching refs:interface
41 void DumpArm(Elf* elf, ElfInterfaceArm* interface) { in DumpArm() argument
42 if (interface == nullptr) { in DumpArm()
49 for (const auto& entry : interface->pt_loads()) { in DumpArm()
52 for (auto pc : *interface) { in DumpArm()
61 if (!interface->FindEntry(pc, &entry)) { in DumpArm()
65 ArmExidx arm(nullptr, interface->memory(), nullptr); in DumpArm()
129 ElfInterface* interface = elf.interface(); in GetElfInfo() local
131 DumpArm(&elf, reinterpret_cast<ElfInterfaceArm*>(interface)); in GetElfInfo()
135 if (interface->eh_frame() != nullptr) { in GetElfInfo()
137 DumpDwarfSection(&elf, interface->eh_frame(), elf.GetLoadBias()); in GetElfInfo()
143 if (interface->debug_frame() != nullptr) { in GetElfInfo()
145 DumpDwarfSection(&elf, interface->debug_frame(), elf.GetLoadBias()); in GetElfInfo()