break;
case EM_PPC:
- rtype = ppc_reloc_type (ELF32_R_TYPE (info));
+ rtype = elf_ppc_reloc_type (ELF32_R_TYPE (info));
break;
case EM_MIPS:
case EM_ARM:
rtype = elf_arm_reloc_type (ELF32_R_TYPE (info));
break;
-
+
case EM_CYGNUS_ARC:
rtype = elf_arc_reloc_type (ELF32_R_TYPE (info));
break;
-
+
case EM_PARISC:
rtype = elf32_hppa_reloc_type (ELF32_R_TYPE (info));
break;
char * strtab;
printf (_("\nRelocation section "));
-
+
if (string_table == NULL)
printf ("%d", section->sh_name);
else
printf ("'%s'", SECTION_NAME (section));
-
+
printf (_(" at offset 0x%x contains %d entries:\n"),
rel_offset, rel_size / section->sh_entsize);