Searched refs:e_phnum (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_ehdr.c75 d->e_phnum = eh32->e_phnum;
156 eh32->e_phnum = s->e_phnum;
H A Dgelf_phdr.c67 if (index >= eh32->e_phnum) {
88 if (index >= eh64->e_phnum) {
146 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
148 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
H A Dlibelf_extended.c127 ((Elf32_Ehdr *) eh)->e_phnum = phnum;
129 ((Elf64_Ehdr *) eh)->e_phnum = phnum;
H A Delf32.h66 Elf32_Half e_phnum; /* Number of program header entries. */ member in struct:__anon14
H A Dlibelf_ehdr.c175 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
180 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
H A Delf64.h75 Elf64_Half e_phnum; /* Number of program header entries. */ member in struct:__anon30
/gem5/src/base/loader/
H A Delf_object.cc212 result->_programHeaderCount = ehdr.e_phnum;
236 for (int i = 0; i < ehdr.e_phnum; i++) {
338 for (int i = 0; i < ehdr.e_phnum; ++i) {

Completed in 12 milliseconds