Home
last modified time | relevance | path

Searched defs:ELF32_ST_INFO (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf32.d142 auto ELF32_ST_INFO(B, T)(B bind, T type) @safe { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf32.d142 auto ELF32_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf32.d142 auto ELF32_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf32.d142 auto ELF32_ST_INFO(B, T)(B bind, T type) @safe { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h280 #define ELF32_ST_INFO(b, t) (((b) << 4) + ((t) & 0x0f)) //!< Construct st_info value from binding a… macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h398 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d441 auto ELF32_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h437 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1024 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1051 #define ELF32_ST_INFO ELF_ST_INFO macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1126 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/sys/sys/
H A Dexec_elf.h1262 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d371 auto ELF32_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function