Home
last modified time | relevance | path

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

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