Searched refs:_libelf_getphdr (Results 1 – 4 of 4) sorted by relevance
44 return (_libelf_getphdr(e, ELFCLASS32)); in elf32_getphdr()50 return (_libelf_getphdr(e, ELFCLASS64)); in elf64_getphdr()78 ((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL)) in gelf_getphdr()94 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL) in gelf_getphdr()
46 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr() function
221 void *_libelf_getphdr(Elf *_e, int _elfclass);
644 phdr = _libelf_getphdr(e, ec); in _libelf_resync_elf()939 src.d_buf = _libelf_getphdr(e, ec); in _libelf_write_phdr()