Searched refs:_libelf_newphdr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_phdr.c | 103 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 D | libelf_phdr.c | 113 _libelf_newphdr(Elf *e, int ec, size_t count) in _libelf_newphdr() function
|
H A D | _libelf.h | 232 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
|