Searched defs:ELF64_ST_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 | 148 auto ELF64_ST_INFO(B, T)(B bind, T type) @safe { return (bind << 4) + (type & 0xf); } in ELF64_ST_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | elf64.d | 148 auto ELF64_ST_INFO(B, T)(B bind, T type) @safe { return (bind << 4) + (type & 0xf); } in ELF64_ST_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | elf64.d | 148 auto ELF64_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF64_ST_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf64.d | 157 auto ELF64_ST_INFO(B, T)(B bind, T type) { return (bind << 4) + (type & 0xf); } in ELF64_ST_INFO() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | elf.d | 444 alias ELF32_ST_INFO ELF64_ST_INFO; variable
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 441 #define ELF64_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 | 1027 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1054 #define ELF64_ST_INFO ELF_ST_INFO macro
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 1267 #define ELF64_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 | 374 alias ELF32_ST_INFO ELF64_ST_INFO; variable
|