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

  /src/sys/rump/librump/rumpkern/arch/generic/
rump_generic_kobj.c 45 kobj_reloc(kobj_t ko, uintptr_t p, const void *v, bool b1, bool b2) function in typeref:typename:int
  /src/sys/arch/vax/vax/
kobj_machdep.c 43 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
  /src/sys/arch/alpha/alpha/
kobj_machdep.c 66 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
139 printf("kobj_reloc: unexpected R_COPY relocation\n");
143 printf("kobj_reloc: unexpected relocation type %d\n",
  /src/sys/arch/amd64/amd64/
kobj_machdep.c 73 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
162 printf("kobj_reloc: unexpected relocation type %ld\n", rtype);
  /src/sys/arch/i386/i386/
kobj_machdep.c 73 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
133 printf("kobj_reloc: unexpected relocation type %d\n", rtype);
  /src/sys/arch/powerpc/powerpc/
kobj_machdep.c 66 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
81 panic("kobj_reloc: REL relocations not supported");
142 printf("kobj_reloc: unexpected relocation type %u\n", rtype);
  /src/sys/arch/sh3/sh3/
kobj_machdep.c 43 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
53 printf("kobj_reloc: support only RELA relocations\n");
85 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype);
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 41 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
51 printf("kobj_reloc: support only RELA relocations\n");
93 printf("kobj_reloc: unexpected relocation type %d\n",
  /src/sys/arch/hppa/hppa/
kobj_machdep.c 130 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
142 printf("kobj_reloc: only support RELA relocations\n");
  /src/sys/arch/mips/mips/
kobj_machdep.c 63 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
  /src/sys/arch/sparc/sparc/
kobj_machdep.c 125 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
151 printf("kobj_reloc: only support RELA relocations\n");
157 printf("kobj_reloc: unexpected reloc type %d\n", type);
  /src/sys/arch/sparc64/sparc64/
kobj_machdep.c 182 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
  /src/sys/arch/riscv/riscv/
kobj_machdep.c 122 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, bool isrela, function in typeref:typename:int
126 panic("kobj_reloc: REL relocations not supported");
  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 94 printf("kobj_reloc: Relocation 0x%jx unaligned at %p"
109 printf("kobj_reloc: Relocation 0x%jx too far from %p"
120 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
147 printf("kobj_reloc: REL relocations not supported");
179 printf("kobj_reloc: symidx %d lookup failure."
345 printf("kobj_reloc: unsupported relocation type %d"
  /src/sys/arch/arm/arm32/
kobj_machdep.c 73 kobj_reloc(kobj_t ko, uintptr_t relocbase, const void *data, function in typeref:typename:int
213 printf("kobj_reloc: unexpected/invalid relocation type %d @ %p symidx %u\n",

Completed in 130 milliseconds