Searched refs:ElfInterface32 (Results 1 – 6 of 6) sorted by relevance
/system/core/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 164 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 233 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 303 ElfInterface32>(); in TEST_F() 363 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 437 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F() 560 Soname<ElfInterface32>(); in TEST_F() 582 SonameAfterDtNull<ElfInterface32>(); in TEST_F() 604 SonameSize<ElfInterface32>(); in TEST_F() 628 SonameMissingMap<ElfInterface32>(); in TEST_F() 764 InitSectionHeadersMalformed<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>(); in TEST_F() [all …]
|
D | ElfFake.h | 101 class ElfInterface32Fake : public ElfInterface32 { 103 ElfInterface32Fake(Memory* memory) : ElfInterface32(memory) {} in ElfInterface32Fake()
|
/system/core/libunwindstack/ |
D | ElfInterfaceArm.h | 31 class ElfInterfaceArm : public ElfInterface32 { 33 ElfInterfaceArm(Memory* memory) : ElfInterface32(memory) {} in ElfInterfaceArm()
|
D | ElfInterfaceArm.cpp | 105 return ElfInterface32::Step(pc, load_bias, regs, process_memory, finished) || in Step() 176 if (ElfInterface32::GetFunctionName(addr | 1, load_bias, name, offset)) { in GetFunctionName()
|
D | Elf.cpp | 211 ElfInterface32::GetMaxSize(memory, size); in GetInfo() 257 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory() 260 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory()
|
/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 163 class ElfInterface32 : public ElfInterface { 165 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32() function 166 virtual ~ElfInterface32() = default;
|