Searched refs:where (Results 201 - 225 of 625) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsrec.c192 bfd_vma where; member in struct:srec_data_list_struct
911 entry->where = section->lma + offset;
917 && entry->where >= tdata->tail->where)
928 *look != NULL && (*look)->where < entry->where;
1048 address = list->where + octets_written / bfd_octets_per_byte (abfd);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsrec.c146 bfd_vma where; member in struct:srec_data_list_struct
849 entry->where = section->lma + offset;
855 && entry->where >= tdata->tail->where)
866 *look != NULL && (*look)->where < entry->where;
983 address = list->where + octets_written / bfd_octets_per_byte (abfd);
H A Delfcode.h636 bfd_signed_vma where = i_ehdrp->e_shoff;
638 if (where != (file_ptr) where)
642 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
686 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
687 if (where != (file_ptr) where)
689 if ((bfd_size_type) where <= i_ehdrp->e_shoff)
692 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
697 /* Back to where w
634 bfd_signed_vma where = i_ehdrp->e_shoff; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m88k.c1654 tc_aout_fix_to_chars (char *where, fixS *fixP,
1665 md_number_to_chars (where, r_address, 4);
1671 where[4] = (r_symbolnum >> 16) & 0x0ff;
1672 where[5] = (r_symbolnum >> 8) & 0x0ff;
1673 where[6] = r_symbolnum & 0x0ff;
1674 where[7] = ((((!S_IS_DEFINED (fixP->fx_addsy)) << 7) & 0x80) | (0 & 0x70) |
1687 md_number_to_chars(&where[8], r_addend, 4);
1651 tc_aout_fix_to_chars(char *where, fixS *fixP, relax_addressT segment_address_in_file) argument
H A Dtc-arc.c1236 int where,
1247 fix_new_exp (frag, where, nbytes, &exptmp, 0, reloc_type);
1251 fix_new_exp (frag, where, nbytes, exp, 0,
1302 char *where;
1311 where = fixP->fx_frag->fr_literal + fixP->fx_where;
1313 insn = bfd_getb32 ((unsigned char *) where);
1315 insn = bfd_getl32 ((unsigned char *) where);
1319 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
1321 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
1864 We use (f - frag_now->fr_literal) to compute where w
1229 arc_cons_fix_new(fragS *frag, int where, int nbytes, expressionS *exp) argument
1295 char *where; local
[all...]
H A Dtc-h8300.c1282 int where; local
1347 where = (operand->mode & SIZE) == L_24 ? -1 : 0;
1360 where = 0;
1371 where = 0;
1379 offset + where,
1656 int where = 0; local
1666 where = 2;
1670 where = 1;
1687 output - frag_now->fr_literal + where,
1803 is safe. get_specific() will relax L_24 into L_32 where
1990 char *where = frag_more (2); local
[all...]
H A Dtc-m68hc11.c1577 int where;
1599 where = frag_now_fix ();
1659 where = frag_now_fix ();
1674 where = frag_now_fix ();
2412 /* Special case where the bitmask of the bclr/brclr
3243 char *where;
3265 where = fixP->fx_frag->fr_literal + fixP->fx_where;
3270 bfd_putb32 ((bfd_vma) value, (unsigned char *) where);
3275 bfd_putb16 ((bfd_vma) (value & 0x0ffff), (unsigned char *) where);
3276 ((bfd_byte*) where)[
1571 int where; local
3233 char *where; local
[all...]
H A Dtc-pj.c101 pj_cons_fix_new_pj (fragS *frag, int where, int nbytes, expressionS *exp) argument
110 fix_new_exp (frag, where, nbytes, exp, 0,
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlog.c474 char *where; local
481 where = xmalloc (strlen (argv[0]) + (mfile == NULL ? 0 : strlen (mfile) + 1)
483 (void) strcpy (where, argv[0]);
497 (void) strcat (where, "/");
498 (void) strcat (where, mfile);
509 (void) strcat (where, "/");
510 (void) strcat (where, mfile);
536 where = NULL;
543 where, 1);
1577 message (rcs-14 in sanity.sh). I don't think the case where
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c881 *must* be where the debug symbol appears. Move the
1723 int function_lineoff = -1; /* Offset in line#s where the last function
1967 avoids a SCO bug, where free(malloc(0)) tends to crash. */
2297 symbol_to_chars (abfd, where, symbolP)
2299 char *where;
2322 where += bfd_coff_swap_sym_out (abfd, &symbolP->sy_symbol.ost_entry,
2323 where);
2327 where += bfd_coff_swap_aux_out (abfd,
2331 i, numaux, where);
2334 return where;
4155 long where; local
[all...]
H A Dtc-h8300.c1309 int where; local
1374 where = (operand->mode & SIZE) == L_24 ? -1 : 0;
1387 where = 0;
1398 where = 0;
1406 offset + where,
1683 int where = 0; local
1693 where = 2;
1697 where = 1;
1714 output - frag_now->fr_literal + where,
1830 is safe. get_specific() will relax L_24 into L_32 where
2017 char *where = frag_more (2); local
[all...]
H A Dtc-v850.c2347 char *where;
2396 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2398 insn = bfd_getl32 ((unsigned char *) where);
2401 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
2429 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2432 *where = value & 0xff;
2434 bfd_putl16 (value & 0xffff, (unsigned char *) where);
2436 bfd_putl32 (value, (unsigned char *) where);
2460 cons_fix_new_v850 (frag, where, size, exp)
2462 int where;
2344 char *where; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dfilesys.c371 info_add_path (char *path, int where) argument
388 else if (where == INFOPATH_APPEND)
393 else if (where == INFOPATH_PREPEND)
531 better on systems where COMMAND.COM is the stock shell. */
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DSource.pm110 should be merged (where appropriate). Defaults to undef.
118 passed to the source (where appropriate). Defaults to undef.
126 passed to the source (where appropriate). Defaults to undef.
/openbsd-current/lib/libssl/
H A Dtls13_handshake.c691 int state, where; local
701 where = tls13_handshake_info_position(ctx);
702 ctx->info_cb(ctx, where, 1);
/openbsd-current/usr.bin/ssh/
H A Dchannels.c482 /* Try to find a free slot where to put the new channel. */
606 fwd_ident(int who, int where) argument
609 if (where == FORWARD_LOCAL)
611 else if (where == FORWARD_REMOTE)
614 if (where == FORWARD_LOCAL)
616 else if (where == FORWARD_REMOTE)
619 fatal("Unknown forward permission list %d/%d", who, where);
624 permission_set_get(struct ssh *ssh, int where) argument
628 switch (where) {
636 fatal_f("invalid forwarding direction %d", where);
642 permission_set_get_array(struct ssh *ssh, int who, int where, struct permission ***permpp, u_int **npermpp) argument
663 permission_set_add(struct ssh *ssh, int who, int where, const char *host_to_connect, int port_to_connect, const char *listen_host, const char *listen_path, int listen_port, Channel *downstream) argument
1084 open_preamble(struct ssh *ssh, const char *where, Channel *c, const char *type) argument
3326 channel_parse_id(struct ssh *ssh, const char *where, const char *what) argument
3344 channel_from_packet_id(struct ssh *ssh, const char *where, const char *what) argument
4443 channel_permit_all(struct ssh *ssh, int where) argument
4455 channel_add_permission(struct ssh *ssh, int who, int where, char *host, int port) argument
4477 channel_disable_admin(struct ssh *ssh, int where) argument
4488 channel_clear_permission(struct ssh *ssh, int who, int where) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dwatcom.mak14 # The directory, where the IBM TCP/IP developers toolkit is installed. As far
35 # Tell the make where the C files are located
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm40 where possible. Lexical variables are easier to track and even
41 included dereferencing information where possible.
44 preceded by code letters) where that object is used in some way.
46 where a lexical is first defined with C<my>) are indicated with the
/openbsd-current/usr.bin/rpcgen/
H A Drpc_main.c808 putarg(where, cp)
810 int where;
812 if (where >= ARGLISTLEN) {
817 arglist[where] = cp;
/openbsd-current/sys/kern/
H A Dsysv_msg.c31 * Obviously, it would be nice if you gave credit where credit is due
648 sysctl_sysvmsg(int *name, u_int namelen, void *where, size_t *sizep) argument
671 if (where == NULL) {
684 return (copyout(&msginfo, where, sizeof(msginfo)));
708 error = copyout(info, where, infolen);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/
H A DSubtest.pm98 time this is perfectly fine. There are times however where this flow control
/openbsd-current/gnu/usr.bin/perl/cpan/parent/lib/
H A Dparent.pm72 This is also helpful for the case where a package lives within
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm1002 to a hash where the key is a group name and each value is a reference to an
1084 Returns a reference to a hash where the keys are all the group names which
1090 Returns a reference to a hash where the keys are all the possible
1095 Returns a reference to an array where each element, itself an array
1112 Returns a reference to a hash where the keys are the group names and each
1123 Returns a reference to a hash where the keys are all the group names which
1131 to a hash where the keys are the message numbers and each value contains
1137 to a hash where the keys are the message numbers and each value contains
1151 headers where the text of the header matches C<$pattern>
1158 Returns a reference to a HASH where th
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffdump.c247 switch (p->where)
349 dump_coff_where (p->where);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffdump.c245 switch (p->where)
347 dump_coff_where (p->where);

Completed in 702 milliseconds

1234567891011>>