Searched refs:_libelf_getphdr (Results 1 – 4 of 4) sorted by relevance
39 return (_libelf_getphdr(e, ELFCLASS32)); in elf32_getphdr()45 return (_libelf_getphdr(e, ELFCLASS64)); in elf64_getphdr()73 ((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL)) in gelf_getphdr()89 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL) in gelf_getphdr()
37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr() function
224 void *_libelf_getphdr(Elf *_e, int _elfclass);
636 phdr = _libelf_getphdr(e, ec); in _libelf_resync_elf()934 src.d_buf = _libelf_getphdr(e, ec); in _libelf_write_phdr()