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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
envmgmt.c 28 #define MAX_LD_PRELOADS 2
31 static char *sp_preloads[MAX_LD_PRELOADS];
32 static char *sp_libpaths[MAX_LD_PRELOADS];
296 for (int v = 0; v < MAX_LD_PRELOADS; v++)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
envmgmt.c 28 #define MAX_LD_PRELOADS 2
31 static char *sp_preloads[MAX_LD_PRELOADS];
32 static char *sp_libpaths[MAX_LD_PRELOADS];
296 for (int v = 0; v < MAX_LD_PRELOADS; v++)

Completed in 14 milliseconds