Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 25 of 257) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-ia64.c196 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/binutils/dist/bfd/
H A Delfxx-ia64.c196 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/
H A Drpcb_stat.c61 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/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dmatmul.m473 extern void matmul_'rtype_code` ('rtype` * const restrict retarray,
74 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
85 'matmul_name` ('rtype` * const restrict retarray,
86 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
94 'matmul_name` ('rtype` * const restrict retarray,
95 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
103 'matmul_name` ('rtype` * const restrict retarray,
104 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
114 'matmul_name` ('rtype` * const restrict retarray,
115 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dmatmul.m473 extern void matmul_'rtype_code` ('rtype` * const restrict retarray,
74 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
85 'matmul_name` ('rtype` * const restrict retarray,
86 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
94 'matmul_name` ('rtype` * const restrict retarray,
95 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
103 'matmul_name` ('rtype` * const restrict retarray,
104 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
114 'matmul_name` ('rtype` * const restrict retarray,
115 'rtype` * const restrict a, 'rtype` * const restrict b, int try_blas,
[all …]
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c188 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/sys/arch/aarch64/aarch64/
H A Dkobj_machdep.c56 Elf_Word rtype; member
76 strrtype(Elf_Word rtype) in strrtype() argument
82 if (rtypetbl[i].rtype == rtype) in strrtype()
85 snprintf(buf, sizeof(buf), "RELOCATION-TYPE-%d", rtype); in strrtype()
127 Elf_Word rtype, symidx; in kobj_reloc() local
154 rtype = ELF_R_TYPE(rela->r_info); in kobj_reloc()
165 switch (rtype) { in kobj_reloc()
181 symidx, rtype, where, off); in kobj_reloc()
189 __func__, __LINE__, strrtype(rtype), where, off); in kobj_reloc()
197 switch (rtype) { in kobj_reloc()
[all …]
/netbsd-src/include/ssp/
H A Dssp.h77 #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.old/dist/gas/config/
H A Dtc-cr16.c505 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/external/gpl3/binutils/dist/gas/config/
H A Dtc-cr16.c505 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/
H A Dkobj_machdep.c47 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/
H A Dkobj_machdep.c49 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/
H A Dkobj_machdep.c80 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/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst14 :rtype: converted addr
28 :rtype: boolean
50 :rtype: integer
59 :rtype: :class:`edns_option` or None
69 :rtype: integer
86 :rtype: integer
129 :rtype: boolean
139 :rtype: boolean
149 :rtype: boolean
159 :rtype: boolean
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c424 dns_rdataclass_t qclass, dns_rrl_rtype_t rtype) { in make_key() argument
429 key->s.rtype = rtype; in make_key()
430 if (rtype == DNS_RRL_RTYPE_QUERY) { in make_key()
433 } else if (rtype == DNS_RRL_RTYPE_REFERRAL || in make_key()
434 rtype == DNS_RRL_RTYPE_NODATA) in make_key()
490 get_rate(dns_rrl_t *rrl, dns_rrl_rtype_t rtype) { in get_rate() argument
491 switch (rtype) { in get_rate()
514 if (e->key.s.rtype == DNS_RRL_RTYPE_TCP) { in response_balance()
517 ratep = get_rate(rrl, e->key.s.rtype); in response_balance()
534 const dns_name_t *qname, dns_rrl_rtype_t rtype, isc_stdtime_t now, in get_entry() argument
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drrl.c402 dns_rdataclass_t qclass, dns_rrl_rtype_t rtype) { in hash_key()
407 key->s.rtype = rtype; in hash_key()
408 if (rtype == DNS_RRL_RTYPE_QUERY) { in hash_key()
411 } else if (rtype == DNS_RRL_RTYPE_REFERRAL ||
412 rtype == DNS_RRL_RTYPE_NODATA)
468 get_rate(dns_rrl_t *rrl, dns_rrl_rtype_t rtype) { in make_key()
469 switch (rtype) { in make_key()
492 if (e->key.s.rtype == DNS_RRL_RTYPE_TCP) { in get_rate()
495 ratep = get_rate(rrl, e->key.s.rtype); in get_rate()
424 make_key(const dns_rrl_t * rrl,dns_rrl_key_t * key,const isc_sockaddr_t * client_addr,dns_zone_t * zone,dns_rdatatype_t qtype,const dns_name_t * qname,dns_rdataclass_t qclass,dns_rrl_rtype_t rtype) make_key() argument
490 get_rate(dns_rrl_t * rrl,dns_rrl_rtype_t rtype) get_rate() argument
534 get_entry(dns_rrl_t * rrl,const isc_sockaddr_t * client_addr,dns_zone_t * zone,dns_rdataclass_t qclass,dns_rdatatype_t qtype,const dns_name_t * qname,dns_rrl_rtype_t rtype,isc_stdtime_t now,bool create,char * log_buf,unsigned int log_buf_len) get_entry() argument
1057 dns_rrl_rtype_t rtype; dns_rrl() local
[all...]
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_worker.c164 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/
H A Dkobj_machdep.c79 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/
H A Dkobj_machdep.c72 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/
H A Dkobj_machdep.c76 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/
H A Dmoused.c343 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/
H A Dtic.c240 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/
H A Dterm_private.h165 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()
/netbsd-src/sys/arch/m68k/m68k/
H A Dkobj_machdep.c46 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/
H A Dserverloop.c755 char *rtype = NULL; in server_input_global_request() local
767 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request()
770 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request()
773 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request()
799 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) { in server_input_global_request()
810 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) { in server_input_global_request()
828 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) { in server_input_global_request()
835 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) { in server_input_global_request()
838 } else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) { in server_input_global_request()
852 free(rtype); in server_input_global_request()
[all …]

1234567891011