Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libelf/
Dgelf_ehdr.c56 Elf64_Ehdr *eh64; in gelf_getehdr() local
88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL) in gelf_getehdr()
90 *d = *eh64; in gelf_getehdr()
124 Elf64_Ehdr *eh64; in gelf_update_ehdr() local
143 eh64 = (Elf64_Ehdr *) ehdr; in gelf_update_ehdr()
144 *eh64 = *s; in gelf_update_ehdr()
Delf_update.c410 Elf64_Ehdr *eh64; in _libelf_resync_elf() local
425 eh64 = ehdr; in _libelf_resync_elf()
435 eh_byteorder = eh64->e_ident[EI_DATA]; in _libelf_resync_elf()
436 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()
437 phoff = eh64->e_phoff; in _libelf_resync_elf()
438 shoff = eh64->e_shoff; in _libelf_resync_elf()
439 eh_type = eh64->e_type; in _libelf_resync_elf()
440 eh_version = eh64->e_version; in _libelf_resync_elf()
484 INITIALIZE_EHDR(eh64, ec, eh_version); in _libelf_resync_elf()
574 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()
[all …]
Dlibelf_phdr.c46 Elf64_Ehdr *eh64; in _libelf_getphdr() local
76 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()
77 phentsize = eh64->e_phentsize; in _libelf_getphdr()
78 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
Delf_scn.c49 Elf64_Ehdr *eh64; in _libelf_load_scn() local
76 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_load_scn()
77 shoff = eh64->e_shoff; in _libelf_load_scn()
78 CHECK_EHDR(e, eh64); in _libelf_load_scn()
Dgelf_phdr.c54 Elf64_Ehdr *eh64; in gelf_getphdr() local
87 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()
91 if (index >= eh64->e_phnum) { in gelf_getphdr()