Home
last modified time | relevance | path

Searched defs:SHF_MERGE (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d389 enum SHF_MERGE = 0x10; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d385 enum SHF_MERGE = (1 << 4); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d385 enum SHF_MERGE = (1 << 4); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d267 enum SHF_MERGE = (1 << 4); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d261 enum SHF_MERGE = (1 << 4); variable
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h564 #define SHF_MERGE (1 << 4) /* Data in this section can be merged */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h567 #define SHF_MERGE (1 << 4) /* Data in this section can be merged */ macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h469 #define SHF_MERGE 0x00000010 /* Might be merged */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h471 #define SHF_MERGE 0x00000010 /* Might be merged */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h471 #define SHF_MERGE 0x00000010 /* Might be merged */ macro
/netbsd-src/sys/sys/
H A Dexec_elf.h563 #define SHF_MERGE 0x00000010 /* Might be merged */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h988 SHF_MERGE = 0x10, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d311 enum SHF_MERGE = (1 << 4); variable