Searched refs:getphdr (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h53 static inline Phdr* getphdr(Elf* elf) { return elf32_getphdr(elf); } function in struct:ELF
87 static inline Phdr* getphdr(Elf* elf) { return elf64_getphdr(elf); } function in struct:ELF
H A Delf_file.cc182 const ELF::Phdr* elf_program_header = ELF::getphdr(elf);
552 ELF::Phdr* elf_program_header = ELF::getphdr(elf);
643 ELF::Phdr* elf_program_header = ELF::getphdr(elf);
725 const ELF::Phdr* elf_program_header = ELF::getphdr(elf);
/external/elfutils/0.153/libelf/
H A Delf32_getphdr.c239 elfw2(LIBELFBITS,getphdr) (elf)
266 INTDEF(elfw2(LIBELFBITS,getphdr))

Completed in 937 milliseconds