Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DGenGnuDebugdata.cpp47 template <typename Ehdr, typename Shdr>
52 ehdr->e_shentsize = sizeof(Shdr); in GenElf()
56 Shdr shdr; in GenElf()
60 TEMP_FAILURE_RETRY(write(fd, &shdr, sizeof(Shdr))); in GenElf()
70 TEMP_FAILURE_RETRY(write(fd, &shdr, sizeof(Shdr))); in GenElf()
78 TEMP_FAILURE_RETRY(write(fd, &shdr, sizeof(Shdr))); in GenElf()
DElfInterfaceTest.cpp81 template <typename Ehdr, typename Phdr, typename Shdr, typename Dyn>
111 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
114 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
117 template <typename Ehdr, typename Shdr, typename Sym, typename ElfInterfaceType>
120 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
123 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
127 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
131 template <typename Ehdr, typename Shdr, typename ElfInterfaceType>
142 template <typename Ehdr, typename Shdr, typename Nhdr, typename ElfInterfaceType>
145 template <typename Ehdr, typename Shdr, typename Nhdr, typename ElfInterfaceType>
[all …]
DElfTestUtils.cpp59 template <typename Ehdr, typename Shdr>
69 ehdr.e_shentsize = sizeof(Shdr); in TestInitGnuDebugdata()
73 Shdr shdr; in TestInitGnuDebugdata()
DElfTestUtils.h30 template <typename Ehdr, typename Shdr>
DMapInfoCreateMemoryTest.cpp44 template <typename Ehdr, typename Shdr>
54 ehdr.e_shentsize = sizeof(Shdr) + 100; in InitElf()
DMapInfoGetElfTest.cpp51 template <typename Ehdr, typename Shdr>
58 ehdr->e_shentsize = sizeof(Shdr) + 100; in InitElf()
/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h57 using Shdr = Elf32_Shdr; member
67 using Shdr = Elf64_Shdr; member
194 using ShdrType = typename ElfTypes::Shdr;
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h115 using SectionHeader = ElfW(Shdr);