Searched refs:_libelf_newphdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c103 return (_libelf_newphdr(e, ELFCLASS32, count));
109 return (_libelf_newphdr(e, ELFCLASS64, count));
119 return (_libelf_newphdr(e, e->e_class, count));
H A Dlibelf_phdr.c113 _libelf_newphdr(Elf *e, int ec, size_t count) function
H A D_libelf.h232 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);

Completed in 119 milliseconds