Searched refs:ElfInterface32 (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/ |
D | ElfInterface.h | 110 class ElfInterface32 : public ElfInterface { 112 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32() function 113 virtual ~ElfInterface32() = default;
|
D | ElfInterfaceArm.h | 29 class ElfInterfaceArm : public ElfInterface32 { 31 ElfInterfaceArm(Memory* memory) : ElfInterface32(memory) {} in ElfInterfaceArm()
|
D | Elf.cpp | 94 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory()
|
D | ElfInterfaceArm.cpp | 102 ElfInterface32::Step(pc, regs, process_memory); in Step()
|
/system/core/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 104 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 171 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 239 ElfInterface32>(); in TEST_F() 297 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 369 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 459 Soname<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 514 SonameAfterDtNull<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 568 SonameSize<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
|