Searched refs:rtype (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dread_bad_advance.f907 real :: rtype variable in program:test
20 77 READ (10,*,END=78,ERR=78) rtype
/haiku-buildtools/binutils/bfd/
H A Delfxx-ia64.c197 ia64_elf_lookup_howto (unsigned int rtype) argument
211 if (rtype > R_IA64_MAX_RELOC_CODE)
213 i = elf_code_to_howto_index[rtype];
223 unsigned int rtype; local
227 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
229 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
230 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
231 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
233 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
234 case BFD_RELOC_IA64_DIR32LSB: rtype
[all...]
H A Delfxx-ia64.h26 reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
H A Delf32-i860.c749 lookup_howto (unsigned int rtype)
765 BFD_ASSERT (rtype <= R_860_max);
766 i = elf_code_to_howto_index[rtype];
777 unsigned int rtype;
782 rtype = R_860_NONE;
785 rtype = R_860_32;
788 rtype = R_860_COPY;
791 rtype = R_860_GLOB_DAT;
794 rtype = R_860_JUMP_SLOT;
797 rtype
748 lookup_howto(unsigned int rtype) argument
776 unsigned int rtype; local
[all...]
/haiku-buildtools/legacy/binutils/include/elf/
H A Dreloc-macros.h49 static const char *foo (unsigned long rtype);
51 foo (unsigned long rtype)
53 switch (rtype)
72 static const char *name (unsigned long rtype); \
74 name (unsigned long rtype) \
76 switch (rtype) \
/haiku-buildtools/binutils/include/elf/
H A Dreloc-macros.h77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
/haiku-buildtools/gcc/gcc/java/
H A Dresource.c64 tree rtype, field = NULL_TREE, data_type, rinit, data, decl; local
69 rtype = make_node (RECORD_TYPE);
71 rtype, field, "name_length", unsigned_int_type_node);
73 rtype, field, "resource_length", unsigned_int_type_node);
74 PUSH_FIELD (input_location, rtype, field, "data", data_type);
75 FINISH_RECORD (rtype);
76 START_RECORD_CONSTRUCTOR (v, rtype);
84 FINISH_RECORD_CONSTRUCTOR (rinit, v, rtype);
88 VAR_DECL, java_mangle_resource_name (name), rtype);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-i860.c749 lookup_howto (unsigned int rtype)
765 BFD_ASSERT (rtype <= R_860_max);
766 i = elf_code_to_howto_index[rtype];
777 unsigned int rtype;
782 rtype = R_860_NONE;
785 rtype = R_860_32;
788 rtype = R_860_COPY;
791 rtype = R_860_GLOB_DAT;
794 rtype = R_860_JUMP_SLOT;
797 rtype
748 lookup_howto(unsigned int rtype) argument
776 unsigned int rtype; local
[all...]
H A Delfxx-ia64.c196 PARAMS ((unsigned int rtype));
488 lookup_howto (rtype)
489 unsigned int rtype;
503 if (rtype > R_IA64_MAX_RELOC_CODE)
505 i = elf_code_to_howto_index[rtype];
516 unsigned int rtype;
520 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
522 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
523 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
524 case BFD_RELOC_IA64_IMM64: rtype
515 unsigned int rtype; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-cr16.c496 bfd_reloc_code_real_type rtype)
500 default: rtype = BFD_RELOC_NONE; break;
501 case 1: rtype = BFD_RELOC_CR16_NUM8 ; break;
502 case 2: rtype = BFD_RELOC_CR16_NUM16; break;
506 rtype = BFD_RELOC_CR16_NUM32a;
510 rtype = BFD_RELOC_CR16_NUM32;
514 fix_new_exp (frag, offset, len, exp, 0, rtype);
906 cr16_ins->rtype = BFD_RELOC_NONE;
951 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
953 cr16_ins->rtype
495 cr16_cons_fix_new(fragS *frag, int offset, int len, expressionS *exp, bfd_reloc_code_real_type rtype) argument
[all...]
H A Dtc-crx.c636 crx_ins->rtype = BFD_RELOC_NONE;
643 crx_ins->rtype = BFD_RELOC_CRX_REGREL12;
646 crx_ins->rtype = BFD_RELOC_CRX_REGREL28;
648 crx_ins->rtype = BFD_RELOC_CRX_REGREL32;
652 crx_ins->rtype = BFD_RELOC_CRX_REGREL22;
657 crx_ins->rtype = BFD_RELOC_CRX_REL16;
659 crx_ins->rtype = BFD_RELOC_CRX_REL8;
662 crx_ins->rtype = BFD_RELOC_CRX_ABS32;
664 crx_ins->rtype = BFD_RELOC_CRX_REL4;
666 crx_ins->rtype
[all...]
H A Dtc-tilegx.c1491 #define FIX_PCREL(rtype) \
1492 case rtype: \
1494 fixP->fx_r_type = rtype##_PCREL; \
1497 case rtype##_PCREL: \
1499 fixP->fx_r_type = rtype; \
1502 #define FIX_PLT_PCREL(rtype) \
1503 case rtype##_PLT_PCREL: \
1505 fixP->fx_r_type = rtype; \
/haiku-buildtools/legacy/gcc/gcc/
H A Dgen-protos.c122 fn->rtype = decl_start;
170 fn_decl.fname, fn_decl.rtype, fn_decl.params);
H A Dscan.h48 const char *rtype; member in struct:fn_decl
H A Dfix-header.c434 char *rtype; /* return type */
525 kind, rtype, rtype_length,
530 char *rtype;
581 partial->rtype = obstack_alloc (&scan_file_obstack, rtype_length + 1);
582 sprintf (partial->rtype, "%.*s", rtype_length, rtype);
809 fn->rtype, fn->fname, fn->params);
433 char *rtype; /* return type */ member in struct:partial_proto
/haiku-buildtools/binutils/gold/
H A Daarch64-reloc-property.cc111 Reloc_type rtype,
119 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass),
108 AArch64_reloc_property( unsigned int code, const char* name, Reloc_type rtype, Reloc_class rclass, bool is_implemented, int group_index, int reference_flags, Reloc_inst reloc_inst, rvalue_checkup_func_p rvalue_checkup_func, rvalue_bit_select_func rvalue_bit_select) argument
H A Darm-reloc-property.cc95 Reloc_type rtype,
102 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass),
111 if (rtype == RT_STATIC)
148 else if (rtype == RT_DYNAMIC)
92 Arm_reloc_property( unsigned int code, const char* name, Reloc_type rtype, bool is_deprecated, Reloc_class rclass, const std::string& operation, bool is_implemented, int group_index, bool checks_overflow) argument
H A Daarch64-reloc-property.h135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
/haiku-buildtools/binutils/gas/testsuite/gas/dlx/
H A Drtype.d3 #name: rtype
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/dlx/
H A Drtype.d3 #name: rtype
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-crx.c682 crx_ins->rtype = BFD_RELOC_NONE;
689 crx_ins->rtype = BFD_RELOC_CRX_REGREL12;
692 crx_ins->rtype = BFD_RELOC_CRX_REGREL28;
694 crx_ins->rtype = BFD_RELOC_CRX_REGREL32;
698 crx_ins->rtype = BFD_RELOC_CRX_REGREL22;
703 crx_ins->rtype = BFD_RELOC_CRX_REL16;
705 crx_ins->rtype = BFD_RELOC_CRX_REL8;
708 crx_ins->rtype = BFD_RELOC_CRX_ABS32;
710 crx_ins->rtype = BFD_RELOC_CRX_REL4;
712 crx_ins->rtype
[all...]
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c1389 tree rtype; local
1399 || (rtype = TREE_TYPE (object)) == NULL_TREE)
1420 if (objc_is_id (rtype))
1428 if (TYPE_HAS_OBJC_INFO (TREE_TYPE (rtype)))
1430 tree rprotos = TYPE_OBJC_PROTOCOL_LIST (TREE_TYPE (rtype));
1437 if (!IS_CLASS (rtype))
1451 IS_CLASS (rtype),
1533 /* This is the case where we have more information on 'rtype'. */
1534 tree basetype = TYPE_MAIN_VARIANT (rtype);
1561 /* Not sure 'rtype' coul
1673 tree object, rtype; local
5360 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dimport.cc519 Type* rtype = receiver->type(); local
527 if (rtype->classification() == Type::TYPE_POINTER)
528 rtype = rtype->points_to();
530 if (rtype->is_error_type())
532 else if (rtype->named_type() != NULL)
533 no = rtype->named_type()->add_method_declaration(name, package, fntype,
535 else if (rtype->forward_declaration_type() != NULL)
536 no = rtype->forward_declaration_type()->add_method_declaration(name,
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c856 const char *rtype;
934 rtype = NULL;
939 rtype = elf_m32r_reloc_type (type);
944 rtype = elf_i386_reloc_type (type);
949 rtype = elf_m68hc11_reloc_type (type);
953 rtype = elf_m68k_reloc_type (type);
957 rtype = elf_i960_reloc_type (type);
962 rtype = elf_avr_reloc_type (type);
969 rtype = elf_sparc_reloc_type (type);
974 rtype
853 const char *rtype; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-forwprop.c1557 tree arg[2], rtype, rotcnt = NULL_TREE; local
1567 rtype = TREE_TYPE (arg[0]);
1571 if (!INTEGRAL_TYPE_P (rtype)
1572 || TYPE_PRECISION (rtype) != GET_MODE_PRECISION (TYPE_MODE (rtype)))
1585 && TYPE_PRECISION (TREE_TYPE (def_arg1[0])) > TYPE_PRECISION (rtype)
1607 as rtype here. */
1608 if (TYPE_PRECISION (TREE_TYPE (def_arg1[0])) != TYPE_PRECISION (rtype))
1616 || TYPE_PRECISION (TREE_TYPE (tem)) != TYPE_PRECISION (rtype))
1630 + tree_to_uhwi (def_arg2[1]) == TYPE_PRECISION (rtype))
[all...]

Completed in 392 milliseconds

1234