Searched refs:rel_reloc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-mips.c | 8685 bool rel_reloc; in _bfd_mips_elf_check_relocs() local 8690 rel_reloc = mips_elf_rel_relocation_p (abfd, sec, relocs, rel); in _bfd_mips_elf_check_relocs() 8691 howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, r_type, !rel_reloc); in _bfd_mips_elf_check_relocs() 10326 bool rel_reloc, in mips_reloc_against_discarded_section() argument 10340 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, r_type, !rel_reloc); in mips_reloc_against_discarded_section() 10383 bool rel_reloc; in _bfd_mips_elf_relocate_section() local 10385 rel_reloc = (NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section() 10389 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, r_type, !rel_reloc); in _bfd_mips_elf_relocate_section() 10420 rel_reloc, howto, contents); in _bfd_mips_elf_relocate_section()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-mips.c | 8774 bool rel_reloc; in _bfd_mips_elf_check_relocs() local 8779 rel_reloc = mips_elf_rel_relocation_p (abfd, sec, relocs, rel); in _bfd_mips_elf_check_relocs() 8780 howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, r_type, !rel_reloc); in _bfd_mips_elf_check_relocs() 10416 bool rel_reloc, in mips_reloc_against_discarded_section() argument 10430 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, r_type, !rel_reloc); in mips_reloc_against_discarded_section() 10473 bool rel_reloc; in _bfd_mips_elf_relocate_section() local 10475 rel_reloc = (NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section() 10479 howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, r_type, !rel_reloc); in _bfd_mips_elf_relocate_section() 10510 rel_reloc, howto, contents); in _bfd_mips_elf_relocate_section()
|