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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c54 Elf32_Ehdr *eh32; local
64 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL)
67 (void) memcpy(d->e_ident, eh32->e_ident,
68 sizeof(eh32->e_ident));
69 d->e_type = eh32->e_type;
70 d->e_machine = eh32->e_machine;
71 d->e_version = eh32->e_version;
72 d->e_entry = eh32->e_entry;
73 d->e_phoff = eh32->e_phoff;
74 d->e_shoff = eh32
123 Elf32_Ehdr *eh32; local
[all...]
H A Dlibelf_elfmachine.c41 Elf32_Ehdr *eh32; local
50 eh32 = NULL;
55 eh32 = e->e_u.e_elf.e_ehdr.e_ehdr32;
56 return eh32 ? eh32->e_machine : EM_NONE;
H A Dlibelf_phdr.c42 Elf32_Ehdr *eh32; local
69 eh32 = (Elf32_Ehdr *) ehdr;
70 phoff = (uint64_t) eh32->e_phoff;
H A Delf_update.c518 Elf32_Ehdr *eh32; local
533 eh32 = ehdr;
537 eh_byteorder = eh32->e_ident[EI_DATA];
538 eh_class = eh32->e_ident[EI_CLASS];
539 phoff = (off_t) eh32->e_phoff;
540 shoff = (off_t) eh32->e_shoff;
541 eh_version = eh32->e_version;
596 INITIALIZE_EHDR(eh32, ec, eh_version);
703 eh32->e_phoff = (uint32_t) phoff;
704 eh32
896 Elf32_Ehdr *eh32; local
960 Elf32_Ehdr *eh32; local
[all...]
H A Delf_scn.c62 Elf32_Ehdr *eh32; local
91 eh32 = (Elf32_Ehdr *) ehdr;
92 shoff = (uint64_t) eh32->e_shoff;
93 CHECK_EHDR(e, eh32);
H A Dgelf_phdr.c52 Elf32_Ehdr *eh32; local
72 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL ||

Completed in 100 milliseconds