Home
last modified time | relevance | path

Searched refs:ElfInterface32 (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/
DElfInterface.h110 class ElfInterface32 : public ElfInterface {
112 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32() function
113 virtual ~ElfInterface32() = default;
DElfInterfaceArm.h29 class ElfInterfaceArm : public ElfInterface32 {
31 ElfInterfaceArm(Memory* memory) : ElfInterface32(memory) {} in ElfInterfaceArm()
DElf.cpp94 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory()
DElfInterfaceArm.cpp102 ElfInterface32::Step(pc, regs, process_memory); in Step()
/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp104 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()