Lines Matching refs:relname

9296   const char * relname;  in slurp_ia64_unwind_table()  local
9373 relname = elf_ia64_reloc_type (r_type); in slurp_ia64_unwind_table()
9376 if (relname == NULL) in slurp_ia64_unwind_table()
9382 if (! startswith (relname, "R_IA64_SEGREL")) in slurp_ia64_unwind_table()
9384 warn (_("Skipping unexpected relocation type: %s\n"), relname); in slurp_ia64_unwind_table()
9736 const char * relname; in slurp_hppa_unwind_table() local
9844 relname = elf_hppa_reloc_type (r_type); in slurp_hppa_unwind_table()
9846 if (relname == NULL) in slurp_hppa_unwind_table()
9853 if (! startswith (relname, "R_PARISC_SEGREL")) in slurp_hppa_unwind_table()
9855 warn (_("Skipping unexpected relocation type: %s\n"), relname); in slurp_hppa_unwind_table()
10053 const char * relname; in get_unwind_section_word() local
10190 relname = elf_arm_reloc_type (ELF32_R_TYPE (rp->r_info)); in get_unwind_section_word()
10191 if (relname == NULL) in get_unwind_section_word()
10198 if (streq (relname, "R_ARM_NONE")) in get_unwind_section_word()
10201 if (! streq (relname, "R_ARM_PREL31")) in get_unwind_section_word()
10203 warn (_("Skipping unexpected ARM relocation type %s\n"), relname); in get_unwind_section_word()
10209 relname = elf_tic6x_reloc_type (ELF32_R_TYPE (rp->r_info)); in get_unwind_section_word()
10210 if (relname == NULL) in get_unwind_section_word()
10217 if (streq (relname, "R_C6000_NONE")) in get_unwind_section_word()
10220 if (! streq (relname, "R_C6000_PREL31")) in get_unwind_section_word()
10222 warn (_("Skipping unexpected C6000 relocation type %s\n"), relname); in get_unwind_section_word()