Searched refs:where (Results 76 - 100 of 625) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dihex.c173 bfd_vma where; member in struct:ihex_data_list
727 n->where = section->lma + offset;
734 && n->where >= tdata->tail->where)
745 *pp != NULL && (*pp)->where < n->where;
816 bfd_vma where; local
820 where = l->where;
832 if (where > segbas
[all...]
H A Dcache.c160 kill->where = real_ftell ((FILE *) kill->iostream);
386 if (abfd->where != (unsigned long) abfd->where)
388 if (real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0)
H A Delfcore.h183 bfd_signed_vma where = i_ehdrp->e_shoff; local
187 || where != (file_ptr) where)
191 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c145 bfd_vma where; member in struct:ihex_data_list
680 n->where = section->lma + offset;
687 && n->where >= tdata->tail->where)
698 *pp != NULL && (*pp)->where < n->where;
767 bfd_vma where; local
771 where = l->where;
784 if (where > segbas
[all...]
H A Delfcore.h183 bfd_signed_vma where = i_ehdrp->e_shoff; local
187 || where != (file_ptr) where)
191 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
H A Dcache.c166 kill->where = real_ftell ((FILE *) kill->iostream);
231 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0
247 return abfd->where;
315 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) argument
321 nwrite = fwrite (where, 1, nbytes, f);
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c230 Elf_Addr *where; local
232 where = (Elf_Addr *)(relas->r_offset + loff);
233 *where = relas->r_addend + loff;
236 Elf_Addr *where, value, mask; local
246 where = (Elf_Addr *)(relas->r_offset + loff);
286 void *dstaddr = where;
303 value -= (Elf_Addr)where;
314 char *ptr = (char *)where;
328 *where &= ~mask;
329 *where |
760 Elf_Word *where; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsrconv.c541 rl.secn = ref->where->section->number;
544 rl.addend = ref->where->offset - ref->where->section->address;
551 rl.secn = ref->where->section->number;
554 rl.addend = -ref->where->section->address;
922 symbol->where->section,
925 wr_dps_start (sfile, symbol->where->section,
928 walk_tree_scope (symbol->where->section,
933 wr_dps_end (symbol->where->section,
936 wr_dps_end (symbol->where
[all...]
H A Dcoffgrok.h83 /* Vector which maps where in each output section
161 int offset; /* where */
204 } where; member in struct:coff_where
216 struct coff_where *where; member in struct:coff_symbol
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-avr.h66 void avr_cons_fix_new(fragS *frag,int where, int nbytes, expressionS *exp);
112 example, a value of 2 might print `1234 5678' where a value of 1
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dobstack.h79 so we just point to it where it lies. No moving of chars is
174 char *next_free; /* where to add next char to current object */
392 # define obstack_grow(OBSTACK,where,length) \
398 _obstack_memcpy (__o->next_free, (where), __len); \
402 # define obstack_grow0(OBSTACK,where,length) \
408 _obstack_memcpy (__o->next_free, (where), __len); \
468 # define obstack_copy(OBSTACK,where,length) \
471 obstack_grow (__h, (where), (length)); \
474 # define obstack_copy0(OBSTACK,where,length) \
477 obstack_grow0 (__h, (where), (lengt
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/
H A DLoaded.pm46 this and tell you from where the C<PACKAGE> has been loaded already.
55 my $where = is_loaded( $pm );
56 if ( defined $where ) {
57 carp "'$pm' already marked as loaded ('$where')";
96 from where it is said to be loaded on success.
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli18 raises [Error msg] otherwise, where [msg] is a description of the error
24 raises [Error msg] otherwise, where [msg] is a description of the error
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dmem-break.c52 set_breakpoint_at (CORE_ADDR where, void (*handler) (CORE_ADDR)) argument
62 (*the_target->read_memory) (where, bp->old_data,
64 (*the_target->write_memory) (where, breakpoint_data,
67 bp->pc = where;
103 find_breakpoint_at (CORE_ADDR where) argument
109 if (bp->pc == where)
/openbsd-current/usr.sbin/ypldap/
H A Dldapclient.c560 const char *where; local
573 where = "connect";
591 where = "starttls";
595 where = "parsing";
598 where = "verifying msgid";
603 where = "starttls result";
613 where = "enabling tls";
626 where = "binding";
634 where = "parsing";
637 where
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dipa-inline.c235 /* ??? Wrong for self recursive functions or cases where we decide to not
340 We call recursive inlining all cases where same function appears more than
379 We also should distinguish hot and cold calls where the cold calls are
489 lookup_recursive_calls (struct cgraph_node *node, struct cgraph_node *where, argument
494 for (e = where->callees; e; e = e->next_callee)
505 for (e = where->callees; e; e = e->next_callee)
755 struct cgraph_node *where; local
793 where = edge->caller;
794 while (where->global.inlined_to)
796 if (where
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmsp430-dis.c238 int where = 0; local
411 where = insn & 0x03ff;
412 if (where & 0x200)
413 where |= ~0x03ff;
414 if (where > 512 || where < -511)
417 where *= 2;
418 sprintf (op, "$%+-8d", where + 2);
419 sprintf (comm, "abs 0x%x", PS ((short) (addr) + 2 + where));
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmsp430-dis.c93 int where = 0; local
265 where = insn & 0x03ff;
266 if (where & 0x200)
267 where |= ~0x03ff;
268 if (where > 512 || where < -511)
271 where *= 2;
272 sprintf (op, "$%+-8d", where + 2);
273 sprintf (comm, "abs 0x%x", PS ((short) (addr) + 2 + where));
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/
H A DState.pm220 where => sub { $_->generation >= $last_gen },
227 where => sub { $_->result != 0 },
234 where => sub { $_->result == 0 }
243 where => sub { $_->num_todo != 0 },
250 where => sub { defined $_->last_fail_time },
281 where => sub { $_->mtime >= $last_run_time }
347 my $where = $clause->{where} || sub {1};
353 push @got, $name if $where->();
/openbsd-current/usr.bin/less/
H A Dlinenum.c430 * The argument "where" tells which line is to be considered
434 currline(int where) argument
440 pos = position(where);
442 while (pos == -1 && where >= 0 && where < sc_height)
443 pos = position(++where);
/openbsd-current/lib/libkvm/
H A Dkvm_file2.c205 char *where; local
230 where = _kvm_reallocarray(kd, kd->filebase, nfiles, esize);
231 if (where == NULL)
234 kd->filebase = (void *)where;
251 memcpy(where, &kf, esize);
252 where += esize;
270 char *where; local
307 where = _kvm_reallocarray(kd, kd->filebase, nfiles + 10, esize);
308 if (where == NULL)
311 kd->filebase = (void *)where;
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dmalice.t184 my $where;
194 $where = $file_magic + 3 + length $header->{byteorder};
201 substr ($copy, $where++, 1) = chr 0;
206 $where = $file_magic + $network_magic;
211 $copy = substr ($contents, 0, $where) . chr 255;
H A Dmake_56_interwork.pl24 You only need to run this generator program where Config.pm's byteorder string
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-e7000.c1061 stickbyte (char *where, unsigned int what) argument
1065 where[0] = digs[(what >> 4) & 0xf];
1066 where[1] = digs[(what & 0xf) & 0xf];
1135 int where = 0; local
1142 compose[where++] = 'S';
1151 compose[where++] = alen - 1 + '0';
1153 check_sum += stickbyte (compose + where, alen + stride + 1);
1154 where += 2;
1158 check_sum += stickbyte (compose + where, address >> (8 * (alen)));
1159 where
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h83 /* Vector which maps where in each output section
161 int offset; /* where */
204 } where; member in struct:coff_where
216 struct coff_where *where; member in struct:coff_symbol

Completed in 719 milliseconds

1234567891011>>