Searched refs:ELF64_R_TYPE_ID (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dgelf.h64 #define GELF_R_TYPE_ID ELF64_R_TYPE_ID
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf64.d102 auto ELF64_R_TYPE_ID(I)(I i) { return (cast(Elf64_Xword) i << 56 ) >> 56; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf64.d102 auto ELF64_R_TYPE_ID(I)(I i) { return (cast(Elf64_Xword) i << 56 ) >> 56; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf64.d111 auto ELF64_R_TYPE_ID(I)(I i) { return (cast(Elf64_Xword) i << 56 ) >> 56; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf64.d102 auto ELF64_R_TYPE_ID(I)(I i) { return (cast(Elf64_Xword) i << 56 ) >> 56; }
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dsparc.h179 #define ELF64_R_TYPE_ID(info) \ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dsparc.h179 #define ELF64_R_TYPE_ID(info) \ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dsparc.h179 #define ELF64_R_TYPE_ID(info) \ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dsparc.h179 #define ELF64_R_TYPE_ID(info) \ macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d519 auto ELF64_R_TYPE_ID(I)(I i) { return (i << 56) >> 56; }
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-sparc.c144 r_type = ELF64_R_TYPE_ID (rela.r_info);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-sparc.c155 r_type = ELF64_R_TYPE_ID (rela.r_info);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-sparc.c144 r_type = ELF64_R_TYPE_ID (rela.r_info);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-sparc.c155 r_type = ELF64_R_TYPE_ID (rela.r_info);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c1172 return ELF64_R_TYPE_ID (reloc_info);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c1458 return ELF64_R_TYPE_ID (reloc_info);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c1553 return ELF64_R_TYPE_ID (reloc_info);

Completed in 433 milliseconds