Searched refs:elf_mips_gnu_vtinherit_howto (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c845 static reloc_howto_type elf_mips_gnu_vtinherit_howto = variable
1269 return &elf_mips_gnu_vtinherit_howto;
1303 if (strcasecmp (elf_mips_gnu_vtinherit_howto.name, r_name) == 0)
1304 return &elf_mips_gnu_vtinherit_howto;
1320 return &elf_mips_gnu_vtinherit_howto;
H A Delfn32-mips.c1607 static reloc_howto_type elf_mips_gnu_vtinherit_howto = variable
2079 return &elf_mips_gnu_vtinherit_howto;
2110 if (strcasecmp (elf_mips_gnu_vtinherit_howto.name, r_name) == 0)
2111 return &elf_mips_gnu_vtinherit_howto;
2130 return &elf_mips_gnu_vtinherit_howto;
H A Delf64-mips.c1615 static reloc_howto_type elf_mips_gnu_vtinherit_howto =
2236 return &elf_mips_gnu_vtinherit_howto;
2266 if (strcasecmp (elf_mips_gnu_vtinherit_howto.name, r_name) == 0)
2267 return &elf_mips_gnu_vtinherit_howto;
2286 return &elf_mips_gnu_vtinherit_howto;
1614 static reloc_howto_type elf_mips_gnu_vtinherit_howto = variable

Completed in 115 milliseconds