Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DElfInterfaceTest.cpp164 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 …]
DElfFake.h101 class ElfInterface32Fake : public ElfInterface32 {
103 ElfInterface32Fake(Memory* memory) : ElfInterface32(memory) {} in ElfInterface32Fake()
/system/core/libunwindstack/
DElfInterfaceArm.h31 class ElfInterfaceArm : public ElfInterface32 {
33 ElfInterfaceArm(Memory* memory) : ElfInterface32(memory) {} in ElfInterfaceArm()
DElfInterfaceArm.cpp105 return ElfInterface32::Step(pc, load_bias, regs, process_memory, finished) || in Step()
176 if (ElfInterface32::GetFunctionName(addr | 1, load_bias, name, offset)) { in GetFunctionName()
DElf.cpp211 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/
DElfInterface.h163 class ElfInterface32 : public ElfInterface {
165 ElfInterface32(Memory* memory) : ElfInterface(memory) {} in ElfInterface32() function
166 virtual ~ElfInterface32() = default;