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

/gem5/ext/libelf/
H A Dgelf_ehdr.c53 Elf64_Ehdr *eh64; local
85 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL)
87 *d = *eh64;
121 Elf64_Ehdr *eh64; local
138 eh64 = (Elf64_Ehdr *) ehdr;
139 *eh64 = *s;
H A Dlibelf_phdr.c43 Elf64_Ehdr *eh64; local
73 eh64 = (Elf64_Ehdr *) ehdr;
74 phentsize = eh64->e_phentsize;
75 phoff = (uint64_t) eh64->e_phoff;
H A Dgelf_phdr.c51 Elf64_Ehdr *eh64; local
84 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL ||
88 if (index >= eh64->e_phnum) {
H A Delf_scn.c48 Elf64_Ehdr *eh64; local
75 eh64 = (Elf64_Ehdr *) ehdr;
76 shoff = eh64->e_shoff;
77 CHECK_EHDR(e, eh64);
H A Delf_update.c330 Elf64_Ehdr *eh64; local
345 eh64 = ehdr;
355 eh_byteorder = eh64->e_ident[EI_DATA];
356 eh_class = eh64->e_ident[EI_CLASS];
357 phoff = eh64->e_phoff;
358 shoff = eh64->e_shoff;
359 eh_type = eh64->e_type;
360 eh_version = eh64->e_version;
404 INITIALIZE_EHDR(eh64, ec, eh_version);
489 eh64
631 Elf64_Ehdr *eh64; local
[all...]

Completed in 5 milliseconds