HomeSort by: relevance | last modified time | path
    Searched defs:CALL_STUB_P (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 1051 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1746 || CALL_STUB_P (name)
8696 else if (CALL_STUB_P (name) || CALL_FP_STUB_P (name))
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 1050 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1749 || CALL_STUB_P (name)
8676 else if (CALL_STUB_P (name) || CALL_FP_STUB_P (name))
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 1050 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1749 || CALL_STUB_P (name)
8596 else if (CALL_STUB_P (name) || CALL_FP_STUB_P (name))
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 1052 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1756 || CALL_STUB_P (name)
8609 else if (CALL_STUB_P (name) || CALL_FP_STUB_P (name))

Completed in 77 milliseconds