Searched refs:rtype (Results 76 - 100 of 104) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.apply.c392 if (rno >= 0 && rooms[rno].rtype >= 8) {
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c1646 print_rmtcallstat(int rtype, const rpcb_stat *infp) argument
1651 if (rtype == RPCBVERS_4_STAT)
1664 if (rtype == RPCBVERS_4_STAT)
1672 print_getaddrstat(int rtype, const rpcb_stat *infp) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c155 unsigned int rtype;
1969 if (rent->rtype == r_type && rent->srel == sreloc)
1980 rent->rtype = r_type;
2138 if (ri->rtype == rs->rtype && ri->srel == rs->srel)
2655 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic,
3948 long dynindx, long rtype, bfd_vma addend)
3955 outrel.r_info = ELF64_R_INFO (dynindx, rtype);
153 unsigned int rtype; member in struct:alpha_elf_reloc_entry
3936 elf64_alpha_emit_dynrel(bfd *abfd, struct bfd_link_info *info, asection *sec, asection *srel, bfd_vma offset, long dynindx, long rtype, bfd_vma addend) argument
H A Delfxx-mips.c573 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon2972
583 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon2973
635 #define mips_elf_set_cr_type(x,type) ((x).rtype = (type))
785 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
786 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
2248 | ((in->rtype & CRINFO_RTYPE) << CRINFO_RTYPE_SH)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-alpha.c150 unsigned int rtype;
1964 if (rent->rtype == r_type && rent->srel == sreloc)
1975 rent->rtype = r_type;
2220 if (ri->rtype == rs->rtype && ri->srel == rs->srel)
2737 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic,
4030 long dynindx, long rtype, bfd_vma addend)
4037 outrel.r_info = ELF64_R_INFO (dynindx, rtype);
148 unsigned int rtype; member in struct:alpha_elf_reloc_entry
4018 elf64_alpha_emit_dynrel(bfd *abfd, struct bfd_link_info *info, asection *sec, asection *srel, bfd_vma offset, long dynindx, long rtype, bfd_vma addend) argument
H A Delfxx-mips.c573 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon289
583 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon290
635 #define mips_elf_set_cr_type(x,type) ((x).rtype = (type))
785 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
786 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
2248 | ((in->rtype & CRINFO_RTYPE) << CRINFO_RTYPE_SH)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c323 ctf_id_t rtype = rp->dn_type; local
328 ctf_id_t rbase = ctf_type_resolve(rfp, rtype);
345 rtype = rbase = DT_INT_TYPE(dtp);
384 *otype = rtype;
3828 ctf_id_t ltype, rtype; local
3837 rtype = ctf_type_resolve(rp->dn_ctfp, rp->dn_type);
3838 rkind = ctf_type_kind(rp->dn_ctfp, rtype);
4148 ctf_id_t rtype = dxp->dx_dst_base; local
4155 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
4160 dt_type_name(rctfp, rtype, n
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfold-const.c10482 tree rtype = TREE_TYPE (TREE_TYPE (arg0));
10483 tree arg0r = fold_unary_loc (loc, REALPART_EXPR, rtype, arg0);
10484 tree arg0i = fold_unary_loc (loc, IMAGPART_EXPR, rtype, arg0);
10489 tree arg1r = fold_unary_loc (loc, REALPART_EXPR, rtype, arg1);
10490 tree arg1i = fold_unary_loc (loc, IMAGPART_EXPR, rtype, arg1);
10494 : build1 (REALPART_EXPR, rtype, arg1);
10496 : build1 (IMAGPART_EXPR, rtype, arg0);
10502 : build1 (REALPART_EXPR, rtype, arg0);
10504 : build1 (IMAGPART_EXPR, rtype, arg1);
10565 tree rtype;
10447 tree rtype = TREE_TYPE (TREE_TYPE (arg0)); local
10530 tree rtype; local
10861 tree rtype = TREE_TYPE (TREE_TYPE (arg0)); local
11106 tree rtype = TREE_TYPE (TREE_TYPE (arg0)); local
[all...]
H A Dbuiltins.c7277 tree rtype;
7289 rtype = TREE_TYPE (TREE_TYPE (arg0));
7295 ifn = mathfn_built_in (rtype, BUILT_IN_CEXPI);
7299 if ((realp = fold_unary_loc (loc, REALPART_EXPR, rtype, arg0))
7302 tree narg = fold_build1_loc (loc, IMAGPART_EXPR, rtype, arg0);
7313 rfn = mathfn_built_in (rtype, BUILT_IN_EXP);
7317 imagp = fold_unary_loc (loc, IMAGPART_EXPR, rtype, arg0);
7326 fold_build2_loc (loc, MULT_EXPR, rtype,
7329 rtype, icall)),
7330 fold_build2_loc (loc, MULT_EXPR, rtype,
7274 tree rtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c1355 enum arm_reg_type *rtype,
1449 if (rtype)
1450 *rtype = type;
1466 enum arm_reg_type *rtype, struct neon_type_el *vectype)
1470 int reg = parse_typed_reg_or_scalar (&str, type, rtype, &atype);
1892 enum arm_reg_type rtype = REG_TYPE_NDQ; local
1903 int getreg = parse_typed_reg_or_scalar (&ptr, rtype, &rtype, &atype);
1907 first_error (_(reg_expected_msgs[rtype]));
1914 if (rtype
1354 parse_typed_reg_or_scalar(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_typed_alias *typeinfo) argument
1465 arm_typed_reg_parse(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_type_el *vectype) argument
5604 enum arm_reg_type rtype; local
5960 enum arm_reg_type rtype; local
[all...]
H A Dtc-tic54x.c3654 bfd_reloc_code_real_type rtype = local
3660 if (rtype == BFD_RELOC_8)
3664 insn->opcode[which].r_type = rtype;
H A Dtc-mips.c8754 unsigned int rtype;
9717 rtype = RTYPE_FPU;
9726 rtype |= RTYPE_VEC;
9728 if (reg_lookup (&s, rtype, &regno))
10121 rtype = RTYPE_CCC;
10123 rtype |= RTYPE_FCC;
10124 if (!reg_lookup (&s, rtype, &regno))
8747 unsigned int rtype; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c8033 tree rtype = TREE_TYPE (TREE_TYPE (fndecl));
8038 return build_int_cst (rtype, 0);
8048 tree inner_type = TREE_TYPE (rtype);
8059 return build_vector (rtype, nreverse (n_elts));
8073 tree inner_type = TREE_TYPE (rtype);
8079 return build_vector (rtype, n_elts);
8102 return build_vector (rtype, nreverse (n_elts));
8146 return build_int_cst_wide (rtype, low, high);
8008 tree rtype = TREE_TYPE (TREE_TYPE (fndecl)); local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dcomplete.c783 rl_quote_filename (s, rtype, qcp)
785 int rtype;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dvalops.c3541 struct type *rtype,
3551 if (rtype)
3553 real_type = rtype;
3538 value_full_object(struct value *argp, struct type *rtype, int xfull, int xtop, int xusing_enc) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c8458 tree rtype = TREE_TYPE (TREE_TYPE (fndecl));
8464 return fold_convert (rtype, integer_zero_node);
8474 tree inner_type = TREE_TYPE (rtype);
8485 return build_vector (rtype, nreverse (n_elts));
8499 tree inner_type = TREE_TYPE (rtype);
8505 return build_vector (rtype, n_elts);
8528 return build_vector (rtype, nreverse (n_elts));
8572 return build_int_cst_wide (rtype, low, high);
8433 tree rtype = TREE_TYPE (TREE_TYPE (fndecl)); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfix-header.c823 fn->rtype, fn->fname, fn->params);
H A Dc-common.c6424 check_missing_format_attribute (tree ltype, tree rtype)
6426 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
6404 check_missing_format_attribute(tree ltype, tree rtype) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dtracepoint.c1261 enum eval_result_type rtype)
1264 tpoint->number, paddress (tpoint->address), which, rtype);
1270 rtype) != expr_eval_no_error)
1260 record_tracepoint_error(struct tracepoint *tpoint, const char *which, enum eval_result_type rtype) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dresolver.c5057 dns_rdatatype_t rtype; local
5082 rtype = rdataset->covers;
5084 rtype = rdataset->type;
5085 if (rtype == dns_rdatatype_a ||
5086 rtype == dns_rdatatype_aaaa)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c4280 struct berval rtype, rval; local
4287 rtype.bv_val = rdn->bv_val;
4288 rtype.bv_len = rval.bv_val - rtype.bv_val - 1;
4291 slap_bv2ad( &rtype, &ad, &rs->sr_text );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl.c4339 tree rtype;
4359 rtype = TYPE_DEBUG_REPRESENTATION_TYPE (type);
4360 if (rtype && TYPE_DOMAIN (TREE_TYPE (TYPE_FIELDS (rtype))))
4361 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS (rtype)));
4327 tree rtype; local
H A Dpt.c5838 tree rtype = TREE_TYPE (r);
5839 if (can_complete_type_without_circularity (rtype))
5840 complete_type (rtype);
5842 if (!COMPLETE_TYPE_P (rtype))
5844 cxx_incomplete_type_error (r, rtype);
5837 tree rtype = TREE_TYPE (r); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c4839 tree rtype;
4859 rtype = TYPE_DEBUG_REPRESENTATION_TYPE (type);
4860 if (rtype && TYPE_DOMAIN (TREE_TYPE (TYPE_FIELDS (rtype))))
4861 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS (rtype)));
4827 tree rtype; local
H A Dpt.c8029 tree rtype = TREE_TYPE (r);
8030 if (can_complete_type_without_circularity (rtype))
8031 complete_type (rtype);
8033 if (!COMPLETE_TYPE_P (rtype))
8035 cxx_incomplete_type_error (r, rtype);
8028 tree rtype = TREE_TYPE (r); local

Completed in 533 milliseconds

12345