Searched refs:rtype (Results 1 - 25 of 104) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/include/ssp/
H A Dssp.h66 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, bos) \
67 rtype __ssp_real_(fun) args __RENAME(symbol); \
68 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \
69 __ssp_inline rtype fun args { \
74 #define __ssp_redirect(rtype, fun, args, call) \
75 __ssp_redirect_raw(rtype, fun, fun, args, call, __ssp_bos)
76 #define __ssp_redirect0(rtype, fun, args, call) \
77 __ssp_redirect_raw(rtype, fun, fun, args, call, __ssp_bos0)
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_stat.c61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) argument
63 switch (rtype + 2) {
80 inf[rtype].info[proc]++;
85 rpcbs_set(rpcvers_t rtype, bool_t success) argument
87 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
89 inf[rtype].setinfo++;
94 rpcbs_unset(rpcvers_t rtype, bool_t success) argument
96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
98 inf[rtype].unsetinfo++;
103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_ argument
147 rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_stat.c61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) argument
63 switch (rtype + 2) {
80 inf[rtype].info[proc]++;
85 rpcbs_set(rpcvers_t rtype, bool_t success) argument
87 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
89 inf[rtype].setinfo++;
94 rpcbs_unset(rpcvers_t rtype, bool_t success) argument
96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
98 inf[rtype].unsetinfo++;
103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_ argument
147 rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dreloc-macros.h77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dreloc-macros.h77 static const char *foo (unsigned long rtype);
79 foo (unsigned long rtype)
81 switch (rtype)
100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c188 uintptr_t rtype, symidx; local
200 rtype = ELF64_R_TYPE(rela->r_info);
203 if (rtype == R_SPARC_NONE)
206 if ((rtype & 0x00ff) == R_SPARC_OLO10)
207 rtype = R_SPARC_OLO10;
209 if (rtype == R_SPARC_RELATIVE) {
217 if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY ||
218 rtype >= __arraycount(reloc_target_bitmask))
221 if (RELOC_UNALIGNED(rtype))
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dkobj_machdep.c49 int symidx, rtype; local
59 rtype = ELF_R_TYPE(rela->r_info);
61 switch (rtype) {
75 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dkobj_machdep.c46 int rtype, symnum; local
57 rtype = ELF_R_TYPE(rela->r_info);
59 switch (rtype) {
87 (int)rtype);
/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.mkroom.h68 schar rtype,rlit,doorct,fdoor; member in struct:mkroom
77 /* various values of rtype */
H A Dhack.mkshop.c133 if (sroom->rtype)
154 sroom->rtype = i + SHOPBASE;
237 if (sroom->rtype)
246 sroom->rtype = type;
307 if (sroom->hx < 0 || sroom->rtype ||
312 sroom->rtype = SWAMP;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dkobj_machdep.c73 u_int rtype, symidx; local
84 rtype = ELF_R_TYPE(rela->r_info);
87 switch (rtype) {
126 printf("kobj_reloc: unexpected relocation type %u\n", rtype);
131 switch (rtype) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dkobj_machdep.c79 Elf_Word rtype, symidx; local
87 rtype = ELF_R_TYPE(rela->r_info);
93 rtype = ELF_R_TYPE(rel->r_info);
97 switch (rtype) {
126 printf("kobj_reloc: unexpected relocation type %d\n", rtype);
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dkobj_machdep.c74 Elf_Word rtype, symidx; local
82 rtype = ELF_R_TYPE(rela->r_info);
88 rtype = ELF_R_TYPE(rel->r_info);
92 switch (rtype) {
150 rtype, where, symidx);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dkobj_machdep.c72 uintptr_t rtype, symidx; local
80 rtype = ELF_R_TYPE(rela->r_info);
86 rtype = ELF_R_TYPE(rel->r_info);
90 switch (rtype) {
137 (int)rtype);
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dkobj_machdep.c80 uintptr_t rtype, symidx; local
88 rtype = ELF_R_TYPE(rela->r_info);
93 rtype = ELF_R_TYPE(rel->r_info);
96 switch (rtype) {
108 switch (rtype) {
154 printf("kobj_reloc: unexpected relocation type %ld\n", rtype);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-i860.c750 lookup_howto (unsigned int rtype)
766 BFD_ASSERT (rtype <= R_860_max);
767 i = elf_code_to_howto_index[rtype];
778 unsigned int rtype;
783 rtype = R_860_NONE;
786 rtype = R_860_32;
789 rtype = R_860_COPY;
792 rtype = R_860_GLOB_DAT;
795 rtype = R_860_JUMP_SLOT;
798 rtype
749 lookup_howto(unsigned int rtype) argument
777 unsigned int rtype; local
[all...]
H A Delfxx-ia64.c373 lookup_howto (unsigned int rtype)
387 if (rtype > R_IA64_MAX_RELOC_CODE)
389 i = elf_code_to_howto_index[rtype];
399 unsigned int rtype;
403 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
405 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
406 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
407 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
409 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
410 case BFD_RELOC_IA64_DIR32LSB: rtype
372 lookup_howto(unsigned int rtype) argument
398 unsigned int rtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-i860.c750 lookup_howto (unsigned int rtype)
766 BFD_ASSERT (rtype <= R_860_max);
767 i = elf_code_to_howto_index[rtype];
778 unsigned int rtype;
783 rtype = R_860_NONE;
786 rtype = R_860_32;
789 rtype = R_860_COPY;
792 rtype = R_860_GLOB_DAT;
795 rtype = R_860_JUMP_SLOT;
798 rtype
749 lookup_howto(unsigned int rtype) argument
777 unsigned int rtype; local
[all...]
H A Delfxx-ia64.c374 lookup_howto (unsigned int rtype)
388 if (rtype > R_IA64_MAX_RELOC_CODE)
390 i = elf_code_to_howto_index[rtype];
400 unsigned int rtype;
404 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
406 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
407 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
408 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
410 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
411 case BFD_RELOC_IA64_DIR32LSB: rtype
373 lookup_howto(unsigned int rtype) argument
399 unsigned int rtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-cr16.c498 int rtype = BFD_RELOC_UNUSED; local
502 default: rtype = BFD_RELOC_NONE; break;
503 case 1: rtype = BFD_RELOC_CR16_NUM8 ; break;
504 case 2: rtype = BFD_RELOC_CR16_NUM16; break;
508 rtype = BFD_RELOC_CR16_NUM32a;
512 rtype = BFD_RELOC_CR16_NUM32;
516 fix_new_exp (frag, offset, len, exp, 0, rtype);
911 cr16_ins->rtype = BFD_RELOC_NONE;
956 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
958 cr16_ins->rtype
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dkobj_machdep.c106 Elf_Word rtype, symidx; local
120 rtype = ELF_R_TYPE(rela->r_info);
123 switch (rtype) {
208 printf("%s: unexpected relocation type %d\n", __func__, rtype);
/netbsd-6-1-5-RELEASE/regress/sys/kern/sleeping/
H A Dsleeptest.c70 char *rtype; local
93 rtype = "simulated";
111 rtype = "returned";
147 rtype = "returned";
198 sigs + sig, delta1, rtype, delta2, delta3, (delta3 / round) * round);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgen-protos.c124 fn->rtype = decl_start;
173 fn_decl.fname, fn_decl.rtype, fn_decl.params);
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c343 int rtype; /* MOUSE_PROTO_XXX */ member in struct:rodentparam
363 .rtype = MOUSE_PROTO_UNKNOWN,
732 rodent.rtype = MOUSE_PROTO_UNKNOWN;
739 rodent.rtype = i;
767 switch(rodent.rtype) {
770 rodent.rtype = MOUSE_PROTO_BUS;
799 r_name(rodent.rtype), r_model(rodent.hw.model));
805 printf("%s\n", r_name(rodent.rtype));
812 r_name(rodent.rtype), r_model(rodent.hw.model));
1025 if (rodent.rtype
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/i386/
H A Dorder.c188 q->rtype == (TCHAR|TUCHAR)) {
193 q->rtype == (TLONGLONG|TULONGLONG)) {
199 q->rtype == (TLONGLONG|TULONGLONG)) {
205 q->rtype == (TLONGLONG|TULONGLONG)) {

Completed in 501 milliseconds

12345