Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DMapInfoGetElfTest.cpp83 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
103 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
117 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
161 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
190 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
219 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
249 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
277 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
306 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
333 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
[all …]
DElfTestUtils.cpp37 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type) { in TestInitEhdr() function
64 TestInitEhdr(&ehdr, elf_class, machine); in TestInitGnuDebugdata()
134 template void TestInitEhdr<Elf32_Ehdr>(Elf32_Ehdr*, uint32_t, uint32_t);
135 template void TestInitEhdr<Elf64_Ehdr>(Elf64_Ehdr*, uint32_t, uint32_t);
DElfTestUtils.h28 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type);
DElfCacheTest.cpp49 TestInitEhdr(&ehdr32, ELFCLASS32, type); in WriteElfFile()
53 TestInitEhdr(&ehdr64, ELFCLASS64, type); in WriteElfFile()
DMapInfoGetLoadBiasTest.cpp133 TestInitEhdr(&ehdr, ELFCLASS32, EM_ARM); in InitElfData()
DMapInfoCreateMemoryTest.cpp257 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
290 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
332 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, EM_ARM); in TEST_F()
DMapInfoGetBuildIDTest.cpp134 TestInitEhdr(&ehdr, ELFCLASS32, EM_ARM); in InitElfData()
DElfTest.cpp49 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, machine_type); in InitElf32()
87 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, machine_type); in InitElf64()