Home
last modified time | relevance | path

Searched refs:dr_type (Results 1 – 25 of 87) sorted by relevance

1234

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/tests/
H A Dgeneral.ops905 print COUT " src1${dr_type}_vals[0] = rand1_$dr_type;\n";
906 print COUT " src1${dr_type}_vals[1] = -rand1_$dr_type;\n";
912 print COUT " src2${dr_type}_vals[0] = rand2_$dr_type;\n";
913 print COUT " src2${dr_type}_vals[1] = -rand2_$dr_type;\n";
922 print COUT " src1${dr_type}_vals[0] = ($c_type) rand1_$dr_type;\n";
923 print COUT " src1${dr_type}_vals[1] = ($c_type) -(long)rand1_$dr_type;\n";
929 print COUT " src2${dr_type}_vals[0] = ($c_type) rand2_$dr_type;\n";
930 print COUT " src2${dr_type}_vals[1] = ($c_type) -(long)rand2_$dr_type;\n";
939 print COUT " br_src${dr_type}_vals[0] = ($c_type) rand1_$dr_type;\n";
941 print COUT " br_src${dr_type}_vals[2] = ($c_type) rand1_$dr_type + 1;\n";
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/result/
H A Dintsubset2.xml.sax2142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
H A Dintsubset2.xml.sax142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
/dports/textproc/libxml2/libxml2-2.9.12/result/noent/
H A Dintsubset2.xml.sax2142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
/dports/textproc/py-libxml2/libxml2-2.9.12/result/
H A Dintsubset2.xml.sax142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
H A Dintsubset2.xml.sax2142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
/dports/textproc/py-libxml2/libxml2-2.9.12/result/noent/
H A Dintsubset2.xml.sax2142 etc. is defined by the dr_type attribute.
144 SAX.attributeDecl(dic_ref, dr_type, 1, 2, NULL, ...)
146 The dr_type defines the dictionary or reference book, etc. to which
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-i386.c2663 int dr_type, indx; in elf_i386_relocate_section() local
2673 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
2675 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
2677 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
2678 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
2681 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
2687 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
H A Delf64-x86-64.c2253 int dr_type, indx; in elf64_x86_64_relocate_section() local
2263 dr_type = R_X86_64_DTPMOD64; in elf64_x86_64_relocate_section()
2265 dr_type = R_X86_64_TPOFF64; in elf64_x86_64_relocate_section()
2269 if (dr_type == R_X86_64_TPOFF64 && indx == 0) in elf64_x86_64_relocate_section()
2271 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf64_x86_64_relocate_section()
H A Delf32-sparc.c2605 int dr_type, indx; local
2616 dr_type = R_SPARC_TLS_TPOFF32;
2618 dr_type = R_SPARC_TLS_DTPMOD32;
2619 if (dr_type == R_SPARC_TLS_TPOFF32 && indx == 0)
2623 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2652 else if (dr_type == R_SPARC_TLS_DTPMOD32)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-i386.c2630 int dr_type, indx; in elf_i386_relocate_section() local
2640 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
2642 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
2644 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
2645 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
2648 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
2654 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
H A Delf64-x86-64.c2204 int dr_type, indx; in elf64_x86_64_relocate_section() local
2214 dr_type = R_X86_64_DTPMOD64; in elf64_x86_64_relocate_section()
2216 dr_type = R_X86_64_TPOFF64; in elf64_x86_64_relocate_section()
2220 if (dr_type == R_X86_64_TPOFF64 && indx == 0) in elf64_x86_64_relocate_section()
2222 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf64_x86_64_relocate_section()
H A Delf32-sparc.c2600 int dr_type, indx; local
2611 dr_type = R_SPARC_TLS_TPOFF32;
2613 dr_type = R_SPARC_TLS_DTPMOD32;
2614 if (dr_type == R_SPARC_TLS_TPOFF32 && indx == 0)
2618 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2647 else if (dr_type == R_SPARC_TLS_DTPMOD32)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-i386.c2630 int dr_type, indx; in elf_i386_relocate_section() local
2640 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
2642 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
2644 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
2645 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
2648 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
2654 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
H A Delf64-x86-64.c2204 int dr_type, indx;
2214 dr_type = R_X86_64_DTPMOD64;
2216 dr_type = R_X86_64_TPOFF64;
2220 if (dr_type == R_X86_64_TPOFF64 && indx == 0)
2222 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delf32-sparc.c2600 int dr_type, indx; local
2611 dr_type = R_SPARC_TLS_TPOFF32;
2613 dr_type = R_SPARC_TLS_DTPMOD32;
2614 if (dr_type == R_SPARC_TLS_TPOFF32 && indx == 0)
2618 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2647 else if (dr_type == R_SPARC_TLS_DTPMOD32)
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-i386.c3035 int dr_type; in elf_i386_relocate_section() local
3082 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3086 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3088 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3090 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3094 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3098 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3101 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-i386.c3035 int dr_type; in elf_i386_relocate_section() local
3082 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3086 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3088 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3090 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3094 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3098 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3101 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-i386.c3035 int dr_type; in elf_i386_relocate_section() local
3082 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3086 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3088 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3090 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3094 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3098 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3101 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-i386.c3035 int dr_type; in elf_i386_relocate_section() local
3082 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3086 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3088 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3090 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3094 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3098 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3101 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-i386.c2992 int dr_type, indx; in elf_i386_relocate_section() local
3038 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3042 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3044 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3046 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3049 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3052 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3055 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-gif-save.c804 GimpImageType dr_type = gimp_drawable_type (layers[i]); in save_image() local
806 if (dr_type == GIMP_GRAYA_IMAGE || in save_image()
807 dr_type == GIMP_INDEXEDA_IMAGE) in save_image()
809 drawable_type = dr_type; in save_image()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dgentoo.h422 const FType *dr_type; /* Type information. */ member
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-i386.c3042 int dr_type; in elf_i386_relocate_section() local
3089 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3093 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3095 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3097 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3101 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3105 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3108 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-i386.c3713 int dr_type; in elf_i386_relocate_section() local
3759 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
3763 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
3765 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
3767 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
3771 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
3775 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
3778 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()

1234