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

/gem5/ext/libelf/
H A Dgelf_ehdr.c71 d->e_shoff = eh32->e_shoff;
152 LIBELF_COPY_U32(eh32, s, e_shoff);
H A Delf32.h62 Elf32_Off e_shoff; /* Section header file offset. */ member in struct:__anon14
H A Delf_scn.c72 shoff = (uint64_t) eh32->e_shoff;
76 shoff = eh64->e_shoff;
H A Dlibelf_ehdr.c177 shoff = ((Elf32_Ehdr *) ehdr)->e_shoff;
182 shoff = ((Elf64_Ehdr *) ehdr)->e_shoff;
H A Delf64.h71 Elf64_Off e_shoff; /* Section header file offset. */ member in struct:__anon30
H A Delf_update.c351 shoff = (uint64_t) eh32->e_shoff;
358 shoff = eh64->e_shoff;
481 * Update the `e_phoff' and `e_shoff' fields if the library is
487 eh32->e_shoff = (uint32_t) shoff;
490 eh64->e_shoff = (uint64_t) shoff;
654 shoff = (uint64_t) eh32->e_shoff;
660 shoff = eh64->e_shoff;

Completed in 12 milliseconds