OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EF_ARM_EABIMASK
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/arm/include/
elf_machdep.h
26
#define
EF_ARM_EABIMASK
0xff000000
/src/external/bsd/elftosb/dist/common/
ELF.h
99
EF_ARM_EABIMASK
= 0xff000000, //!< This masks an 8-bit version number, the version of the ARM EABI to which this ELF file conforms. The current EABI version is #ARM_EABI_VERSION.
/src/external/gpl3/binutils/dist/include/elf/
arm.h
58
#define
EF_ARM_EABIMASK
0xFF000000
59
#define EF_ARM_EABI_VERSION(flags) ((flags) &
EF_ARM_EABIMASK
)
/src/external/gpl3/binutils.old/dist/include/elf/
arm.h
58
#define
EF_ARM_EABIMASK
0xFF000000
59
#define EF_ARM_EABI_VERSION(flags) ((flags) &
EF_ARM_EABIMASK
)
/src/external/gpl3/gdb/dist/include/elf/
arm.h
58
#define
EF_ARM_EABIMASK
0xFF000000
59
#define EF_ARM_EABI_VERSION(flags) ((flags) &
EF_ARM_EABIMASK
)
/src/external/gpl3/gdb.old/dist/include/elf/
arm.h
57
#define
EF_ARM_EABIMASK
0xFF000000
58
#define EF_ARM_EABI_VERSION(flags) ((flags) &
EF_ARM_EABIMASK
)
/src/sys/arch/aarch64/include/
elf_machdep.h
57
#define
EF_ARM_EABIMASK
0xff000000
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026