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

/gem5/ext/libelf/
H A Dgelf_phdr.c37 return (_libelf_getphdr(e, ELFCLASS32));
43 return (_libelf_getphdr(e, ELFCLASS64));
64 ((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL))
85 (ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL)
H A D_libelf.h177 void *_libelf_getphdr(Elf *_e, int _elfclass);
H A Dlibelf_phdr.c37 _libelf_getphdr(Elf *e, int ec) function

Completed in 6 milliseconds