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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collectorAPI.c 39 #define CALL_REAL(x) (__real_##x)
40 #define CALL_IF_REAL(x) INIT_API; if (!NULL_PTR(x)) CALL_REAL(x)
139 CALL_REAL (collector_sample)(name_string);
collector.h 32 #define CALL_REAL(x) (__real_##x)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collectorAPI.c 39 #define CALL_REAL(x) (__real_##x)
40 #define CALL_IF_REAL(x) INIT_API; if (!NULL_PTR(x)) CALL_REAL(x)
139 CALL_REAL (collector_sample)(name_string);
collector.h 32 #define CALL_REAL(x) (__real_##x)

Completed in 26 milliseconds