Searched refs:src_ehdr (Results 1 – 1 of 1) sorted by relevance
681 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, in build_file() argument734 dst_ehdr = *src_ehdr; in build_file()751 if (src_ehdr->e_phnum != 0) { in build_file()754 if (gelf_newphdr(dst_elf, src_ehdr->e_phnum) == 0) { in build_file()760 for (x = 0; x < src_ehdr->e_phnum; ++x) { in build_file()775 new_offset = (GElf_Off)src_ehdr->e_ehsize; in build_file()977 ((src_ehdr->e_phnum == 0) || in build_file()1005 if (src_ehdr->e_phnum != 0) { in build_file()1052 if (src_ehdr->e_phnum != 0) in build_file()1175 if (src_ehdr->e_phnum != 0) { in build_file()