Home
last modified time | relevance | path

Searched refs:getshdr (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_traits.h38 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); } in getshdr() function
62 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); } in getshdr() function
Delf_file.cc199 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()