/src/sys/arch/sparc/include/ |
elf_support.h | 38 unsigned int *where = (unsigned int *)where_; local in function:sparc_write_branch 40 unsigned long offset = value - (unsigned long)where; 46 where[0] = BAA | ((offset >> 2) & 0x3fffff); 47 __asm volatile("iflush %0+0" : : "r" (where)); 57 where[1] = JMP | LOVAL(value, 0); 58 __asm volatile("iflush %0+4" : : "r" (where)); 59 where[0] = SETHI | HIVAL(value, 10); 60 __asm volatile("iflush %0+0" : : "r" (where));
|
elf_support.h | 38 unsigned int *where = (unsigned int *)where_; local in function:sparc_write_branch 40 unsigned long offset = value - (unsigned long)where; 46 where[0] = BAA | ((offset >> 2) & 0x3fffff); 47 __asm volatile("iflush %0+0" : : "r" (where)); 57 where[1] = JMP | LOVAL(value, 0); 58 __asm volatile("iflush %0+4" : : "r" (where)); 59 where[0] = SETHI | HIVAL(value, 10); 60 __asm volatile("iflush %0+0" : : "r" (where));
|
/src/sys/arch/vax/vax/ |
kobj_machdep.c | 49 Elf_Addr *where = (Elf_Addr *)(relocbase + rela->r_offset); local in function:kobj_reloc 72 addr -= (Elf_Addr)where + 4; 74 *where = addr;
|
kobj_machdep.c | 49 Elf_Addr *where = (Elf_Addr *)(relocbase + rela->r_offset); local in function:kobj_reloc 72 addr -= (Elf_Addr)where + 4; 74 *where = addr;
|
/src/games/monop/ |
print.c | 64 * This routine lists where each player is. 67 where(void) function in typeref:typename:void
|
print.c | 64 * This routine lists where each player is. 67 where(void) function in typeref:typename:void
|
/src/lib/libkvm/ |
kvm_file.c | 87 char *where = kd->argspc; local in function:kvm_deadfiles 98 where += sizeof(fhead); 107 ((struct file *)(void *)where))) { 112 fp = (struct file *)(void *)where; 113 where += sizeof(struct file);
|
kvm_file.c | 87 char *where = kd->argspc; local in function:kvm_deadfiles 98 where += sizeof(fhead); 107 ((struct file *)(void *)where))) { 112 fp = (struct file *)(void *)where; 113 where += sizeof(struct file);
|
/src/sys/compat/common/ |
sysv_ipc_50.c | 79 void *where = oldp; local in function:sysctl_kern_sysvipc50 99 start = where; 137 if (where == NULL || *sizep > infosize) 142 if (where == NULL) {
|
sysv_ipc_50.c | 79 void *where = oldp; local in function:sysctl_kern_sysvipc50 99 start = where; 137 if (where == NULL || *sizep > infosize) 142 if (where == NULL) {
|
/src/sys/arch/alpha/alpha/ |
kobj_machdep.c | 69 Elf_Addr *where; local in function:kobj_reloc 79 where = (Elf_Addr *) (relocbase + rela->r_offset); 85 where = (Elf_Addr *) (relocbase + rel->r_offset); 86 addend = *where; 106 if (*where != addr) 107 *where = addr; 115 if (*where != addr) 116 *where = addr; 124 if (*where != addr) 125 *where = addr [all...] |
kobj_machdep.c | 69 Elf_Addr *where; local in function:kobj_reloc 79 where = (Elf_Addr *) (relocbase + rela->r_offset); 85 where = (Elf_Addr *) (relocbase + rel->r_offset); 86 addend = *where; 106 if (*where != addr) 107 *where = addr; 115 if (*where != addr) 116 *where = addr; 124 if (*where != addr) 125 *where = addr [all...] |
/src/sys/arch/amd64/amd64/ |
kobj_machdep.c | 76 Elf64_Addr *where, val; local in function:kobj_reloc 87 where = (Elf64_Addr *)(relocbase + rela->r_offset); 93 where = (Elf64_Addr *)(relocbase + rel->r_offset); 101 addend = *(Elf32_Addr *)where; 104 addend = *where; 124 memcpy(where, &val, sizeof(val)); 132 where32 = (Elf32_Addr *)where; 133 val32 = (Elf32_Addr)(addr + addend - (Elf64_Addr)where); 143 where32 = (Elf32_Addr *)where; 152 memcpy(where, &addr, sizeof(addr)) 172 uint64_t where; local in function:kobj_machdep [all...] |
kobj_machdep.c | 76 Elf64_Addr *where, val; local in function:kobj_reloc 87 where = (Elf64_Addr *)(relocbase + rela->r_offset); 93 where = (Elf64_Addr *)(relocbase + rel->r_offset); 101 addend = *(Elf32_Addr *)where; 104 addend = *where; 124 memcpy(where, &val, sizeof(val)); 132 where32 = (Elf32_Addr *)where; 133 val32 = (Elf32_Addr)(addr + addend - (Elf64_Addr)where); 143 where32 = (Elf32_Addr *)where; 152 memcpy(where, &addr, sizeof(addr)) 172 uint64_t where; local in function:kobj_machdep [all...] |
/src/sys/arch/i386/i386/ |
kobj_machdep.c | 76 Elf_Addr *where; local in function:kobj_reloc 86 where = (Elf_Addr *) (relocbase + rela->r_offset); 92 where = (Elf_Addr *) (relocbase + rel->r_offset); 93 addend = *where; 119 addr += addend - (Elf_Addr)where; 137 *where = addr; 144 uint64_t where; local in function:kobj_machdep 154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); 155 xc_wait(where);
|
kobj_machdep.c | 76 Elf_Addr *where; local in function:kobj_reloc 86 where = (Elf_Addr *) (relocbase + rela->r_offset); 92 where = (Elf_Addr *) (relocbase + rel->r_offset); 93 addend = *where; 119 addr += addend - (Elf_Addr)where; 137 *where = addr; 144 uint64_t where; local in function:kobj_machdep 154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); 155 xc_wait(where);
|
/src/sys/arch/powerpc/powerpc/ |
kobj_machdep.c | 72 Elf_Addr *where; local in function:kobj_reloc 85 where = (Elf_Addr *) (relocbase + rela->r_offset); 131 * (i.e. .rodata) in rela, where in reality they 155 *where = addend;
|
kobj_machdep.c | 72 Elf_Addr *where; local in function:kobj_reloc 85 where = (Elf_Addr *) (relocbase + rela->r_offset); 131 * (i.e. .rodata) in rela, where in reality they 155 *where = addend;
|
/src/sys/arch/sh3/sh3/ |
kobj_machdep.c | 47 Elf_Addr *where; local in function:kobj_reloc 58 where = (Elf_Addr *)(relocbase + rela->r_offset); 78 tmp = (Elf_Addr)(addr + *where + rela->r_addend); 80 tmp -= (uintptr_t)where; 81 *where = tmp;
|
kobj_machdep.c | 47 Elf_Addr *where; local in function:kobj_reloc 58 where = (Elf_Addr *)(relocbase + rela->r_offset); 78 tmp = (Elf_Addr)(addr + *where + rela->r_addend); 80 tmp -= (uintptr_t)where; 81 *where = tmp;
|
/src/sys/arch/m68k/m68k/ |
kobj_machdep.c | 44 Elf_Addr *where; local in function:kobj_reloc 56 where = (Elf_Addr *)(relocbase + rela->r_offset); 74 tmp = (Elf_Addr)(addr + rela->r_addend) - (Elf_Addr)where; 75 if (*where != tmp) 76 *where = tmp; 84 tmp = (Elf_Addr)(addr + *where + rela->r_addend); 85 *where = tmp; 89 *where += (Elf_Addr)(relocbase + rela->r_addend);
|
kobj_machdep.c | 44 Elf_Addr *where; local in function:kobj_reloc 56 where = (Elf_Addr *)(relocbase + rela->r_offset); 74 tmp = (Elf_Addr)(addr + rela->r_addend) - (Elf_Addr)where; 75 if (*where != tmp) 76 *where = tmp; 84 tmp = (Elf_Addr)(addr + *where + rela->r_addend); 85 *where = tmp; 89 *where += (Elf_Addr)(relocbase + rela->r_addend);
|
/src/sys/arch/sparc64/include/ |
elf_support.h | 34 * Create a jump to the location `target` starting at `where`. 56 unsigned int *where = (unsigned int *)where_; local in function:sparc_write_branch 58 unsigned long offset = value - (unsigned long)where; 64 where[0] = BAA | ((offset >> 2) & 0x3fffff); 65 __asm volatile("iflush %0+0" : : "r" (where)); 76 where[1] = JMP | LOVAL(value, 0); 77 __asm volatile("iflush %0+4" : : "r" (where)); 78 where[0] = SETHI | HIVAL(value, 10); 79 __asm volatile("iflush %0+0" : : "r" (where)); 90 where[2] = JMP [all...] |
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_warp.c | 61 int n_pipes, where; local in function:mga_warp_install_microcode 92 where = 0; 97 where++; 100 if (where != n_pipes) { 116 where = 0; 123 dev_priv->warp_pipe_phys[where] = pcbase; 129 where++;
|
/src/sys/arch/hppa/hppa/ |
kobj_machdep.c | 108 load_ptr(void *where) 110 if (__predict_true(RELOC_ALIGNED_P(where))) 111 return *(Elf_Addr *)where; 115 (void)memcpy(&res, where, sizeof(res)); 121 store_ptr(void *where, Elf_Addr val) 123 if (__predict_true(RELOC_ALIGNED_P(where))) 124 *(Elf_Addr *)where = val; 126 (void)memcpy(where, &val, sizeof(val)); 133 Elf_Addr *where; local in function:kobj_reloc 147 where = (Elf_Addr *) (relocbase + rela->r_offset) [all...] |