Lines Matching refs:sec_relocs
7968 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
7977 sec_relocs in _bfd_mips_elf_check_relocs()
7980 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
7983 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
7984 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
7989 if (elf_section_data (o)->relocs != sec_relocs) in _bfd_mips_elf_check_relocs()
7990 free (sec_relocs); in _bfd_mips_elf_check_relocs()
8093 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
8102 sec_relocs in _bfd_mips_elf_check_relocs()
8105 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
8108 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
8109 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
8114 if (elf_section_data (o)->relocs != sec_relocs) in _bfd_mips_elf_check_relocs()
8115 free (sec_relocs); in _bfd_mips_elf_check_relocs()