Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp212 SinglePtLoad<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
279 MultipleExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
346 MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, in TEST_F()
405 NonExecutablePtLoads<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
476 ElfInterfaceTest::ManyPhdrs<Elf32_Ehdr, Elf32_Phdr, Elf32_Dyn, ElfInterface32>(); in TEST_F()
489 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F()
492 Elf32_Phdr phdr = {}; in TEST_F()
591 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(); in TEST_F()
612 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTNULL_AFTER); in TEST_F()
633 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_DTSIZE_SMALL); in TEST_F()
[all …]
DMapInfoGetLoadBiasTest.cpp137 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElfData()
140 Elf32_Phdr phdr; in InitElfData()
DElfTest.cpp54 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElf32()
63 Elf32_Phdr phdr; in InitElf32()
DUnwinderTest.cpp1695 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F()
1702 Elf32_Phdr phdr = {}; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h190 } Elf32_Phdr; typedef
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h64 using Phdr = Elf32_Phdr;
/system/unwinding/libunwindstack/
DElf.cpp341 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory); in GetLoadBias()
DElfInterface.cpp723 template int64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);