Lines Matching refs:e_machine
458 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
596 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol()
605 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()
614 if (info->hdr->e_machine == EM_S390) in ignore_undef_symbol()
639 if (info->hdr->e_machine == EM_SPARC || in handle_symbol()
640 info->hdr->e_machine == EM_SPARCV9) { in handle_symbol()
1079 bool is_arm = (elf->hdr->e_machine == EM_ARM); in find_nearest_sym()
1247 elf->hdr->e_machine == EM_PARISC && in check_export_symbol()
1463 if (elf->hdr->e_machine == EM_MIPS && is_64bit) { in get_rel_type_and_sym()
1507 switch (elf->hdr->e_machine) { in section_rela()
1550 switch (elf->hdr->e_machine) { in section_rel()