Searched refs:FN_STUB_P (Results 1 – 2 of 2) sorted by relevance
717 #define FN_STUB_P(name) CONST_STRNEQ (name, FN_STUB) macro4718 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()
340 * elfxx-mips.c (FN_STUB_P, CALL_STUB_P, CALL_FP_STUB_P): New macros.