HomeSort by: relevance | last modified time | path
    Searched refs:where (Results 1 - 25 of 1397) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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
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/arch/sparc/include/
elf_support.h 38 unsigned int *where = (unsigned int *)where_; local
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/external/gpl3/binutils/dist/gas/
output-file.h 21 void output_file_append (char *where, long length, char *filename);
input-file.h 37 * input_file_give_next_buffer(where) Call once to get each new buffer.
58 char *input_file_give_next_buffer (char *where);
  /src/external/gpl3/binutils.old/dist/gas/
output-file.h 21 void output_file_append (char *where, long length, char *filename);
input-file.h 37 * input_file_give_next_buffer(where) Call once to get each new buffer.
58 char *input_file_give_next_buffer (char *where);
  /src/usr.bin/rpcgen/
rpc_scan.c 57 #define startcomment(where) (where[0] == '/' && where[1] == '*')
58 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
158 if (*where == 0) {
162 *where = 0;
179 where = curline;
181 if (isspace((unsigned char)*where)) {
    [all...]
  /src/external/gpl2/libmalloc/dist/
mtrace.awk 6 where = " (" $2 ")"
9 where = ""
14 print "+", $(n+1), "Alloc", NR, "duplicate:", allocated[$(n+1)], wherewas[$(n+1)], where;
16 wherewas[$(n+1)] = where;
26 print "-", $(n+1), "Free", NR, "was never alloc'd", where;
32 print "-", $(n+1), "Realloc", NR, "was never alloc'd", where;
35 print "+", $(n+1), "Realloc", NR, "duplicate:", allocated[$(n+1)], where;
  /src/sys/arch/alpha/alpha/
kobj_machdep.c 69 Elf_Addr *where; local
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/usr.bin/finger/
finger.h 54 struct where *whead, *wtail; /* list of where user is or has been */
59 typedef struct where { struct
60 struct where *next; /* next place user is or has been */
67 } WHERE;
  /src/external/bsd/tmux/dist/
server-client.c 631 /* Check where inside the scrollbar. */
690 enum mouse_where where = NOWHERE; local
791 where = STATUS_DEFAULT;
798 where = STATUS_LEFT;
802 where = STATUS_RIGHT;
811 where = STATUS;
821 where = STATUS;
830 where = STATUS;
833 where = STATUS;
843 if (where == NOWHERE)
    [all...]
  /src/sys/lib/libsa/
lseek.c 67 lseek(int fd, off_t offset, int where)
69 olseek(int fd, off_t offset, int where)
86 switch (where) {
102 return FS_SEEK(f->f_ops)(f, offset, where);
  /src/share/examples/refuse/fanoutfs/
defs.h 44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
  /src/share/examples/refuse/id3fs/
defs.h 44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
  /src/share/examples/refuse/virtdir/
defs.h 44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
  /src/crypto/external/bsd/netpgp/dist/src/lib/
defs.h 49 #define NEWARRAY(type,ptr,size,where,action) do { \
52 where, (unsigned long)(size * sizeof(type))); \
57 #define RENEW(type,ptr,size,where,action) do { \
62 where, (unsigned long)(size * sizeof(type))); \
69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
77 NEWARRAY(type, v, _newsize, where ": new", action); \
80 RENEW(type, v, _newsize, where ": renew", action); \
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
defs.h 49 #define NEWARRAY(type,ptr,size,where,action) do { \
52 where, (unsigned long)(size * sizeof(type))); \
57 #define RENEW(type,ptr,size,where,action) do { \
62 where, (unsigned long)(size * sizeof(type))); \
69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
77 NEWARRAY(type, v, _newsize, where ": new", action); \
80 RENEW(type, v, _newsize, where ": renew", action); \
  /src/external/bsd/iscsi/dist/include/
defs.h 46 #define NEWARRAY(type,ptr,size,where,action) do { \
49 where, (unsigned long)(size * sizeof(type))); \
54 #define RENEW(type,ptr,size,where,action) do { \
58 where, (unsigned long)(size * sizeof(type))); \
65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
73 NEWARRAY(type, v, _newsize, where ": new", action); \
76 RENEW(type, v, _newsize, where ": renew", action); \
  /src/libexec/ld.elf_so/arch/arm/
mdreloc.c 39 Elf_Addr *where; local
53 where = (Elf_Addr *)(relocbase + rel->r_offset);
54 *where += (Elf_Addr)relocbase;
66 load_ptr(void *where)
70 memcpy(&res, where, sizeof(res));
76 store_ptr(void *where, Elf_Addr val)
79 memcpy(where, &val, sizeof(val));
91 Elf_Addr *where; local
95 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
129 addend = *where;
279 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); local
299 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); local
    [all...]
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 85 load_ptr(void *where)
89 memcpy(&res, where, sizeof(res));
95 store_ptr(void *where, Elf_Addr val)
98 memcpy(where, &val, sizeof(val));
134 Elf_Addr *where; local
137 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
144 if (__predict_true(RELOC_ALIGNED_P(where))) {
145 tmp = *where + (Elf_Addr)obj->relocbase -
147 *where = tmp;
149 tmp = load_ptr(where)
    [all...]
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 44 Elf_Addr *where; local
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/amd64/amd64/
kobj_machdep.c 76 Elf64_Addr *where, val; local
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
    [all...]
  /src/libexec/ld.elf_so/arch/aarch64/
mdreloc.c 146 _rtld_tlsdesc_fill(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *where, u_int flags)
160 where[0] = (Elf_Addr)_rtld_tlsdesc_undef;
161 where[1] = rela->r_addend;
165 obj->path, (void *)where[1]));
177 where[0] = (Elf_Addr)_rtld_tlsdesc_static;
178 where[1] = defobj->tlsoffset + offs +
182 obj->path, (void *)where[1]));
185 where[0] = (Elf_Addr)_rtld_tlsdesc_dynamic;
186 where[1] = (Elf_Addr)_rtld_tlsdesc_alloc(defobj->tlsindex, offs);
190 obj->path, (void *)where[1], defobj->tlsindex, (void *)offs))
199 Elf_Addr *where; local
226 Elf_Addr *where; local
353 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
381 Elf_Addr *where, target; local
402 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
    [all...]
  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 170 load_ptr(void *where)
174 memcpy(&res, where, sizeof(res));
180 store_ptr(void *where, Elf_Addr val)
183 memcpy(where, &val, sizeof(val));
191 Elf_Addr *where; local
205 where = (Elf_Addr *)(relocbase + rela->r_offset);
207 *where += (Elf_Addr)relocbase;
221 Elf_Addr *where; local
225 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
256 if (__predict_true(RELOC_ALIGNED_P(where))) {
366 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
382 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
    [all...]
  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 91 checkalign(Elf_Addr addr, int alignbyte, void *where, Elf64_Addr off)
96 (uintptr_t)addr, where, off, alignbyte);
104 const char *bitscale, void *where, Elf64_Addr off)
111 (uintptr_t)targetaddr, where, off, bitwidth, bitscale);
124 Elf64_Addr off, *where; local
157 where = (Elf_Addr *)(relocbase + off);
160 where32 = (void *)where;
161 where16 = (void *)where;
162 insn = (uint32_t *)where;
181 symidx, rtype, where, off)
379 uint64_t where; local
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>