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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c861 static reloc_howto_type elf_mips_gnu_vtentry_howto = variable
1271 return &elf_mips_gnu_vtentry_howto;
1305 if (strcasecmp (elf_mips_gnu_vtentry_howto.name, r_name) == 0)
1306 return &elf_mips_gnu_vtentry_howto;
1322 return &elf_mips_gnu_vtentry_howto;
H A Delfn32-mips.c1623 static reloc_howto_type elf_mips_gnu_vtentry_howto = variable
2081 return &elf_mips_gnu_vtentry_howto;
2112 if (strcasecmp (elf_mips_gnu_vtentry_howto.name, r_name) == 0)
2113 return &elf_mips_gnu_vtentry_howto;
2132 return &elf_mips_gnu_vtentry_howto;
H A Delf64-mips.c1631 static reloc_howto_type elf_mips_gnu_vtentry_howto =
2238 return &elf_mips_gnu_vtentry_howto;
2268 if (strcasecmp (elf_mips_gnu_vtentry_howto.name, r_name) == 0)
2269 return &elf_mips_gnu_vtentry_howto;
2288 return &elf_mips_gnu_vtentry_howto;
1630 static reloc_howto_type elf_mips_gnu_vtentry_howto = variable

Completed in 143 milliseconds