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

/freebsd-10.1-release/lib/libelf/
H A Dgelf_phdr.c107 return (_libelf_newphdr(e, ELFCLASS32, count));
113 return (_libelf_newphdr(e, ELFCLASS64, count));
123 return (_libelf_newphdr(e, e->e_class, count));
H A D_libelf.h186 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
H A Dlibelf_phdr.c113 _libelf_newphdr(Elf *e, int ec, size_t count) function

Completed in 99 milliseconds