Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 8 of 8) sorted by relevance

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp211 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
278 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
345 MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, in TEST_F()
404 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
475 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
488 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F()
491 Elf32_Phdr phdr = {}; in TEST_F()
590 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(); in TEST_F()
611 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTNULL_AFTER); in TEST_F()
632 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTSIZE_SMALL); in TEST_F()
[all …]
DMapInfoGetLoadBiasTest.cpp136 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElfData()
139 Elf32_Phdr phdr; in InitElfData()
DElfTest.cpp54 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElf32()
63 Elf32_Phdr phdr; in InitElf32()
DUnwinderTest.cpp1688 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F()
1695 Elf32_Phdr phdr = {}; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h183 } Elf32_Phdr; typedef
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h56 using Phdr = Elf32_Phdr;
/system/unwinding/libunwindstack/
DElf.cpp344 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory); in GetLoadBias()
DElfInterface.cpp637 template int64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);