HomeSort by relevance Sort by last modified time
    Searched full:getphdr (Results 1 - 4 of 4) sorted by null

  /bionic/tools/relocation_packer/src/
elf_traits.h 37 static inline Phdr* getphdr(Elf* elf) { return elf32_getphdr(elf); } function in struct:ELF32_traits
61 static inline Phdr* getphdr(Elf* elf) { return elf64_getphdr(elf); } function in struct:ELF64_traits
elf_file.cc 167 auto elf_program_header = ELF::getphdr(elf);
441 typename ELF::Phdr* elf_program_header = ELF::getphdr(elf);
469 const typename ELF::Phdr* elf_program_header = ELF::getphdr(elf);
    [all...]
  /external/elfutils/libelf/
elf32_getphdr.c 239 elfw2(LIBELFBITS,getphdr) (Elf *elf)
265 INTDEF(elfw2(LIBELFBITS,getphdr))
ChangeLog 466 * elf32_getphdr.c (elfw2(LIBELFBITS,getphdr)): Check if program header
    [all...]

Completed in 572 milliseconds