Searched refs:ieh (Results 1 – 2 of 2) sorted by relevance
283 GElf_Ehdr ieh; in create_elf() local291 if (gelf_getehdr(ecp->ein, &ieh) == NULL) in create_elf()301 ecp->oed = ieh.e_ident[EI_DATA]; in create_elf()310 memcpy(oeh.e_ident, ieh.e_ident, sizeof(ieh.e_ident)); in create_elf()315 oeh.e_flags = ieh.e_flags; in create_elf()316 oeh.e_machine = ieh.e_machine; in create_elf()317 oeh.e_type = ieh.e_type; in create_elf()318 oeh.e_entry = ieh.e_entry; in create_elf()319 oeh.e_version = ieh.e_version; in create_elf()322 if (ieh.e_type == ET_EXEC) in create_elf()[all …]
529 GElf_Ehdr ieh; in insert_shtab() local544 if (gelf_getehdr(ecp->ein, &ieh) == NULL) in insert_shtab()547 shtab->off = ieh.e_shoff; in insert_shtab()