OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFPROFLIBS
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/os/win32/
ccconfig.h
37
#define
DEFPROFLIBS
{ MINGW_RTLIBS, "-lpcc", WIN32_LIBC, "-lgmon", MINGW_SYSLIBS, MINGW_RTLIBS, WIN32_LIBC, 0 }
/src/external/bsd/pcc/dist/pcc/os/minix/
ccconfig.h
46
#define
DEFPROFLIBS
{ "-lc_p", NULL }
/src/external/bsd/pcc/dist/pcc/os/netbsd/
ccconfig.h
47
#define
DEFPROFLIBS
{ "-lc_p", NULL }
/src/external/bsd/pcc/dist/pcc/os/darwin/
ccconfig.h
46
#define
DEFPROFLIBS
{ "-lSystem_profile", "-lpcc", NULL }
/src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c
221
#ifndef
DEFPROFLIBS
/* default profiling libraries */
222
#define
DEFPROFLIBS
{ "-lpcc", "-lc_p", "-lpcc", 0 }
242
char *
defproflibs
[] =
DEFPROFLIBS
;
variable
2016
for (i = 0;
defproflibs
[i]; i++)
2018
defproflibs
[i]);
Completed in 40 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026