Searched defs:ELF64_R_INFO (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | elf64.d | 99 auto ELF64_R_INFO(S, T)(S sym, T type) @safe { return (sym << 32) + (type & 0xffffffff); } in ELF64_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | elf64.d | 99 auto ELF64_R_INFO(S, T)(S sym, T type) @safe { return (sym << 32) + (type & 0xffffffff); } in ELF64_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | elf64.d | 99 auto ELF64_R_INFO(S, T)(S sym, T type) { return (sym << 32) + (type & 0xffffffff); } in ELF64_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf64.d | 108 auto ELF64_R_INFO(S, T)(S sym, T type) { return (sym << 32) + (type & 0xffffffff); } in ELF64_R_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | elf.d | 516 auto ELF64_R_INFO(S, T)(S sym, T type) { return (sym << 32) + (type); } in ELF64_R_INFO() function
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 496 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1082 #define ELF64_R_INFO(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t)) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1109 #define ELF64_R_INFO(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t)) macro
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 604 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type)) macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 606 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type)) macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 606 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type)) macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 698 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | elf.d | 447 auto ELF64_R_INFO(S, T)(S sym, T type) { return (sym << 32) + (type); } in ELF64_R_INFO() function
|