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

1234567891011>>

/freebsd-current/usr.bin/rpcgen/
H A Drpc_scan.c45 #define startcomment(where) (where[0] == '/' && where[1] == '*')
46 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
154 if (*where == 0) {
164 *where = 0;
179 where = curline;
180 } else if (isspace(*where)) {
[all...]
/freebsd-current/usr.sbin/kldxref/
H A Def_powerpc.c47 char *where; local
55 where = (char *)dest + (relbase + rela->r_offset - dataoff);
64 if (where < (char *)dest || where >= (char *)dest + len)
72 le64enc(where, addr);
74 be64enc(where, addr);
76 be32enc(where, addr);
80 be32enc(where, addr);
85 le64enc(where, addr);
87 be64enc(where, add
[all...]
H A Def_mips.c50 char *where; local
59 where = (char *)dest + (relbase + rel->r_offset - dataoff);
66 where = (char *)dest + (relbase + rela->r_offset - dataoff);
75 if (where < (char *)dest || where >= (char *)dest + len)
81 addend = le64dec(where);
83 addend = be64dec(where);
86 addend = le32dec(where);
88 addend = be32dec(where);
96 le64enc(where, add
[all...]
H A Def_i386.c47 char *where; local
56 where = (char *)dest + (relbase + rel->r_offset - dataoff);
63 where = (char *)dest + (relbase + rela->r_offset - dataoff);
72 if (where < (char *)dest || where >= (char *)dest + len)
76 addend = le32dec(where);
81 le32enc(where, addr);
85 le32enc(where, addr);
89 le32enc(where, addr);
H A Def_amd64.c47 char *where; local
56 where = (char *)dest + (relbase + rel->r_offset - dataoff);
63 where = (char *)dest + (relbase + rela->r_offset - dataoff);
72 if (where < (char *)dest || where >= (char *)dest + len)
80 addend = le32dec(where);
83 addend = le64dec(where);
93 le64enc(where, addr);
97 le32enc(where, addr);
101 le64enc(where, add
[all...]
H A Def_arm.c48 char *where; local
57 where = (char *)dest + (relbase + rel->r_offset - dataoff);
64 where = (char *)dest + (relbase + rela->r_offset - dataoff);
73 if (where < (char *)dest || where >= (char *)dest + len)
77 addend = le32dec(where);
82 le32enc(where, addr);
86 le32enc(where, addr);
H A Def_riscv.c50 char *where; local
58 where = (char *)dest + (relbase + rela->r_offset - dataoff);
67 if (where < (char *)dest || where >= (char *)dest + len)
73 le64enc(where, addr);
77 le64enc(where, addr);
H A Def_aarch64.c45 char *where; local
53 where = (char *)dest + (relbase + rela->r_offset - dataoff);
62 if (where < (char *)dest || where >= (char *)dest + len)
68 le64enc(where, addr);
72 le64enc(where, addr);
/freebsd-current/lib/libc/csu/aarch64/
H A Dreloc.c33 Elf_Addr *ptr, *where, target; local
38 where = (Elf_Addr *)r->r_offset;
40 *where = target;
/freebsd-current/usr.bin/finger/
H A Dfinger.h49 struct where *whead, *wtail; /* list of where user is or has been */
54 typedef struct where { struct
55 struct where *next; /* next place user is or has been */
/freebsd-current/libexec/rtld-elf/arm/
H A Dreloc.c91 Elf_Addr *where; local
105 where = (Elf_Addr *)(relocbase + rel->r_offset);
107 *where += (Elf_Addr)relocbase;
118 load_ptr(void *where) argument
122 memcpy(&res, where, sizeof(res));
128 store_ptr(void *where, Elf_Addr val) argument
131 memcpy(where, &val, sizeof(val));
138 Elf_Addr *where; local
144 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
158 addend = *where;
359 Elf_Addr *where; local
380 Elf_Addr *where; local
432 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *defobj __unused, const Obj_Entry *obj __unused, const Elf_Rel *rel) argument
[all...]
/freebsd-current/lib/libc/csu/i386/
H A Dreloc.c77 Elf_Addr *where, target; local
81 where = (Elf_Addr *)r->r_offset;
83 uint32_t))*where)(cpu_feature, cpu_feature2,
85 *where = target;
/freebsd-current/stand/common/
H A Dreloc_elf.c43 * target relocation base for the section (i.e. it corresponds to where
53 Elf64_Addr *where, val; local
65 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset -
76 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset -
88 if ((char *)where < (char *)data || (char *)where >= (char *)data + len)
92 addend = *where;
111 memcpy(where, &val, sizeof(val));
122 *where = val;
132 Elf_Addr addend, addr, *where, va
[all...]
/freebsd-current/stand/libsa/
H A Dlseek.c64 lseek(int fd, off_t offset, int where) argument
79 switch (where) {
97 * handle it would fail in the same cases where the non-readahead
101 if (f->f_ralen != 0 && where != SEEK_END) {
106 switch (where) {
129 if (where == SEEK_CUR)
137 return (f->f_ops->fo_seek)(f, offset, where);
/freebsd-current/contrib/less/
H A Dprompt.c150 static POSITION curr_byte(int where) argument
154 pos = position(where);
155 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
156 pos = position(++where);
168 static int cond(char c, int where) argument
177 return (curr_byte(where) != NULL_POSITION);
189 return (currline(where) != 0);
206 return (curr_byte(where) != NULL_POSITION &&
209 return (currline(where) !
232 protochar(int c, int where, int iseditproto) argument
466 int where; local
[all...]
/freebsd-current/sys/riscv/riscv/
H A Delf_machdep.c296 Elf64_Addr *where; local
308 where = (Elf_Addr *)(relocbase + rela->r_offset);
309 insn32p = (uint32_t *)where;
329 before64 = *where;
330 *where = addr + addend;
332 printf("%p %c %-24s %016lx -> %016lx\n", where,
334 before64, *where);
342 before64 = *where;
343 *where = addr;
345 printf("%p %c %-24s %016lx -> %016lx\n", where,
[all...]
/freebsd-current/lib/libc/csu/amd64/
H A Dreloc.c54 Elf_Addr *ptr, *where, target; local
59 where = (Elf_Addr *)r->r_offset;
63 *where = target;
/freebsd-current/lib/libc/csu/powerpc64/
H A Dreloc.c55 Elf_Addr *ptr, *where, target; local
60 where = (Elf_Addr *)r->r_offset;
63 *where = target;
/freebsd-current/libexec/rtld-elf/aarch64/
H A Dreloc.c200 reloc_tlsdesc(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *where, argument
218 where[0] = (Elf_Addr)_rtld_tlsdesc_undef;
219 where[1] = rela->r_addend;
227 where[0] = (Elf_Addr)_rtld_tlsdesc_static;
228 where[1] = obj->tlsoffset + offs;
231 where[0] = (Elf_Addr)_rtld_tlsdesc_dynamic;
232 where[1] = reloc_tlsdesc_alloc(obj->tlsindex, offs);
251 Elf_Addr *where, target; local
253 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
271 *where
327 Elf_Addr *where, target; local
355 Elf_Addr *where, target, *ptr; local
406 Elf_Addr *where, target; local
434 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *defobj __unused, const Obj_Entry *obj __unused, const Elf_Rel *rel) argument
465 Elf_Addr *where, symval; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h165 iterator insert(iterator where, pointer New) { argument
167 return base_list_type::insert(where, *New);
170 iterator insert(iterator where, const_reference New) { argument
171 return this->insert(where, new value_type(New));
174 iterator insertAfter(iterator where, pointer New) { argument
178 return insert(++where, New);
204 iterator erase(iterator where) { argument
205 this->deleteNode(remove(where));
206 return where;
261 template<class InIt> void insert(iterator where, InI argument
266 splice(iterator where, iplist_impl &L2) argument
270 splice(iterator where, iplist_impl &L2, iterator first) argument
275 splice(iterator where, iplist_impl &L2, iterator first, iterator last) argument
278 splice(iterator where, iplist_impl &L2, reference N) argument
281 splice(iterator where, iplist_impl &L2, pointer N) argument
[all...]
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c162 load_ptr(Elf_Addr *where) argument
166 if (RELOC_ALIGNED_P(where))
167 return *where;
168 memcpy(&res, where, sizeof(res));
173 store_ptr(Elf_Addr *where, Elf_Addr val) argument
175 if (RELOC_ALIGNED_P(where))
176 *where = val;
178 memcpy(where, &val, sizeof(val));
187 Elf_Addr *where; local
198 where
[all...]
/freebsd-current/contrib/file/src/
H A Dis_tar.c157 from_oct(const char *where, size_t digs) argument
164 while (isspace(CAST(unsigned char, *where))) { /* Skip spaces */
165 where++;
170 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */
171 value = (value << 3) | (*where++ - '0');
175 if (digs > 0 && *where && !isspace(CAST(unsigned char, *where)))
/freebsd-current/libexec/rtld-elf/i386/
H A Dreloc.c133 Elf_Addr *where, symval, add; local
197 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
203 *where += symval;
211 *where += symval - (Elf_Addr)where;
228 *where = symval;
231 *where += (Elf_Addr)obj->relocbase;
254 *where += add;
256 *where -= add;
259 *where
289 Elf_Addr *where/*, val*/; local
322 Elf_Addr *where, target; local
357 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const Obj_Entry *obj __unused, const Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) argument
373 Elf_Addr *where, target; local
426 Elf_Addr *where, target; local
[all...]
/freebsd-current/sys/i386/i386/
H A Delf_machdep.c176 Elf_Addr *where; local
187 where = (Elf_Addr *) (relocbase + rel->r_offset);
188 addend = *where;
194 where = (Elf_Addr *) (relocbase + rela->r_offset);
206 if (*where != addr)
207 *where = addr;
221 if (*where != addr)
222 *where = addr;
229 addr += addend - (Elf_Addr)where;
230 if (*where !
[all...]
/freebsd-current/libexec/rtld-elf/amd64/
H A Dreloc.c135 Elf_Addr *where, symval; local
215 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
216 where32 = (Elf32_Addr *)where;
222 *where = symval + rela->r_addend;
231 rela->r_addend - (Elf_Addr)where);
248 *where = symval;
268 *where = (Elf_Addr)(def->st_value - defobj->tlsoffset +
293 *where += (Elf_Addr)defobj->tlsindex;
296 *where += (Elf_Addr)(def->st_value + rela->r_addend);
303 *where
336 Elf_Addr *where; local
369 Elf_Addr *where, target; local
403 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, const struct Struct_Obj_Entry *obj __unused, const struct Struct_Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) argument
420 Elf_Addr *where, target, *ptr; local
475 Elf_Addr *where, target; local
[all...]

Completed in 297 milliseconds

1234567891011>>