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

/gem5/ext/libelf/
H A Dgelf_phdr.c104 return (_libelf_newphdr(e, ELFCLASS32, count));
110 return (_libelf_newphdr(e, ELFCLASS64, count));
120 return (_libelf_newphdr(e, e->e_class, count));
H A D_libelf.h182 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
H A Dlibelf_phdr.c110 _libelf_newphdr(Elf *e, int ec, size_t count) function

Completed in 6 milliseconds