| /openbsd-src/sys/arch/sparc64/fpu/ |
| H A D | fpu.c | 424 int opf = instr.i_opf.i_opf, rs, rd, rtype; in fpu_insn_fmov() local 426 rtype = opf & 3; in fpu_insn_fmov() 427 if (rtype == 0) in fpu_insn_fmov() 429 if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0) in fpu_insn_fmov() 431 if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0) in fpu_insn_fmov() 433 fpu_fcopy(fs->fs_regs + rs, fs->fs_regs + rd, rtype); in fpu_insn_fmov() 444 int opf = instr.i_opf.i_opf, rs, rd, rtype; in fpu_insn_fabs() local 446 rtype = opf & 3; in fpu_insn_fabs() 447 if (rtype == 0) in fpu_insn_fabs() 449 if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0) in fpu_insn_fabs() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-i860.c | 748 lookup_howto (unsigned int rtype) in lookup_howto() argument 764 BFD_ASSERT (rtype <= R_860_max); in lookup_howto() 765 i = elf_code_to_howto_index[rtype]; in lookup_howto() 776 unsigned int rtype; in elf32_i860_reloc_type_lookup() local 781 rtype = R_860_NONE; in elf32_i860_reloc_type_lookup() 784 rtype = R_860_32; in elf32_i860_reloc_type_lookup() 787 rtype = R_860_COPY; in elf32_i860_reloc_type_lookup() 790 rtype = R_860_GLOB_DAT; in elf32_i860_reloc_type_lookup() 793 rtype = R_860_JUMP_SLOT; in elf32_i860_reloc_type_lookup() 796 rtype = R_860_RELATIVE; in elf32_i860_reloc_type_lookup() [all …]
|
| H A D | elfxx-ia64.c | 196 PARAMS ((unsigned int rtype)); 487 lookup_howto (rtype) in lookup_howto() argument 488 unsigned int rtype; in lookup_howto() 502 if (rtype > R_IA64_MAX_RELOC_CODE) 504 i = elf_code_to_howto_index[rtype]; 515 unsigned int rtype; local 519 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break; 521 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break; 522 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break; 523 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-i860.c | 748 lookup_howto (unsigned int rtype) in lookup_howto() argument 764 BFD_ASSERT (rtype <= R_860_max); in lookup_howto() 765 i = elf_code_to_howto_index[rtype]; in lookup_howto() 776 unsigned int rtype; in elf32_i860_reloc_type_lookup() local 781 rtype = R_860_NONE; in elf32_i860_reloc_type_lookup() 784 rtype = R_860_32; in elf32_i860_reloc_type_lookup() 787 rtype = R_860_COPY; in elf32_i860_reloc_type_lookup() 790 rtype = R_860_GLOB_DAT; in elf32_i860_reloc_type_lookup() 793 rtype = R_860_JUMP_SLOT; in elf32_i860_reloc_type_lookup() 796 rtype = R_860_RELATIVE; in elf32_i860_reloc_type_lookup() [all …]
|
| H A D | elfxx-ia64.c | 174 PARAMS ((unsigned int rtype)); 467 lookup_howto (rtype) in lookup_howto() argument 468 unsigned int rtype; in lookup_howto() 482 BFD_ASSERT (rtype <= R_IA64_MAX_RELOC_CODE); 483 i = elf_code_to_howto_index[rtype]; 494 unsigned int rtype; local 498 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break; 500 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break; 501 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break; 502 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
| H A D | Instance.pm | 249 my $rtype = reftype($code) || ""; 252 unless $code && $rtype eq 'CODE'; 261 my $rtype = reftype($code) || ""; 264 unless $code && $rtype eq 'CODE'; 273 my $rtype = reftype($code) || ""; 276 unless $code && $rtype eq 'CODE'; 285 my $rtype = reftype($code) || ""; 288 unless $code && $rtype eq 'CODE'; 298 my $rtype = reftype($code) || ""; 301 unless $code && $rtype e [all...] |
| /openbsd-src/gnu/usr.bin/binutils/include/elf/ |
| H A D | reloc-macros.h | 72 static const char *name (unsigned long rtype); \ 74 name (unsigned long rtype) \ 76 switch (rtype) \
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/ |
| H A D | reloc-macros.h | 72 static const char *name (unsigned long rtype); \ 74 name (unsigned long rtype) \ 76 switch (rtype) \
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | serverloop.c | 721 char *rtype = NULL; in server_input_global_request() 733 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request() 736 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request() 739 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request() 765 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) { in server_input_global_request() 776 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 794 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 801 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) { in server_input_global_request() 804 } else if (strcmp(rtype, "hostkey in server_input_global_request() 720 char *rtype = NULL; server_input_global_request() local 827 char *rtype = NULL; server_input_channel_req() local [all...] |
| H A D | ssh-sk-client.c | 141 u_int rtype, rerr; in client_converse() local 182 if ((r = sshbuf_get_u32(resp, &rtype)) != 0) { in client_converse() 186 if (rtype == SSH_SK_HELPER_ERROR) { in client_converse() 198 } else if (rtype != type) { in client_converse() 200 "expecting %u", rtype, type); in client_converse()
|
| H A D | ssh-sk-helper.c | 277 u_int rtype, ll = 0; in main() local 324 if ((r = sshbuf_get_u32(req, &rtype)) != 0 || in main() 332 switch (rtype) { in main() 343 fatal("%s: unsupported request type %u", __progname, rtype); in main()
|
| H A D | session.c | 1869 session_input_channel_req(struct ssh *ssh, Channel *c, const char *rtype) in session_auth_agent_req() 1875 logit_f("no session %d req %.100s", c->self, rtype); in session_input_channel_req() 1878 debug_f("session %d req %s", s->self, rtype); in session_input_channel_req() 1885 if (strcmp(rtype, "shell") == 0) { in session_input_channel_req() 1887 } else if (strcmp(rtype, "exec") == 0) { in session_input_channel_req() 1889 } else if (strcmp(rtype, "pty-req") == 0) { in session_input_channel_req() 1891 } else if (strcmp(rtype, "x11-req") == 0) { in session_input_channel_req() 1893 } else if (strcmp(rtype, "auth-agent-req@openssh.com") == 0) { in session_input_channel_req() 1895 } else if (strcmp(rtype, "subsystem") == 0) { in session_input_channel_req() 1897 } else if (strcmp(rtype, "en in session_input_channel_req() 1874 session_input_channel_req(struct ssh * ssh,Channel * c,const char * rtype) session_input_channel_req() argument [all...] |
| /openbsd-src/games/hack/ |
| H A D | hack.mkshop.c | 125 if(sroom->rtype) continue; in mkshop() 144 sroom->rtype = i + SHOPBASE; in mkshop() 222 if(sroom->rtype) in mkzoo() 231 sroom->rtype = type; in mkzoo() 285 if(sroom->hx < 0 || sroom->rtype || in mkswamp() 290 sroom->rtype = SWAMP; in mkswamp()
|
| H A D | hack.shk.c | 205 rooms[eshk->shoproom].rtype = 0; in shkdead() 282 if((rooms[ESHK(shopkeeper)->shoproom].rtype == GENERAL) in inshop() 294 int rt = rooms[roomno].rtype; in inshop() 310 rooms[roomno].rtype = 0; in inshop() 318 if(roomno >= 0 && rooms[roomno].rtype >= 8) { in inshop() 323 rooms[roomno].rtype = 0; in inshop() 342 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8] ); in inshop() 554 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]); in dopay() 746 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype-8]) && tmp != obj->olet) in subfrombill()
|
| H A D | def.mkroom.h | 67 schar rtype,rlit,doorct,fdoor; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-crx.c | 682 crx_ins->rtype = BFD_RELOC_NONE; in process_label_constant() 689 crx_ins->rtype = BFD_RELOC_CRX_REGREL12; in process_label_constant() 692 crx_ins->rtype = BFD_RELOC_CRX_REGREL28; in process_label_constant() 694 crx_ins->rtype = BFD_RELOC_CRX_REGREL32; in process_label_constant() 698 crx_ins->rtype = BFD_RELOC_CRX_REGREL22; in process_label_constant() 703 crx_ins->rtype = BFD_RELOC_CRX_REL16; in process_label_constant() 705 crx_ins->rtype = BFD_RELOC_CRX_REL8; in process_label_constant() 708 crx_ins->rtype = BFD_RELOC_CRX_ABS32; in process_label_constant() 710 crx_ins->rtype = BFD_RELOC_CRX_REL4; in process_label_constant() 712 crx_ins->rtype = BFD_RELOC_CRX_REL8_CMP; in process_label_constant() [all …]
|
| /openbsd-src/usr.sbin/vmd/ |
| H A D | vm_agentx.c | 143 enum agentx_request_type rtype; in vm_agentx_dispatch_parent() 183 rtype = agentx_varbind_request(vminfo[i]); in vm_agentx_dispatch_parent() 188 (rtype == AGENTX_REQUEST_TYPE_GET || in vm_agentx_dispatch_parent() 189 rtype == in vm_agentx_dispatch_parent() 193 (rtype == AGENTX_REQUEST_TYPE_GETNEXT || in vm_agentx_dispatch_parent() 194 rtype == in vm_agentx_dispatch_parent() 145 enum agentx_request_type rtype; vm_agentx_dispatch_parent() local
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ada-lang.c | 6039 struct type *rtype; in ada_template_to_fixed_record_type_1() local 6060 rtype = alloc_type (TYPE_OBJFILE (type)); in ada_template_to_fixed_record_type_1() 6061 TYPE_CODE (rtype) = TYPE_CODE_STRUCT; in ada_template_to_fixed_record_type_1() 6062 INIT_CPLUS_SPECIFIC (rtype); in ada_template_to_fixed_record_type_1() 6063 TYPE_NFIELDS (rtype) = nfields; in ada_template_to_fixed_record_type_1() 6064 TYPE_FIELDS (rtype) = (struct field *) in ada_template_to_fixed_record_type_1() 6065 TYPE_ALLOC (rtype, nfields * sizeof (struct field)); in ada_template_to_fixed_record_type_1() 6066 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields); in ada_template_to_fixed_record_type_1() 6067 TYPE_NAME (rtype) = ada_type_name (type); in ada_template_to_fixed_record_type_1() 6068 TYPE_TAG_NAME (rtype) = NULL; in ada_template_to_fixed_record_type_1() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | readelf.c | 1140 const char *rtype; in dump_relocations() local 1218 rtype = NULL; in dump_relocations() 1223 rtype = elf_m32r_reloc_type (type); in dump_relocations() 1228 rtype = elf_i386_reloc_type (type); in dump_relocations() 1233 rtype = elf_m68hc11_reloc_type (type); in dump_relocations() 1237 rtype = elf_m68k_reloc_type (type); in dump_relocations() 1241 rtype = elf_i960_reloc_type (type); in dump_relocations() 1246 rtype = elf_avr_reloc_type (type); in dump_relocations() 1253 rtype = elf_sparc_reloc_type (type); in dump_relocations() 1258 rtype = v850_reloc_type (type); in dump_relocations() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gen-protos.c | 124 fn->rtype = decl_start; in parse_fn_proto() 173 fn_decl.fname, fn_decl.rtype, fn_decl.params); in main()
|
| H A D | tree-mudflap.c | 330 #define build_function_type_0(rtype) \ argument 331 build_function_type (rtype, void_list_node) 332 #define build_function_type_1(rtype, arg1) \ argument 333 build_function_type (rtype, tree_cons (0, arg1, void_list_node)) 334 #define build_function_type_3(rtype, arg1, arg2, arg3) \ argument 335 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \ 337 #define build_function_type_4(rtype, arg1, arg2, arg3, arg4) \ argument 338 build_function_type (rtype, tree_cons (0, arg1, tree_cons (0, arg2, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gen-protos.c | 127 fn->rtype = decl_start; 177 fn_decl.fname, fn_decl.rtype, fn_decl.params);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 6253 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local 6260 rtype = receiver; in objc_finish_message_expr() 6261 while (TREE_CODE (rtype) == COMPOUND_EXPR in objc_finish_message_expr() 6262 || TREE_CODE (rtype) == MODIFY_EXPR in objc_finish_message_expr() 6263 || TREE_CODE (rtype) == NOP_EXPR in objc_finish_message_expr() 6264 || TREE_CODE (rtype) == CONVERT_EXPR in objc_finish_message_expr() 6265 || TREE_CODE (rtype) == COMPONENT_REF) in objc_finish_message_expr() 6266 rtype = TREE_OPERAND (rtype, 0); in objc_finish_message_expr() 6267 self = (rtype == self_decl); in objc_finish_message_expr() 6268 super = (rtype == UOBJC_SUPER_decl); in objc_finish_message_expr() [all …]
|
| /openbsd-src/regress/usr.sbin/rpki-client/ |
| H A D | repo-dummy.c | 9 repo_stat_inc(struct repo *repo, int tal, enum rtype type, enum stype subtype) in repo_stat_inc()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/ |
| H A D | Kid.pm | 84 my ( $rtype ) = $ptype; 87 $rtype = '-Wl,-R'; 90 $rtype = '-R'; 100 push( @ldloadlibs, "$rtype$thislib" );
|