OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_CALL
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c
223
if (jump->flags &
IS_CALL
) {
1340
jump->flags |=
IS_CALL
;
1370
jump->flags |=
IS_CALL
;
sljitLir.c
177
# define
IS_CALL
0x008
190
# define
IS_CALL
0x010
224
# define
IS_CALL
0x10
sljitNativeMIPS_common.c
226
if (jump->flags & (SLJIT_REWRITABLE_JUMP |
IS_CALL
))
245
if (jump->flags &
IS_CALL
)
1673
jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ?
IS_CALL
: 0);
sljitNativePPC_common.c
261
if (jump->flags & (SLJIT_REWRITABLE_JUMP |
IS_CALL
))
276
if (jump->flags &
IS_CALL
)
2171
jump->flags |=
IS_CALL
;
2208
jump->flags |=
IS_CALL
;
/src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c
1110
#define
IS_CALL
(x) (((x) & 0xc0000000) == 0x40000000)
1224
else if (
IS_CALL
(backinstr))
1234
else if (
IS_CALL
(instr))
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c
1110
#define
IS_CALL
(x) (((x) & 0xc0000000) == 0x40000000)
1224
else if (
IS_CALL
(backinstr))
1234
else if (
IS_CALL
(instr))
Completed in 29 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026