Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_traits.h28 typedef Elf32_Shdr Shdr; typedef
38 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); } in getshdr()
52 typedef Elf64_Shdr Shdr; typedef
62 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); } in getshdr()
Delf_file.cc110 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()
/bionic/libc/bionic/
Dvdso.cpp76 ElfW(Shdr)* vdso_shdr = reinterpret_cast<ElfW(Shdr)*>(vdso_ehdr_addr + vdso_ehdr->e_shoff); in __libc_init_vdso()