Searched refs:where (Results 276 - 300 of 625) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ppc.c4822 /* Set the class of a label based on where it is defined. This
5568 char *where;
5597 where = fixP->fx_frag->fr_literal + fixP->fx_where;
5599 insn = bfd_getb32 ((unsigned char *) where);
5601 insn = bfd_getl32 ((unsigned char *) where);
5605 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
5607 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
5778 where L1 and L2 are defined later. */
5836 unsigned char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
5840 val = bfd_getb32 (where
5549 char *where; local
5817 unsigned char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
5920 char *where; local
[all...]
H A Dobj-aout.h247 void tc_aout_fix_to_chars PARAMS ((char *where, struct fix *fixP, relax_addressT segment_address));
H A Dtc-ia64.h104 extern void ia64_cons_fix_new PARAMS ((fragS *f, int where, int nbytes,
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.c4843 /* Set the class of a label based on where it is defined. This
5589 char *where;
5618 where = fixP->fx_frag->fr_literal + fixP->fx_where;
5620 insn = bfd_getb32 ((unsigned char *) where);
5622 insn = bfd_getl32 ((unsigned char *) where);
5626 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
5628 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
5817 where L1 and L2 are defined later. */
5881 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
5885 val = bfd_getb32 (where
5570 char *where; local
5862 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
5968 char *where; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.h66 void *where; member in struct:_malloc_area_
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfiletest.pm89 pragma is simply ignored. Best not to use C<_> at all in a file where
H A Ddeprecate.pm122 a Perl older than 5.12 (where the core library directories take precedence over
/openbsd-current/lib/libc/rpc/
H A Drpc_prot.c90 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
H A Dclnt_raw.c174 msg.acpted_rply.ar_results.where = resultsp;
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl141 my ($pass, $where, $name, @mess) = @_;
167 $msg .= "$where\n";
/openbsd-current/sys/arch/i386/i386/
H A Dmptramp.s230 .long .Lgdt_table # where is gdt
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/
H A DEnv.pm125 TAP::Harness::Env - Parsing harness related environmental variables where appropriate
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DMethody.pm100 If Pod::Simple sends an event where the element name has a dash,
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
H A DOpen2.pm64 Except for short programs where it's acceptable to let the operating system
/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h246 StringRef where; member in struct:lld::elf::InsertCommand
295 // deliberately. This is needed as there are some cases where we cannot just
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DFormatter.pm125 to take extra action during construction of the root formatter, this is where
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A DSDBM_File.pm99 everywhere but VMS, where it is C<.sdbm_dir>.
/openbsd-current/gnu/usr.bin/perl/cpan/experimental/lib/
H A Dstable.pm76 This is great, if you are using a version of perl where the feature you want is
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DFile.pm61 file. On systems where this is possible, the temporary file is anonymous
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm701 where this does not hold may override this method.
743 This is primarily meant for the use of modules such as FTP where passwords
833 (where $pkg is the name of the class that subclassed C<Net::Cmd>).
841 "[$pkg] Timeout" (where $pkg is the name of the class
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.pm116 systems, where it may or may not be safe to use an untrusted file.
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.pm119 systems, where it may or may not be safe to use an untrusted file.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A DUtil.pm209 specifications. Each specification is a listref, where the first
/openbsd-current/usr.bin/ssh/
H A Dmonitor_wrap.c878 int where = listen ? FORWARD_REMOTE : FORWARD_LOCAL; local
881 channel_clear_permission(ssh, FORWARD_ADM, where);
889 channel_disable_admin(ssh, where);
903 where, host, port);
/openbsd-current/sys/kern/
H A Duipc_socket2.c735 sblastrecordchk(struct sockbuf *sb, const char *where) argument
748 panic("sblastrecordchk from %s", where);
753 sblastmbufchk(struct sockbuf *sb, const char *where) argument
774 panic("sblastmbufchk from %s", where);
792 * discarded and mbufs are compacted where possible.

Completed in 701 milliseconds

<<11121314151617181920>>