Home
last modified time | relevance | path

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 Delf64.d148 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 Delf64.d148 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 Delf64.d148 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 Delf64.d157 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 Delf.d444 alias ELF32_ST_INFO ELF64_ST_INFO; variable
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h441 #define ELF64_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | ((type) & 0xf))) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1027 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1054 #define ELF64_ST_INFO ELF_ST_INFO macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1131 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1160 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) macro
/netbsd-src/sys/sys/
H A Dexec_elf.h1267 #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 Delf.d374 alias ELF32_ST_INFO ELF64_ST_INFO; variable