Searched refs:getshdr (Results 1 – 2 of 2) sorted by relevance
38 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); } in getshdr() function62 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); } in getshdr() function
199 auto section_header = ELF::getshdr(section); in Load()290 auto section_header = ELF::getshdr(section); in AdjustSectionHeadersForHole()416 typename ELF::Shdr* section_header = ELF::getshdr(section); in GetDynamicSection()513 auto section_header = ELF::getshdr(section); in ResizeSection()676 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); in PackTypedRelocations()728 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()