Searched refs:Elf32_Phdr (Results 1 – 8 of 8) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 211 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 …]
|
D | MapInfoGetLoadBiasTest.cpp | 136 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElfData() 139 Elf32_Phdr phdr; in InitElfData()
|
D | ElfTest.cpp | 54 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElf32() 63 Elf32_Phdr phdr; in InitElf32()
|
D | UnwinderTest.cpp | 1688 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F() 1695 Elf32_Phdr phdr = {}; in TEST_F()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 183 } Elf32_Phdr; typedef
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Phdr = Elf32_Phdr;
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 344 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory); in GetLoadBias()
|
D | ElfInterface.cpp | 637 template int64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);
|