NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IS_DATA
sys/arch/ews4800mips/stand/common/bootxx.c
50
#define IS_DATA(p) ((p.p_flags & PF_X) == 0)
sys/arch/zaurus/stand/zbsdmod/zbsdmod.c
129
#define IS_DATA(p) (p.p_flags & PF_W)
sys/lib/libsa/loadfile_elf32.c
265
#define IS_DATA(p) ((p.p_flags & PF_X) == 0)
usr.sbin/mdsetimage/exec_elf32.c
110
#define IS_DATA(p) (p.p_flags & PF_W)