Searched refs:rtype (Results 26 - 50 of 104) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dscan.h40 const char *rtype; member in struct:fn_decl
H A Dtree-mudflap.c326 #define build_function_type_0(rtype) \
327 build_function_type (rtype, void_list_node)
328 #define build_function_type_1(rtype, arg1) \
329 build_function_type (rtype, tree_cons (0, arg1, void_list_node))
330 #define build_function_type_3(rtype, arg1, arg2, arg3) \
331 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \
333 #define build_function_type_4(rtype, arg1, arg2, arg3, arg4) \
334 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \
/netbsd-6-1-5-RELEASE/dist/dhcp/dhcpctl/
H A Dremote.c151 status = omapi_typed_data_new (MDL, &m -> rtype,
233 if (remote -> rtype) {
235 "type", remote -> rtype);
344 if (p -> rtype)
345 omapi_typed_data_dereference ((omapi_typed_data_t **)&p->rtype,
H A Ddhcpctl.h59 omapi_typed_data_t *rtype; member in struct:__anon739
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/
H A Dnslint.c1033 register char ch, *cp, *cp2, *cp3, *rtype; local
1281 rtype = cp;
1282 for (rtype = cp; !isspace(*cp) && *cp != '\0'; ++cp)
1297 prog, cwd, file, n, rtype, name);
1321 if (rtype[0] == 'a' && rtype[1] == '\0') {
1336 } else if (CHECK4(rtype, 'a', 'a', 'a', 'a')) {
1339 } else if (CHECK3(rtype, 'p', 't', 'r')) {
1347 prog, cwd, file, n, rtype, cp);
1360 } else if (CHECK3(rtype, '
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c536 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
540 if (ltype < rtype)
542 else if (ltype > rtype)
553 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL)
573 ctf_file_t *rfp, ctf_id_t rtype)
580 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
586 rtype = ctf_type_resolve(rfp, rtype);
587 rkind = ctf_type_kind(rfp, rtype);
591 (rtp = ctf_lookup_by_id(&rfp, rtype))
572 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c154 int rtype, itype; local
157 rtype = realp->vtype;
160 if( ISCONST(realp) && ISNUMERIC(rtype) && ISCONST(imagp) && ISNUMERIC(itype) )
162 p = mkconst( (rtype==TYDREAL||itype==TYDREAL) ? TYDCOMPLEX : TYCOMPLEX );
163 if( ISINT(rtype) )
415 int opcode, ltype, rtype, ptype, mtype;
434 rtype = rp->vtype;
439 rtype = 0;
451 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR)
466 if(ltype == rtype)
414 int opcode, ltype, rtype, ptype, mtype; local
1298 int ltype, rtype; local
1632 int etype, mtype, ltype, rtype, opcode; local
2077 int ltype, rtype, mtype; local
[all...]
H A Dintr.c201 char rtype;
422 sp->rtype == TYSHORT &&
432 if(tyint==TYLONG && sp->rtype==TYSHORT)
448 ap = builtin(sp->rtype,
454 ap = builtin(sp->rtype, varstr(XL, sp->spxname) );
542 if(tyint==TYLONG && sp->rtype==TYSHORT)
544 q = builtin(sp->rtype, varstr(XL,sp->spxname) );
200 char rtype; member in struct:specblock
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dserverloop.c1095 char *rtype; local
1099 rtype = packet_get_string(NULL);
1101 debug("server_input_global_request: rtype %s want_reply %d", rtype, want_reply);
1104 if (strcmp(rtype, "tcpip-forward") == 0) {
1132 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) {
1144 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) {
1156 xfree(rtype);
1164 char *rtype; local
1167 rtype
[all...]
H A Dclientloop.c1931 char *rtype; local
1934 rtype = packet_get_string(NULL);
1937 debug("client_input_channel_req: channel %d rtype %s reply %d",
1938 id, rtype, reply);
1945 } else if (strcmp(rtype, "eow@openssh.com") == 0) {
1948 } else if (strcmp(rtype, "exit-status") == 0) {
1970 xfree(rtype);
1975 char *rtype; local
1979 rtype = packet_get_string(NULL);
1981 debug("client_input_global_request: rtype
[all...]
H A Dsession.c2136 session_input_channel_req(Channel *c, const char *rtype) argument
2143 c->self, rtype);
2146 debug("session_input_channel_req: session %d req %s", s->self, rtype);
2153 if (strcmp(rtype, "shell") == 0) {
2155 } else if (strcmp(rtype, "exec") == 0) {
2157 } else if (strcmp(rtype, "pty-req") == 0) {
2159 } else if (strcmp(rtype, "x11-req") == 0) {
2161 } else if (strcmp(rtype, "auth-agent-req@openssh.com") == 0) {
2163 } else if (strcmp(rtype, "subsystem") == 0) {
2165 } else if (strcmp(rtype, "en
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/dlx/
H A Drtype.d3 #name: rtype
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-value.c653 struct type *rtype = value_type (arg2); local
657 CHECK_TYPEDEF (rtype);
658 rtype = STRIP_REFERENCE (rtype);
661 && is_integral_type (rtype))
663 else if (TYPE_CODE (rtype) == TYPE_CODE_PTR
673 struct type *rtype = value_type (arg2); local
677 CHECK_TYPEDEF (rtype);
678 rtype = STRIP_REFERENCE (rtype);
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.shk.c202 rooms[eshk->shoproom].rtype = 0;
276 if ((rooms[ESHK(shopkeeper)->shoproom].rtype == GENERAL)
287 int rt = rooms[roomno].rtype;
301 rooms[roomno].rtype = 0;
308 if (roomno >= 0 && rooms[roomno].rtype >= 8) {
313 rooms[roomno].rtype = 0;
332 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]);
555 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]);
750 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]) && tmp != obj->olet)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-lang.c7117 struct type *rtype;
7138 rtype = alloc_type_copy (type);
7139 TYPE_CODE (rtype) = TYPE_CODE_STRUCT;
7140 INIT_CPLUS_SPECIFIC (rtype);
7141 TYPE_NFIELDS (rtype) = nfields;
7142 TYPE_FIELDS (rtype) = (struct field *)
7143 TYPE_ALLOC (rtype, nfields * sizeof (struct field));
7144 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields);
7145 TYPE_NAME (rtype) = ada_type_name (type);
7146 TYPE_TAG_NAME (rtype)
7106 struct type *rtype; local
7394 struct type *rtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-mudflap.c335 #define build_function_type_0(rtype) \
336 build_function_type (rtype, void_list_node)
337 #define build_function_type_1(rtype, arg1) \
338 build_function_type (rtype, tree_cons (0, arg1, void_list_node))
339 #define build_function_type_3(rtype, arg1, arg2, arg3) \
340 build_function_type (rtype, \
345 #define build_function_type_4(rtype, arg1, arg2, arg3, arg4) \
346 build_function_type (rtype, \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c921 const char * rtype;
972 rtype = NULL;
977 rtype = elf_m32r_reloc_type (type);
982 rtype = elf_i386_reloc_type (type);
987 rtype = elf_m68hc11_reloc_type (type);
991 rtype = elf_m68k_reloc_type (type);
995 rtype = elf_i960_reloc_type (type);
1000 rtype = elf_avr_reloc_type (type);
1007 rtype = elf_sparc_reloc_type (type);
1011 rtype
918 const char * rtype; local
5114 const char *rtype; local
5152 const char *rtype; local
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Deap.c2165 int code, id, len, rtype, vallen; local
2190 GETCHAR(rtype, inp);
2192 if (rtype >= 1 &&
2193 rtype <= sizeof (eap_typenames) / sizeof (char *))
2194 printer(arg, " %s", eap_typenames[rtype-1]);
2196 printer(arg, " type=0x%x", rtype);
2197 switch (rtype) {
2325 GETCHAR(rtype, inp);
2327 if (rtype >= 1 &&
2328 rtype <
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmatch.c557 ttype(r->n_type, q->rtype) == 0)
671 ttype(r->n_type, q->rtype) == 0)
755 ttype(r->n_type, q->rtype) == 0)
874 if (ttype(p->n_type, q->rtype) == 0)
938 if (ttype(p->n_type, q->rtype) == 0 ||
1003 if (ttype(r->n_type, q->rtype) == 0)
1111 ttype(r->n_type, q->rtype) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c6266 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype;
6273 rtype = receiver;
6274 while (TREE_CODE (rtype) == COMPOUND_EXPR
6275 || TREE_CODE (rtype) == MODIFY_EXPR
6276 || TREE_CODE (rtype) == NOP_EXPR
6277 || TREE_CODE (rtype) == CONVERT_EXPR
6278 || TREE_CODE (rtype) == COMPONENT_REF)
6279 rtype = TREE_OPERAND (rtype, 0);
6280 self = (rtype
6256 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_pe.c465 image_resource_directory *rdir, *rtype; local
490 rtype = (image_resource_directory *)(offset +
493 ((uintptr_t)rtype +
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c6379 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype;
6386 rtype = receiver;
6387 while (TREE_CODE (rtype) == COMPOUND_EXPR
6388 || TREE_CODE (rtype) == MODIFY_EXPR
6389 || CONVERT_EXPR_P (rtype)
6390 || TREE_CODE (rtype) == COMPONENT_REF)
6391 rtype = TREE_OPERAND (rtype, 0);
6392 self = (rtype == self_decl);
6393 super = (rtype
6369 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dcr16.h312 bfd_reloc_code_real_type rtype; member in struct:__anon3659

Completed in 280 milliseconds

12345