Searched refs:CALL_STUB_P (Results 1 – 2 of 2) sorted by relevance
718 #define CALL_STUB_P(name) CONST_STRNEQ (name, CALL_STUB) macro4718 return FN_STUB_P (name) || CALL_STUB_P (name) || CALL_FP_STUB_P (name); in mips16_stub_section_p()6257 else if (CALL_STUB_P (name) || CALL_FP_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.