OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_PROT_READ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/cris/
traps.c
121
#define
TARGET_PROT_READ
0x1
1664
if ((prot != (
TARGET_PROT_READ
| TARGET_PROT_WRITE)
1666
!= (
TARGET_PROT_READ
1669
&& (prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC))
1670
&& prot !=
TARGET_PROT_READ
)
1678
&& prot !=
TARGET_PROT_READ
1679
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC)
1680
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_WRITE))
1710
if (prot !=
TARGET_PROT_READ
1711
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC
[
all
...]
/src/external/gpl3/gdb/dist/sim/cris/
traps.c
121
#define
TARGET_PROT_READ
0x1
1664
if ((prot != (
TARGET_PROT_READ
| TARGET_PROT_WRITE)
1666
!= (
TARGET_PROT_READ
1669
&& (prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC))
1670
&& prot !=
TARGET_PROT_READ
)
1678
&& prot !=
TARGET_PROT_READ
1679
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC)
1680
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_WRITE))
1710
if (prot !=
TARGET_PROT_READ
1711
&& prot != (
TARGET_PROT_READ
| TARGET_PROT_EXEC
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026