Searched refs:Elf32_Phdr (Results 1 – 8 of 8) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 212 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 …]
|
D | MapInfoGetLoadBiasTest.cpp | 137 ehdr.e_phentsize = sizeof(Elf32_Phdr); in InitElfData() 140 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 | 1695 ehdr.e_phentsize = sizeof(Elf32_Phdr); in TEST_F() 1702 Elf32_Phdr phdr = {}; in TEST_F()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 190 } Elf32_Phdr; typedef
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 64 using Phdr = Elf32_Phdr;
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 341 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory); in GetLoadBias()
|
D | ElfInterface.cpp | 723 template int64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);
|