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

1 2 3 4 5 6

  /src/sys/arch/vax/vax/
kobj_machdep.c 47 Elf_Word rtype = ELF_R_TYPE(rela->r_info); local
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
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
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
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/m68k/m68k/
kobj_machdep.c 46 int rtype, symnum; local
58 rtype = ELF_R_TYPE(rela->r_info);
66 switch (rtype) {
94 (int)rtype);
  /src/sys/arch/powerpc/powerpc/
kobj_machdep.c 76 u_int rtype, symidx; local
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
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/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
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
84 rtype = ELF_R_TYPE(rela->r_info);
99 switch (rtype) {
229 __func__, rtype, where);
  /src/external/mpl/dhcp/dist/dhcpctl/
dhcpctl.h 55 omapi_typed_data_t *rtype; member in struct:__anon24420
  /src/lib/libterminfo/
term.c 81 char rtype; local
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);
  /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
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/riscv/riscv/
kobj_machdep.c 135 const u_int rtype = ELF_R_TYPE(rela->r_info); local
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/sparc64/sparc64/
kobj_machdep.c 188 uintptr_t rtype, symidx; local
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/tests/fs/puffs/h_dtfs/
dtfs_vfsops.c 106 struct rtype { struct
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
intr.c 201 char rtype;
422 sp->rtype == TYSHORT &&
432 if(tyint==TYLONG && sp->rtype==TYSHORT)
448 ap = builtin(sp->rtype,
454 ap = builtin(sp->rtype, varstr(XL, sp->spxname) );
542 if(tyint==TYLONG && sp->rtype==TYSHORT)
544 q = builtin(sp->rtype, varstr(XL,sp->spxname) );
200 char rtype; member in struct:specblock
  /src/crypto/external/bsd/openssh/dist/
ssh-sk-client.c 164 u_int rtype, rerr; local
205 if ((r = sshbuf_get_u32(resp, &rtype)) != 0) {
209 if (rtype == SSH_SK_HELPER_ERROR) {
221 } else if (rtype != type) {
223 "expecting %u", rtype, type);
ssh-sk-helper.c 298 u_int rtype, ll = 0; local
345 if ((r = sshbuf_get_u32(req, &rtype)) != 0 ||
353 switch (rtype) {
364 fatal("%s: unsupported request type %u", __progname, rtype);
  /src/sys/arch/amd64/stand/prekern/
elf.c 200 uintptr_t rtype, symidx; local
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/arm/arm32/
kobj_machdep.c 79 Elf_Word rtype, symidx; local
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/sys/arch/ia64/unwind/
stackframe.c 998 bool rtype; local
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/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 228 ffi_type *rtype = ffiTypeFor(RetTy); local
230 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, args.data()) ==
  /src/external/bsd/ntp/dist/include/
ntp_worker.h 41 blocking_work_req rtype; member in struct:blocking_pipe_header_tag
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_print.c 377 ctf_id_t rtype; local
385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR ||
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
394 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) {
553 ctf_id_t rtype; local
564 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR ||
565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
629 dt_printfuncs[kind - 1](rtype, off, pap);

Completed in 31 milliseconds

1 2 3 4 5 6