Home
last modified time | relevance | path

Searched refs:sec_relocs (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDelfxx-mips.c6162 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
6171 sec_relocs in _bfd_mips_elf_check_relocs()
6174 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
6177 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
6178 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
6183 if (elf_section_data (o)->relocs != sec_relocs) in _bfd_mips_elf_check_relocs()
6184 free (sec_relocs); in _bfd_mips_elf_check_relocs()
6278 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
6287 sec_relocs in _bfd_mips_elf_check_relocs()
6290 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
[all …]