Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDgelf_ehdr.c55 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()
HDelf_update.c513 Elf64_Ehdr *eh64; in _libelf_resync_elf() local
528 eh64 = ehdr; in _libelf_resync_elf()
537 eh_byteorder = eh64->e_ident[EI_DATA]; in _libelf_resync_elf()
538 eh_class = eh64->e_ident[EI_CLASS]; in _libelf_resync_elf()
539 phoff = (off_t) eh64->e_phoff; in _libelf_resync_elf()
540 shoff = (off_t) eh64->e_shoff; in _libelf_resync_elf()
541 eh_version = eh64->e_version; in _libelf_resync_elf()
592 INITIALIZE_EHDR(eh64, ec, eh_version); in _libelf_resync_elf()
700 eh64->e_phoff = (uint64_t) phoff; in _libelf_resync_elf()
701 eh64->e_shoff = (uint64_t) shoff; in _libelf_resync_elf()
[all …]
HDelf_scn.c50 Elf64_Ehdr *eh64; in _libelf_load_section_headers() local
82 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_load_section_headers()
83 shoff = eh64->e_shoff; in _libelf_load_section_headers()
84 CHECK_EHDR(e, eh64); in _libelf_load_section_headers()
HDlibelf_phdr.c43 Elf64_Ehdr *eh64; in _libelf_getphdr() local
73 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()
74 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
HDgelf_phdr.c53 Elf64_Ehdr *eh64; in gelf_getphdr() local
86 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr()
90 if (index >= eh64->e_phnum) { in gelf_getphdr()