Searched refs:where (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_scan.c55 #define startcomment(where) (where[0] == '/' && where[1] == '*')
56 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
164 if (*where == 0) {
174 *where = 0;
189 where = curline;
190 } else if (isspace(*where)) {
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Doutput-file.h22 void output_file_append (char *where, long length, char *filename);
H A Dinput-file.h38 * input_file_give_next_buffer(where) Call once to get each new buffer.
59 char *input_file_give_next_buffer (char *where);
H A Dobj.h25 void obj_emit_relocations (char **where, fixS * fixP,
27 void obj_emit_strings (char **where);
28 void obj_emit_symbols (char **where, symbolS * symbols);
37 void obj_symbol_to_chars (char **where, symbolS * symbolP);
/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dmem-break.h32 void set_breakpoint_at (CORE_ADDR where,
43 void reinsert_breakpoint (CORE_ADDR where);
47 void uninsert_breakpoint (CORE_ADDR where);
/freebsd-10.1-release/usr.sbin/kldxref/
H A Def_i386.c47 Elf_Addr *where, addr, addend; local
56 where = (Elf_Addr *)(dest + relbase + rel->r_offset - dataoff);
63 where = (Elf_Addr *)(dest + relbase + rela->r_offset - dataoff);
72 if ((char *)where < (char *)dest || (char *)where >= (char *)dest + len)
76 addend = *where;
81 *where = addr;
86 *where = addr;
90 *where = addr;
H A Def_amd64.c47 Elf64_Addr *where, val; local
57 where = (Elf_Addr *)(dest + relbase + rel->r_offset - dataoff);
64 where = (Elf_Addr *)(dest + relbase + rela->r_offset - dataoff);
73 if ((char *)where < (char *)dest || (char *)where >= (char *)dest + len)
81 addend = *(Elf32_Addr *)where;
84 addend = *where;
95 *where = val;
100 where32 = (Elf32_Addr *)where;
105 *where
[all...]
H A Def_powerpc.c50 Elf_Addr *where, addend; local
58 where = (Elf_Addr *) ((Elf_Off)dest - dataoff + rela->r_offset);
63 if ((char *)where < (char *)dest || (char *)where >= (char *)dest + len)
68 *where = relbase + addend;
/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dlog-escape.c63 unsigned char *where)
68 *where++ = prefix;
69 *where++ = c2x_table[what >> 4];
70 *where++ = c2x_table[what & 0xf];
71 return where;
62 c2x(unsigned what, unsigned char prefix, unsigned char *where) argument
/freebsd-10.1-release/contrib/file/src/
H A Dis_tar.c133 from_oct(int digs, const char *where) argument
137 while (isspace((unsigned char)*where)) { /* Skip spaces */
138 where++;
143 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */
144 value = (value << 3) | (*where++ - '0');
148 if (digs > 0 && *where && !isspace((unsigned char)*where))
/freebsd-10.1-release/usr.bin/finger/
H A Dfinger.h50 struct where *whead, *wtail; /* list of where user is or has been */
55 typedef struct where { struct
56 struct where *next; /* next place user is or has been */
/freebsd-10.1-release/libexec/rtld-elf/arm/
H A Dreloc.c93 Elf_Addr *where; local
109 where = (Elf_Addr *)(relocbase + rel->r_offset);
111 *where += (Elf_Addr)relocbase;
122 load_ptr(void *where) argument
126 memcpy(&res, where, sizeof(res));
132 store_ptr(void *where, Elf_Addr val) argument
135 memcpy(where, &val, sizeof(val));
142 Elf_Addr *where; local
148 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
162 addend = *where;
362 Elf_Addr *where; local
383 Elf_Addr *where; local
425 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *defobj, const Obj_Entry *obj, const Elf_Rel *rel) argument
[all...]
/freebsd-10.1-release/contrib/less/
H A Dprompt.c162 curr_byte(where)
163 int where;
167 pos = position(where);
168 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
169 pos = position(++where);
182 cond(c, where)
184 int where;
193 return (curr_byte(where) != NULL_POSITION);
219 return (curr_byte(where) !
484 int where; local
[all...]
H A Dposition.c39 position(where)
40 int where;
42 switch (where)
45 where = sc_height - 2;
48 where = sc_height - 1;
51 where = (sc_height - 1) / 2;
53 return (table[where]);
173 * a screen line number where the file position is placed on the screen.
/freebsd-10.1-release/sys/boot/common/
H A Dreloc_elf.c48 * target relocation base for the section (i.e. it corresponds to where
82 Elf64_Addr *where, val;
91 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset -
100 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset -
110 if ((char *)where < (char *)data || (char *)where >= (char *)data + len)
114 addend = *where;
126 *where = val;
131 *where = val;
140 Elf_Addr addend, addr, *where, va
[all...]
/freebsd-10.1-release/lib/libstand/
H A Dlseek.c69 lseek(int fd, off_t offset, int where) argument
83 switch (where) {
102 * handle it would fail in the same cases where the non-readahead
106 if (f->f_ralen != 0 && where != SEEK_END) {
110 switch (where) {
133 if (where == SEEK_CUR)
141 return (f->f_ops->fo_seek)(f, offset, where);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dbfdio.c133 if (abfd->where + get > bim->size)
135 if (bim->size < (bfd_size_type) abfd->where)
138 get = bim->size - abfd->where;
141 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
142 abfd->where += get;
151 abfd->where += nread;
166 if (abfd->where + size > bim->size)
171 bim->size = abfd->where + size;
184 memcpy (bim->buffer + abfd->where, ptr, (size_t) size);
185 abfd->where
[all...]
/freebsd-10.1-release/libexec/rtld-elf/i386/
H A Dreloc.c131 Elf_Addr *where, symval, add; local
191 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
197 *where += symval;
205 *where += symval - (Elf_Addr)where;
222 *where = symval;
225 *where += (Elf_Addr)obj->relocbase;
247 *where += add;
249 *where -= add;
252 *where
279 Elf_Addr *where/*, val*/; local
312 Elf_Addr *where, target; local
350 Elf_Addr *where, target; local
380 Elf_Addr *where, target; local
[all...]
/freebsd-10.1-release/libexec/rtld-elf/amd64/
H A Dreloc.c130 Elf_Addr *where, symval; local
207 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
208 where32 = (Elf32_Addr *)where;
214 *where = symval + rela->r_addend;
223 rela->r_addend - (Elf_Addr)where);
240 *where = symval;
259 *where = (Elf_Addr)(def->st_value - defobj->tlsoffset +
283 *where += (Elf_Addr)defobj->tlsindex;
286 *where += (Elf_Addr)(def->st_value + rela->r_addend);
293 *where
322 Elf_Addr *where; local
355 Elf_Addr *where, target; local
397 Elf_Addr *where, target, *ptr; local
427 Elf_Addr *where, target; local
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Delf_machdep.c171 Elf32_Addr *where = (Elf32_Addr *)NULL; local
187 where = (Elf32_Addr *) (relocbase + rel->r_offset);
192 addend = *(Elf64_Addr *)where;
195 addend = *where;
202 where = (Elf32_Addr *) (relocbase + rela->r_offset);
220 if (*where != addr)
221 *where = (Elf32_Addr)addr;
236 addr += ((Elf_Addr)where & 0xf0000000) | addend;
239 *where &= ~0x03ffffff;
240 *where |
[all...]
/freebsd-10.1-release/libexec/rtld-elf/sparc64/
H A Dreloc.c335 Elf_Addr *where; local
341 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
342 where32 = (Elf_Word *)where;
383 *where = (Elf_Addr)(obj->relocbase + value);
432 value -= (Elf_Addr)where;
464 ptr = (char *)where;
478 *where &= ~mask;
479 *where |= value;
496 Elf_Addr *where;
504 where
541 Elf_Addr *where; local
582 Elf_Word *where; local
[all...]
/freebsd-10.1-release/sys/amd64/amd64/
H A Delf_machdep.c147 Elf64_Addr *where, val; local
158 where = (Elf_Addr *) (relocbase + rel->r_offset);
165 addend = *(Elf32_Addr *)where;
168 addend = *where;
174 where = (Elf_Addr *) (relocbase + rela->r_offset);
193 if (*where != val)
194 *where = val;
199 where32 = (Elf32_Addr *)where;
200 val32 = (Elf32_Addr)(addr + addend - (Elf_Addr)where);
210 where32 = (Elf32_Addr *)where;
[all...]
/freebsd-10.1-release/libexec/rtld-elf/mips/
H A Dreloc.c98 load_ptr(void *where, size_t len) argument
102 if (__predict_true(((uintptr_t)where & (len - 1)) == 0)) {
105 return *(Elf_Sxword *)where;
107 return *(Elf_Sword *)where;
112 (void)memcpy(&val, where, len);
115 (void)memcpy((uint8_t *)((&val)+1) - len, where, len);
121 store_ptr(void *where, Elf_Sxword val, size_t len) argument
123 if (__predict_true(((uintptr_t)where & (len - 1)) == 0)) {
126 *(Elf_Sxword *)where = val;
130 *(Elf_Sword *)where
147 Elf_Addr *where; local
393 void *where; local
611 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *defobj, const Obj_Entry *obj, const Elf_Rel *rel) argument
[all...]
/freebsd-10.1-release/libexec/rtld-elf/powerpc/
H A Dreloc.c131 Elf_Addr *where; local
152 where = (Elf_Addr *)(relocbase + rela->r_offset);
153 *where = (Elf_Addr)(relocbase + rela->r_addend);
165 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
187 if (*where != tmp) {
188 *where = tmp;
196 if (*where != tmp) {
197 *where = tmp;
230 *where = (Elf_Addr) defobj->tlsindex;
257 *(Elf_Addr **)where
339 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); local
431 Elf_Addr *where; local
[all...]
/freebsd-10.1-release/sys/i386/i386/
H A Delf_machdep.c148 Elf_Addr *where; local
158 where = (Elf_Addr *) (relocbase + rel->r_offset);
159 addend = *where;
165 where = (Elf_Addr *) (relocbase + rela->r_offset);
177 if (*where != addr)
178 *where = addr;
193 if (*where != addr)
194 *where = addr;
201 addr += addend - (Elf_Addr)where;
202 if (*where !
[all...]

Completed in 228 milliseconds

1234567891011>>