Searched refs:dst_ehdr (Results 1 – 1 of 1) sorted by relevance
690 GElf_Ehdr dst_ehdr; in build_file() local725 (void) gelf_getehdr(dst_elf, &dst_ehdr); in build_file()726 dst_ehdr = *src_ehdr; in build_file()734 dst_ehdr.e_shstrndx = SHN_UNDEF; in build_file()740 (void) gelf_update_ehdr(dst_elf, &dst_ehdr); in build_file()765 x = location(dst_ehdr.e_phoff, 0, src_elf, state); in build_file()1145 dst_ehdr.e_shstrndx = in build_file()1146 state->sec_table[dst_ehdr.e_shstrndx].secno; in build_file()1155 dst_ehdr.e_shstrndx = SHN_XINDEX; in build_file()1171 if (location(dst_ehdr.e_phoff, 0, dst_elf, state) == AFTER) { in build_file()[all …]