Searched refs:getshdr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h54 static inline Shdr* getshdr(Elf_Scn* scn) { return elf32_getshdr(scn); } function in struct:ELF
88 static inline Shdr* getshdr(Elf_Scn* scn) { return elf64_getshdr(scn); } function in struct:ELF
H A Delf_file.cc214 const ELF::Shdr* section_header = ELF::getshdr(section);
309 ELF::Shdr* section_header = ELF::getshdr(section);
425 const ELF::Shdr* section_header = ELF::getshdr(section);
463 const ELF::Shdr* section_header = ELF::getshdr(section);
575 ELF::Shdr* section_header = ELF::getshdr(holed_section);
583 section_header = ELF::getshdr(last_section);
597 const ELF::Shdr* split_section_header = ELF::getshdr(split_section);
609 const ELF::Shdr* end_section_header = ELF::getshdr(end_section);
665 const ELF::Shdr* section_header = ELF::getshdr(last_section);
670 const ELF::Shdr* last_section_header = ELF::getshdr(last_sectio
[all...]
/external/elfutils/0.153/libelf/
H A Delf32_offscn.c86 && unlikely (elfw2(LIBELFBITS,getshdr) (&runp->data[0]) == NULL))
H A Delf32_getshdr.c281 elfw2(LIBELFBITS,getshdr) (scn)

Completed in 1989 milliseconds