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

/freebsd-10-stable/lib/libelf/
H A Dgelf_ehdr.c55 Elf32_Ehdr *eh32; local
65 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL)
68 (void) memcpy(d->e_ident, eh32->e_ident, 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_phdr.c45 Elf32_Ehdr *eh32; local
72 eh32 = (Elf32_Ehdr *) ehdr;
73 phentsize = eh32->e_phentsize;
74 phoff = (uint64_t) eh32->e_phoff;
H A Dgelf_phdr.c53 Elf32_Ehdr *eh32; local
66 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL ||
70 if (index >= eh32->e_phnum) {
H A Delf_scn.c49 Elf32_Ehdr *eh32; local
75 eh32 = (Elf32_Ehdr *) ehdr;
76 shoff = (uint64_t) eh32->e_shoff;
77 CHECK_EHDR(e, eh32);
H A Delf_update.c409 Elf32_Ehdr *eh32; local
424 eh32 = ehdr;
428 eh_byteorder = eh32->e_ident[EI_DATA];
429 eh_class = eh32->e_ident[EI_CLASS];
430 phoff = (uint64_t) eh32->e_phoff;
431 shoff = (uint64_t) eh32->e_shoff;
432 eh_type = eh32->e_type;
433 eh_version = eh32->e_version;
482 INITIALIZE_EHDR(eh32, ec, eh_version);
571 eh32
716 Elf32_Ehdr *eh32; local
[all...]

Completed in 72 milliseconds