OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTRACE_O_ILP32
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c
1354
g_oflags |=
DTRACE_O_ILP32
;
1364
g_oflags &= ~
DTRACE_O_ILP32
;
1436
(g_oflags & (
DTRACE_O_ILP32
| DTRACE_O_LP64)) == 0 &&
1462
if (g_oflags &
DTRACE_O_ILP32
) {
1472
g_oflags |=
DTRACE_O_ILP32
;
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dtrace.h
71
#define
DTRACE_O_ILP32
0x08 /* force D compiler to be ILP32 */
dt_open.c
1097
if ((flags & DTRACE_O_LP64) && (flags &
DTRACE_O_ILP32
))
1306
else if (flags &
DTRACE_O_ILP32
)
1666
if ((dtp->dt_oflags &
DTRACE_O_ILP32
) != 0) {
Completed in 18 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026