OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHF_EXECINSTR
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout68k.h
128
#define
SHF_EXECINSTR
4
141
(SHF_WRITE | SHF_ALLOC |
SHF_EXECINSTR
)) == \
142
(SHF_WRITE | SHF_ALLOC)) /* no
SHF_EXECINSTR
*/
/src/external/bsd/elftosb/dist/common/
ELF.h
181
SHF_EXECINSTR
= 0x4 //!< Section contains executable instructions.
/src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1651
flags &= ~
SHF_EXECINSTR
;
/src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1651
flags &= ~
SHF_EXECINSTR
;
/src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1651
flags &= ~
SHF_EXECINSTR
;
/src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1651
flags &= ~
SHF_EXECINSTR
;
/src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1651
flags &= ~
SHF_EXECINSTR
;
/src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c
206
#define
SHF_EXECINSTR
0x00000004 /* Executable section. */
1576
flags &= ~
SHF_EXECINSTR
;
/src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h
351
#define
SHF_EXECINSTR
0x4 /* Section contains executable insns */
/src/tools/amiga-elf2bb/sys/
exec_elf.h
381
#define
SHF_EXECINSTR
0x4 /* Section contains executable insns */
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
468
#define
SHF_EXECINSTR
0x00000004 /* Contains executable insns */
/src/sys/sys/
exec_elf.h
559
#define
SHF_EXECINSTR
0x00000004 /* Contains executable insns */
/src/tools/arm-elf2aout/sys/
exec_elf.h
470
#define
SHF_EXECINSTR
0x00000004 /* Contains executable insns */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
470
#define
SHF_EXECINSTR
0x00000004 /* Contains executable insns */
/src/external/gpl3/binutils.old/dist/include/elf/
common.h
603
#define
SHF_EXECINSTR
(1 << 2) /* Executable machine instructions */
/src/external/gpl3/gdb/dist/include/elf/
common.h
601
#define
SHF_EXECINSTR
(1 << 2) /* Executable machine instructions */
/src/external/gpl3/gdb.old/dist/include/elf/
common.h
567
#define
SHF_EXECINSTR
(1 << 2) /* Executable machine instructions */
/src/external/gpl3/binutils/dist/include/elf/
common.h
618
#define
SHF_EXECINSTR
(1 << 2) /* Executable machine instructions */
Completed in 56 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026