Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterfaceArm.cpp30 if (!ElfInterface32::Init(load_bias)) { in Init()
108 return ElfInterface32::Step(pc, regs, process_memory, finished) || in Step()
177 if (ElfInterface32::GetFunctionName(addr | 1, name, offset)) { in GetFunctionName()
DElfInterfaceArm.h31 class ElfInterfaceArm : public ElfInterface32 {
33 ElfInterfaceArm(Memory* memory) : ElfInterface32(memory) {} in ElfInterfaceArm()
DElf.cpp222 ElfInterface32::GetMaxSize(memory, size); in GetInfo()
268 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory()
271 interface.reset(new ElfInterface32(memory)); in CreateInterfaceFromMemory()
/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp182 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
249 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
317 ElfInterface32>(); in TEST_F()
375 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
447 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
563 Soname<ElfInterface32>(); in TEST_F()
584 SonameAfterDtNull<ElfInterface32>(); in TEST_F()
605 SonameSize<ElfInterface32>(); in TEST_F()
628 SonameMissingMap<ElfInterface32>(); in TEST_F()
712 InitProgramHeadersMalformed<Elf32_Ehdr, Elf32_Phdr, ElfInterface32>(); in TEST_F()
[all …]
DElfFake.h109 class ElfInterface32Fake : public ElfInterface32 {
111 ElfInterface32Fake(Memory* memory) : ElfInterface32(memory) {} in ElfInterface32Fake()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h173 class ElfInterface32 : public ElfInterface {
175 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32() function
176 virtual ~ElfInterface32() = default;