/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | elf32.d | 97 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf32.d | 97 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | elf32.d | 97 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | elf32.d | 97 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | exec_elf.h | 437 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | elf.d | 512 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 480 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1078 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff)) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1105 #define ELF32_R_INFO(s,t) (((unsigned) (s) << 8) + ((t) & 0xff)) macro
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 588 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 590 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 590 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 682 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | elf.d | 443 auto ELF32_R_INFO(S, T)(S sym, T type) { return (sym << 8) + (type & 0xff); } in ELF32_R_INFO() function
|