Searched refs:eh32 (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_ehdr.c52 Elf32_Ehdr *eh32; local
62 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL)
65 (void) memcpy(d->e_ident, eh32->e_ident, sizeof(eh32->e_ident));
66 d->e_type = eh32->e_type;
67 d->e_machine = eh32->e_machine;
68 d->e_version = eh32->e_version;
69 d->e_entry = eh32->e_entry;
70 d->e_phoff = eh32->e_phoff;
71 d->e_shoff = eh32
120 Elf32_Ehdr *eh32; local
[all...]
H A Dlibelf_phdr.c42 Elf32_Ehdr *eh32; local
69 eh32 = (Elf32_Ehdr *) ehdr;
70 phentsize = eh32->e_phentsize;
71 phoff = (uint64_t) eh32->e_phoff;
H A Dgelf_phdr.c50 Elf32_Ehdr *eh32; local
63 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL ||
67 if (index >= eh32->e_phnum) {
H A Delf_scn.c47 Elf32_Ehdr *eh32; local
71 eh32 = (Elf32_Ehdr *) ehdr;
72 shoff = (uint64_t) eh32->e_shoff;
73 CHECK_EHDR(e, eh32);
H A Delf_update.c329 Elf32_Ehdr *eh32; local
344 eh32 = ehdr;
348 eh_byteorder = eh32->e_ident[EI_DATA];
349 eh_class = eh32->e_ident[EI_CLASS];
350 phoff = (uint64_t) eh32->e_phoff;
351 shoff = (uint64_t) eh32->e_shoff;
352 eh_type = eh32->e_type;
353 eh_version = eh32->e_version;
402 INITIALIZE_EHDR(eh32, ec, eh_version);
486 eh32
630 Elf32_Ehdr *eh32; local
[all...]

Completed in 9 milliseconds