Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c5089 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
5103 sec_relocs in _bfd_mips_elf_check_relocs()
5106 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
5109 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
5110 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
5115 if (elf_section_data (o)->relocs != sec_relocs) in _bfd_mips_elf_check_relocs()
5116 free (sec_relocs); in _bfd_mips_elf_check_relocs()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c6152 Elf_Internal_Rela *sec_relocs; in _bfd_mips_elf_check_relocs() local
6166 sec_relocs in _bfd_mips_elf_check_relocs()
6169 if (sec_relocs == NULL) in _bfd_mips_elf_check_relocs()
6172 rend = sec_relocs + o->reloc_count; in _bfd_mips_elf_check_relocs()
6173 for (r = sec_relocs; r < rend; r++) in _bfd_mips_elf_check_relocs()
6178 if (elf_section_data (o)->relocs != sec_relocs) in _bfd_mips_elf_check_relocs()
6179 free (sec_relocs); in _bfd_mips_elf_check_relocs()