Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 15 of 15) sorted by relevance

/system/unwinding/libunwindstack/tests/
DJitDebugTest.cpp268 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
275 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
284 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
293 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
304 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
325 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
326 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x5000, ELFCLASS32, EM_ARM, 0x2000, 0x300); in TEST_F()
347 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
382 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x4000, ELFCLASS32, EM_ARM, 0x1500, 0x200); in TEST_F()
383 CreateElf<Elf32_Ehdr, Elf32_Shdr>(0x5000, ELFCLASS32, EM_ARM, 0x2300, 0x400); in TEST_F()
[all …]
DElfInterfaceTest.cpp591 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()
656 SonameInit<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr, Elf32_Dyn>(SONAME_MISSING_MAP); in TEST_F()
760 InitSectionHeadersMalformed<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>(); in TEST_F()
833 InitSectionHeadersMalformedSymData<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>(); in TEST_F()
911 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(sizeof(Elf32_Shdr)); in TEST_F()
919 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(0x100); in TEST_F()
1034 InitSectionHeadersOffsets<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>(); in TEST_F()
1105 InitSectionHeadersOffsetsEhFrameSectionBias<Elf32_Ehdr, Elf32_Shdr, ElfInterface32>(0x4000, in TEST_F()
[all …]
DMapInfoGetBuildIDTest.cpp136 ehdr.e_shentsize = sizeof(Elf32_Shdr); in InitElfData()
153 Elf32_Shdr shdr = {}; in InitElfData()
DGenGnuDebugdata.cpp101 GenElf<Elf32_Ehdr, Elf32_Shdr>(&ehdr32, elf32_fd); in main()
DElfTestUtils.cpp137 template void TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(uint32_t, uint32_t, bool,
DElfTest.cpp56 ehdr.e_shentsize = sizeof(Elf32_Shdr); in InitElf32()
252 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, true, in TEST_F()
DMapInfoGetElfTest.cpp125 TestInitGnuDebugdata<Elf32_Ehdr, Elf32_Shdr>(ELFCLASS32, EM_ARM, true, in TEST_F()
246 ehdr.e_shentsize = sizeof(Elf32_Shdr) + 100; in TEST_F()
DMapInfoCreateMemoryTest.cpp73 InitElf<Elf32_Ehdr, Elf32_Shdr>(elf32_at_map_.fd, 0x1000, 0x2000, ELFCLASS32); in SetUp()
DElfCacheTest.cpp116 Elf32_Shdr shdr = {}; in WriteElfFile()
DUnwinderTest.cpp1698 ehdr.e_shentsize = sizeof(Elf32_Shdr); in TEST_F()
1710 Elf32_Shdr shdr = {}; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h203 } Elf32_Shdr; typedef
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h65 using Shdr = Elf32_Shdr;
/system/unwinding/libunwindstack/
DElf.cpp426 return ElfInterface::ReadBuildIDFromMemory<Elf32_Ehdr, Elf32_Shdr, Elf32_Nhdr>(memory); in GetBuildID()
DElfInterface.cpp726 template std::string ElfInterface::ReadBuildIDFromMemory<Elf32_Ehdr, Elf32_Shdr, Elf32_Nhdr>(
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp337 PutElfInMemory<Elf32_Ehdr, Elf32_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory()