Searched refs:Shdr (Results 1 – 3 of 3) sorted by relevance
28 typedef Elf32_Shdr Shdr; typedef38 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); } in getshdr()52 typedef Elf64_Shdr Shdr; typedef62 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); } in getshdr()
110 template <typename Shdr>112 const Shdr* section_header) { in VerboseLogSectionHeader()416 typename ELF::Shdr* section_header = ELF::getshdr(section); in GetDynamicSection()676 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); in PackTypedRelocations()761 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); in UnpackRelocations()814 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); in UnpackTypedRelocations()
76 ElfW(Shdr)* vdso_shdr = reinterpret_cast<ElfW(Shdr)*>(vdso_ehdr_addr + vdso_ehdr->e_shoff); in __libc_init_vdso()