HomeSort by: relevance | last modified time | path
    Searched defs:rtype (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/vax/vax/
kobj_machdep.c 47 Elf_Word rtype = ELF_R_TYPE(rela->r_info); local in function:kobj_reloc
63 if (rtype != R_VAX_PC32 && rtype != R_VAX_32) {
64 printf("Bad relocation %d", rtype);
71 if (rtype == R_VAX_PC32)
  /src/sys/arch/alpha/alpha/
kobj_machdep.c 72 uintptr_t rtype, symidx; local in function:kobj_reloc
81 rtype = ELF_R_TYPE(rela->r_info);
87 rtype = ELF_R_TYPE(rel->r_info);
97 switch (rtype) {
144 (int)rtype);
  /src/sys/arch/amd64/amd64/
kobj_machdep.c 80 uintptr_t rtype, symidx; local in function:kobj_reloc
89 rtype = ELF_R_TYPE(rela->r_info);
94 rtype = ELF_R_TYPE(rel->r_info);
97 switch (rtype) {
115 switch (rtype) {
162 printf("kobj_reloc: unexpected relocation type %ld\n", rtype);
  /src/sys/arch/i386/i386/
kobj_machdep.c 79 Elf_Word rtype, symidx; local in function:kobj_reloc
88 rtype = ELF_R_TYPE(rela->r_info);
94 rtype = ELF_R_TYPE(rel->r_info);
104 switch (rtype) {
133 printf("kobj_reloc: unexpected relocation type %d\n", rtype);
  /src/sys/arch/powerpc/powerpc/
kobj_machdep.c 76 u_int rtype, symidx; local in function:kobj_reloc
91 rtype = ELF_R_TYPE(rela->r_info);
100 switch (rtype) {
142 printf("kobj_reloc: unexpected relocation type %u\n", rtype);
147 switch (rtype) {
  /src/sys/arch/sh3/sh3/
kobj_machdep.c 49 int symidx, rtype; local in function:kobj_reloc
60 rtype = ELF_R_TYPE(rela->r_info);
68 switch (rtype) {
79 if (rtype == R_TYPE(REL32))
85 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype);
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 46 int rtype, symnum; local in function:kobj_reloc
58 rtype = ELF_R_TYPE(rela->r_info);
66 switch (rtype) {
94 (int)rtype);
  /src/games/hack/
def.mkroom.h 68 schar rtype,rlit,doorct,fdoor; member in struct:mkroom
77 /* various values of rtype */
  /src/sys/arch/hppa/hppa/
kobj_machdep.c 135 Elf_Word rtype, symidx; local in function:kobj_reloc
149 rtype = ELF_R_TYPE(rela->r_info);
158 switch (rtype) {
214 printf("%s: unexpected relocation type %d\n", __func__, rtype);
218 switch (rtype) {
  /src/sys/arch/mips/mips/
kobj_machdep.c 68 Elf_Word rtype, symidx; local in function:kobj_reloc
84 rtype = ELF_R_TYPE(rela->r_info);
99 switch (rtype) {
229 __func__, rtype, where);
  /src/lib/libterminfo/
term.c 81 char rtype; local in function:_ti_readterm
88 rtype = *cap++;
91 if (rtype != TERMINFO_RTYPE && rtype != TERMINFO_RTYPE_O1)
146 term->nums[ind] = _ti_decode_num(&cap, rtype);
196 ud->num = _ti_decode_num(&cap, rtype);
term_private.h 165 int rtype; member in struct:__anon386157850408
173 ((tic)->rtype == TERMINFO_RTYPE_O1 ? sizeof(uint16_t) : sizeof(uint32_t))
213 _ti_decode_num(const char **cap, int rtype)
215 if (rtype == TERMINFO_RTYPE_O1) {
279 _ti_encode_buf_num(TBUF *tbuf, int num, int rtype)
281 if (rtype == TERMINFO_RTYPE_O1) {
  /src/tests/fs/puffs/h_dtfs/
dtfs_vfsops.c 106 struct rtype { struct
  /src/sys/arch/sparc64/sparc64/
kobj_machdep.c 188 uintptr_t rtype, symidx; local in function:kobj_reloc
201 rtype = ELF64_R_TYPE(rela->r_info);
210 if (rtype == R_SPARC_NONE)
213 if ((rtype & 0x00ff) == R_SPARC_OLO10)
214 rtype = R_SPARC_OLO10;
216 if (rtype == R_SPARC_RELATIVE) {
224 if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY ||
225 rtype >= __arraycount(reloc_target_bitmask))
228 if (RELOC_UNALIGNED(rtype))
    [all...]
  /src/sys/arch/riscv/riscv/
kobj_machdep.c 135 const u_int rtype = ELF_R_TYPE(rela->r_info); local in function:kobj_reloc
144 switch (rtype) {
161 switch (rtype) {
215 switch (rtype) {
267 printf("%s: unexpected relocation type %u\n\n", __func__, rtype);
272 switch (rtype) {
538 printf("Unexpected relocation type %d\n", rtype);
  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 56 Elf_Word rtype; member in struct:rtypeinfo
76 strrtype(Elf_Word rtype)
82 if (rtypetbl[i].rtype == rtype)
85 snprintf(buf, sizeof(buf), "RELOCATION-TYPE-%d", rtype);
127 Elf_Word rtype, symidx; local in function:kobj_reloc
154 rtype = ELF_R_TYPE(rela->r_info);
165 switch (rtype) {
181 symidx, rtype, where, off);
188 printf("%s:%d: rtype=%s, where=%p (base+0x%jx)\n"
    [all...]
  /src/sys/arch/amd64/stand/prekern/
elf.c 200 uintptr_t rtype, symidx; local in function:elf_apply_reloc
208 rtype = ELF_R_TYPE(rela->r_info);
213 rtype = ELF_R_TYPE(rel->r_info);
216 switch (rtype) {
228 switch (rtype) {
  /src/sys/arch/ia64/unwind/
stackframe.c 998 bool rtype; local in function:buildrecordstack
1020 rtype = rchain[i].udesc.R1.r;
1021 if (!rtype) {
1037 rtype = rchain[i].udesc.R3.r;
1038 if (!rtype) {
1054 rtype = false; /* prologue region */
  /src/sys/arch/arm/arm32/
kobj_machdep.c 79 Elf_Word rtype, symidx; local in function:kobj_reloc
88 rtype = ELF_R_TYPE(rela->r_info);
94 rtype = ELF_R_TYPE(rel->r_info);
104 switch (rtype) {
140 if (rtype == R_ARM_MOVT_ABS)
214 rtype, where, symidx);
  /src/sbin/bioctl/
bioctl.c 239 char rtype[16], stripe[16], tmp[48]; local in function:bio_show_volumes
314 snprintf(rtype, sizeof(rtype), "RAID %u", bv->bv_level);
321 strlcpy(rtype, rtypestr, sizeof(rtype));
332 rtype, stripe, percent, seconds);
  /src/lib/libresolv/
res_mkupdate.c 95 u_int16_t rtype, rclass; local in function:res_nmkupdate
133 rtype = rrecp->r_type;
142 rtype = T_ANY;
147 rtype = T_ANY;
190 PUTSHORT(rtype, cp);
  /src/usr.sbin/moused/
moused.c 343 int rtype; /* MOUSE_PROTO_XXX */ member in struct:rodentparam
363 .rtype = MOUSE_PROTO_UNKNOWN,
723 rodent.rtype = MOUSE_PROTO_UNKNOWN;
730 rodent.rtype = i;
758 switch(rodent.rtype) {
761 rodent.rtype = MOUSE_PROTO_BUS;
790 r_name(rodent.rtype), r_model(rodent.hw.model));
796 printf("%s\n", r_name(rodent.rtype));
803 r_name(rodent.rtype), r_model(rodent.hw.model));
1016 if (rodent.rtype == MOUSE_PROTO_X10MOUSEREM
    [all...]

Completed in 21 milliseconds