Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-mips.c717 #define FN_STUB_P(name) CONST_STRNEQ (name, FN_STUB) macro
4718 return FN_STUB_P (name) || CALL_STUB_P (name) || CALL_FP_STUB_P (name); in mips16_stub_section_p()
6143 if (FN_STUB_P (name)) in _bfd_mips_elf_check_relocs()
DChangeLog-2006340 * elfxx-mips.c (FN_STUB_P, CALL_STUB_P, CALL_FP_STUB_P): New macros.