Home
last modified time | relevance | path

Searched refs:_libelf_getphdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c39 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()
H A Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) in _libelf_getphdr() function
H A D_libelf.h224 void *_libelf_getphdr(Elf *_e, int _elfclass);
H A Delf_update.c636 phdr = _libelf_getphdr(e, ec); in _libelf_resync_elf()
934 src.d_buf = _libelf_getphdr(e, ec); in _libelf_write_phdr()