/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | elf32.d | 142 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 D | elf32.d | 142 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 D | elf32.d | 142 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 D | elf32.d | 142 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 D | ELF.h | 280 #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 D | exec_elf.h | 398 #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 D | elf.d | 441 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 D | exec_elf.h | 437 #define ELF32_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1024 #define ELF32_ST_INFO ELF_ST_INFO macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1051 #define ELF32_ST_INFO ELF_ST_INFO macro
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 1126 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 1155 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 1262 #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 D | elf.d | 371 auto ELF32_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF32_ST_INFO() function
|