Lines Matching refs:relname
8746 const char * relname; in slurp_ia64_unwind_table() local
8823 relname = elf_ia64_reloc_type (r_type); in slurp_ia64_unwind_table()
8826 if (relname == NULL) in slurp_ia64_unwind_table()
8832 if (! startswith (relname, "R_IA64_SEGREL")) in slurp_ia64_unwind_table()
8834 warn (_("Skipping unexpected relocation type: %s\n"), relname); in slurp_ia64_unwind_table()
9185 const char * relname; in slurp_hppa_unwind_table() local
9293 relname = elf_hppa_reloc_type (r_type); in slurp_hppa_unwind_table()
9295 if (relname == NULL) in slurp_hppa_unwind_table()
9302 if (! startswith (relname, "R_PARISC_SEGREL")) in slurp_hppa_unwind_table()
9304 warn (_("Skipping unexpected relocation type: %s\n"), relname); in slurp_hppa_unwind_table()
9501 const char * relname; in get_unwind_section_word() local
9638 relname = elf_arm_reloc_type (ELF32_R_TYPE (rp->r_info)); in get_unwind_section_word()
9639 if (relname == NULL) in get_unwind_section_word()
9646 if (streq (relname, "R_ARM_NONE")) in get_unwind_section_word()
9649 if (! streq (relname, "R_ARM_PREL31")) in get_unwind_section_word()
9651 warn (_("Skipping unexpected ARM relocation type %s\n"), relname); in get_unwind_section_word()
9657 relname = elf_tic6x_reloc_type (ELF32_R_TYPE (rp->r_info)); in get_unwind_section_word()
9658 if (relname == NULL) in get_unwind_section_word()
9665 if (streq (relname, "R_C6000_NONE")) in get_unwind_section_word()
9668 if (! streq (relname, "R_C6000_PREL31")) in get_unwind_section_word()
9670 warn (_("Skipping unexpected C6000 relocation type %s\n"), relname); in get_unwind_section_word()