Searched refs:e_phoff (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_ehdr.c70 d->e_phoff = eh32->e_phoff;
151 LIBELF_COPY_U32(eh32, s, e_phoff);
H A Dlibelf_phdr.c71 phoff = (uint64_t) eh32->e_phoff;
75 phoff = (uint64_t) eh64->e_phoff;
H A Delf32.h61 Elf32_Off e_phoff; /* Program header file offset. */ member in struct:__anon14
H A Delf64.h70 Elf64_Off e_phoff; /* Program header file offset. */ member in struct:__anon30
H A Delf_update.c350 phoff = (uint64_t) eh32->e_phoff;
357 phoff = eh64->e_phoff;
481 * Update the `e_phoff' and `e_shoff' fields if the library is
486 eh32->e_phoff = (uint32_t) phoff;
489 eh64->e_phoff = (uint64_t) phoff;
652 phoff = (uint64_t) eh32->e_phoff;
658 phoff = eh64->e_phoff;
/gem5/src/base/loader/
H A Delf_object.cc221 uint64_t e_phoff = ehdr.e_phoff; local
226 if (phdr.p_offset <= e_phoff &&
227 phdr.p_offset + phdr.p_filesz > e_phoff) {
229 phdr.p_paddr + (e_phoff - phdr.p_offset);

Completed in 13 milliseconds