| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfxx-ia64.c | 196 ia64_elf_lookup_howto (unsigned int rtype) in ia64_elf_lookup_howto() argument 210 if (rtype > R_IA64_MAX_RELOC_CODE) in ia64_elf_lookup_howto() 212 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto() 222 unsigned int rtype; in ia64_elf_reloc_type_lookup() local 226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break; in ia64_elf_reloc_type_lookup() 228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break; in ia64_elf_reloc_type_lookup() 229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break; in ia64_elf_reloc_type_lookup() 230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break; in ia64_elf_reloc_type_lookup() 232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break; in ia64_elf_reloc_type_lookup() 233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break; in ia64_elf_reloc_type_lookup() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfxx-ia64.c | 196 ia64_elf_lookup_howto (unsigned int rtype) in ia64_elf_lookup_howto() argument 210 if (rtype > R_IA64_MAX_RELOC_CODE) in ia64_elf_lookup_howto() 212 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto() 222 unsigned int rtype; in ia64_elf_reloc_type_lookup() local 226 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break; in ia64_elf_reloc_type_lookup() 228 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break; in ia64_elf_reloc_type_lookup() 229 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break; in ia64_elf_reloc_type_lookup() 230 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break; in ia64_elf_reloc_type_lookup() 232 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break; in ia64_elf_reloc_type_lookup() 233 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break; in ia64_elf_reloc_type_lookup() [all …]
|
| /netbsd/src/usr.sbin/rpcbind/ |
| D | rpcb_stat.c | 61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) in rpcbs_procinfo() argument 63 switch (rtype + 2) { in rpcbs_procinfo() 80 inf[rtype].info[proc]++; in rpcbs_procinfo() 85 rpcbs_set(rpcvers_t rtype, bool_t success) in rpcbs_set() argument 87 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_set() 89 inf[rtype].setinfo++; in rpcbs_set() 94 rpcbs_unset(rpcvers_t rtype, bool_t success) in rpcbs_unset() argument 96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_unset() 98 inf[rtype].unsetinfo++; in rpcbs_unset() 103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers, in rpcbs_getaddr() argument [all …]
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | kobj_machdep.c | 188 uintptr_t rtype, symidx; in kobj_reloc() local 201 rtype = ELF64_R_TYPE(rela->r_info); in kobj_reloc() 210 if (rtype == R_SPARC_NONE) in kobj_reloc() 213 if ((rtype & 0x00ff) == R_SPARC_OLO10) in kobj_reloc() 214 rtype = R_SPARC_OLO10; in kobj_reloc() 216 if (rtype == R_SPARC_RELATIVE) { in kobj_reloc() 224 if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY || in kobj_reloc() 225 rtype >= __arraycount(reloc_target_bitmask)) in kobj_reloc() 228 if (RELOC_UNALIGNED(rtype)) in kobj_reloc() 233 if (RELOC_RESOLVE_SYMBOL(rtype)) { in kobj_reloc() [all …]
|
| /netbsd/src/include/ssp/ |
| D | ssp.h | 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ argument 78 rtype __ssp_real_(fun) args __RENAME(symbol); \ 79 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \ 80 __ssp_inline rtype fun args { \ 86 #define __ssp_redirect(rtype, fun, args, call) \ argument 87 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos) 88 #define __ssp_redirect0(rtype, fun, args, call) \ argument 89 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0)
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-cr16.c | 505 bfd_reloc_code_real_type rtype) in cr16_cons_fix_new() argument 509 default: rtype = BFD_RELOC_NONE; break; in cr16_cons_fix_new() 510 case 1: rtype = BFD_RELOC_CR16_NUM8 ; break; in cr16_cons_fix_new() 511 case 2: rtype = BFD_RELOC_CR16_NUM16; break; in cr16_cons_fix_new() 515 rtype = BFD_RELOC_CR16_NUM32a; in cr16_cons_fix_new() 519 rtype = BFD_RELOC_CR16_NUM32; in cr16_cons_fix_new() 523 fix_new_exp (frag, offset, len, exp, 0, rtype); in cr16_cons_fix_new() 899 cr16_ins->rtype = BFD_RELOC_NONE; in process_label_constant() 944 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20; in process_label_constant() 946 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20; in process_label_constant() [all …]
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | kobj_machdep.c | 47 Elf_Word rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() local 63 if (rtype != R_VAX_PC32 && rtype != R_VAX_32) { in kobj_reloc() 64 printf("Bad relocation %d", rtype); in kobj_reloc() 71 if (rtype == R_VAX_PC32) in kobj_reloc()
|
| /netbsd/src/sys/arch/sh3/sh3/ |
| D | kobj_machdep.c | 49 int symidx, rtype; in kobj_reloc() local 60 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 68 switch (rtype) { in kobj_reloc() 79 if (rtype == R_TYPE(REL32)) in kobj_reloc() 85 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype); in kobj_reloc()
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | kobj_machdep.c | 80 uintptr_t rtype, symidx; in kobj_reloc() local 89 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 94 rtype = ELF_R_TYPE(rel->r_info); in kobj_reloc() 97 switch (rtype) { in kobj_reloc() 115 switch (rtype) { in kobj_reloc() 162 printf("kobj_reloc: unexpected relocation type %ld\n", rtype); in kobj_reloc()
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | ntp_worker.c | 164 blocking_work_req rtype, in queue_blocking_request() argument 178 req_hdr.rtype = rtype; in queue_blocking_request() 224 resp->rtype = req->rtype; in queue_blocking_response() 255 (*resp->done_func)(resp->rtype, resp->context, in process_blocking_resp() 316 switch (req->rtype) { in blocking_child_common() 328 msyslog(LOG_ERR, "unknown req %d to blocking worker", req->rtype); in blocking_child_common()
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | kobj_machdep.c | 79 Elf_Word rtype, symidx; in kobj_reloc() local 88 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 94 rtype = ELF_R_TYPE(rel->r_info); in kobj_reloc() 104 switch (rtype) { in kobj_reloc() 133 printf("kobj_reloc: unexpected relocation type %d\n", rtype); in kobj_reloc()
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | kobj_machdep.c | 72 uintptr_t rtype, symidx; in kobj_reloc() local 81 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 87 rtype = ELF_R_TYPE(rel->r_info); in kobj_reloc() 97 switch (rtype) { in kobj_reloc() 144 (int)rtype); in kobj_reloc()
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | kobj_machdep.c | 76 u_int rtype, symidx; in kobj_reloc() local 91 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 100 switch (rtype) { in kobj_reloc() 142 printf("kobj_reloc: unexpected relocation type %u\n", rtype); in kobj_reloc() 147 switch (rtype) { in kobj_reloc()
|
| /netbsd/src/usr.sbin/moused/ |
| D | moused.c | 343 int rtype; /* MOUSE_PROTO_XXX */ member 363 .rtype = MOUSE_PROTO_UNKNOWN, 723 rodent.rtype = MOUSE_PROTO_UNKNOWN; in main() 730 rodent.rtype = i; in main() 758 switch(rodent.rtype) { in main() 761 rodent.rtype = MOUSE_PROTO_BUS; in main() 790 r_name(rodent.rtype), r_model(rodent.hw.model)); in main() 796 printf("%s\n", r_name(rodent.rtype)); in main() 803 r_name(rodent.rtype), r_model(rodent.hw.model)); in main() 1016 if (rodent.rtype == MOUSE_PROTO_X10MOUSEREM) in cleanup() [all …]
|
| /netbsd/src/usr.bin/tic/ |
| D | tic.c | 240 if (tic->rtype == TERMINFO_RTYPE) in process_entry() 255 if (rtic->rtype < utic->rtype) in merge() 257 utic->name, utic->rtype, rtic->name, rtic->rtype); in merge() 274 num = _ti_decode_num(&cap, utic->rtype); in merge() 313 num = _ti_decode_num(&cap, utic->rtype); in merge() 356 if (nrterm->tic->rtype >= nuterm->tic->rtype) in promote() 377 tic->rtype = rtic->rtype; in promote() 438 name = _ti_getname(rtic->rtype, cap); in merge_use() 468 if (!promoted && rtic->rtype != TERMINFO_RTYPE) { in merge_use() 471 promoted = rtic->rtype == TERMINFO_RTYPE; in merge_use()
|
| /netbsd/src/lib/libterminfo/ |
| D | term_private.h | 165 int rtype; member 173 ((tic)->rtype == TERMINFO_RTYPE_O1 ? sizeof(uint16_t) : sizeof(uint32_t)) 213 _ti_decode_num(const char **cap, int rtype) in _ti_decode_num() argument 215 if (rtype == TERMINFO_RTYPE_O1) { in _ti_decode_num() 279 _ti_encode_buf_num(TBUF *tbuf, int num, int rtype) in _ti_encode_buf_num() argument 281 if (rtype == TERMINFO_RTYPE_O1) { in _ti_encode_buf_num()
|
| D | compile.c | 77 ortype = tic->rtype; in _ti_promote() 78 tic->rtype = TERMINFO_RTYPE; in _ti_promote() 80 tic->name = _ti_getname(tic->rtype, tic->name); in _ti_promote() 95 name = _ti_getname(tic->rtype, buf); in _ti_promote() 260 _ti_getname(int rtype, const char *orig) in _ti_getname() argument 268 switch (rtype) { in _ti_getname() 344 _ti_encode_buf_num(&tic->extras, num, tic->rtype); in _ti_store_extra() 399 *cap++ = tic->rtype; in _ti_flatten() 636 tic->rtype = TERMINFO_RTYPE_O1; /* will promote if needed */ in _ti_compile() 638 tic->rtype = TERMINFO_RTYPE; in _ti_compile() [all …]
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | kobj_machdep.c | 46 int rtype, symnum; in kobj_reloc() local 58 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 66 switch (rtype) { in kobj_reloc() 94 (int)rtype); in kobj_reloc()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | serverloop.c | 756 char *rtype = NULL; in server_input_global_request() local 768 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request() 771 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request() 774 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request() 800 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) { in server_input_global_request() 811 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 829 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 836 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) { in server_input_global_request() 839 } else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) { in server_input_global_request() 853 free(rtype); in server_input_global_request() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | expr.c | 154 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) ) 414 int opcode, ltype, rtype, ptype, mtype; local 433 rtype = rp->vtype; 438 rtype = 0; 450 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR) 465 if(ltype == rtype) [all …]
|
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | kobj_machdep.c | 135 Elf_Word rtype, symidx; in kobj_reloc() local 149 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 158 switch (rtype) { in kobj_reloc() 214 printf("%s: unexpected relocation type %d\n", __func__, rtype); in kobj_reloc() 218 switch (rtype) { in kobj_reloc()
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | reloc-macros.h | 100 static const char *name (unsigned long rtype); \ 102 name (unsigned long rtype) \ 104 switch (rtype) \
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | reloc-macros.h | 100 static const char *name (unsigned long rtype); \ 102 name (unsigned long rtype) \ 104 switch (rtype) \
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | kobj_machdep.c | 79 Elf_Word rtype, symidx; in kobj_reloc() local 88 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc() 94 rtype = ELF_R_TYPE(rel->r_info); in kobj_reloc() 104 switch (rtype) { in kobj_reloc() 140 if (rtype == R_ARM_MOVT_ABS) in kobj_reloc() 214 rtype, where, symidx); in kobj_reloc()
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_print.c | 377 ctf_id_t rtype; in dt_print_array() local 385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array() 386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array() 394 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) { in dt_print_array() 553 ctf_id_t rtype; in dt_print_member() local 564 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_print_member() 565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member() 629 dt_printfuncs[kind - 1](rtype, off, pap); in dt_print_member()
|