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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c39 return (_libelf_getphdr(e, ELFCLASS32));
45 return (_libelf_getphdr(e, ELFCLASS64));
73 ((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL))
89 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL)
H A Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) function
H A D_libelf.h224 void *_libelf_getphdr(Elf *_e, int _elfclass);
H A Delf_update.c636 phdr = _libelf_getphdr(e, ec);
934 src.d_buf = _libelf_getphdr(e, ec);

Completed in 82 milliseconds