Searched refs:frag1 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dfrags.c433 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, offsetT *offset)
440 off = frag1->fr_address - frag2->fr_address;
441 if (frag1 == frag2)
447 /* Maybe frag2 is after frag1. */
448 frag = frag1;
462 /* Maybe frag1 is after frag2. */
463 off = frag1->fr_address - frag2->fr_address;
471 if (frag == frag1)
487 frag_offset_ignore_align_p (const fragS *frag1, const fragS *frag2,
495 off = frag1
423 frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, offsetT *offset) argument
477 frag_offset_ignore_align_p(const fragS *frag1, const fragS *frag2, offsetT *offset) argument
529 frag_gtoffset_p(valueT off2, const fragS *frag2, valueT off1, const fragS *frag1, offsetT *offset) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dfrags.c433 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, offsetT *offset)
440 off = frag1->fr_address - frag2->fr_address;
441 if (frag1 == frag2)
447 /* Maybe frag2 is after frag1. */
448 frag = frag1;
462 /* Maybe frag1 is after frag2. */
463 off = frag1->fr_address - frag2->fr_address;
471 if (frag == frag1)
493 reachable from frag1 following the fr_next links, rather than the
498 valueT off1, const fragS *frag1, offset
423 frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, offsetT *offset) argument
487 frag_gtoffset_p(valueT off2, const fragS *frag2, valueT off1, const fragS *frag1, offsetT *offset) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dfrags.c433 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, offsetT *offset)
440 off = frag1->fr_address - frag2->fr_address;
441 if (frag1 == frag2)
447 /* Maybe frag2 is after frag1. */
448 frag = frag1;
462 /* Maybe frag1 is after frag2. */
463 off = frag1->fr_address - frag2->fr_address;
471 if (frag == frag1)
493 reachable from frag1 following the fr_next links, rather than the
498 valueT off1, const fragS *frag1, offset
423 frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, offsetT *offset) argument
487 frag_gtoffset_p(valueT off2, const fragS *frag2, valueT off1, const fragS *frag1, offsetT *offset) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslrecords.t407 my $frag1 = substr $clienthello, 0, 6;
411 my $fraglen = length $frag1;
420 $frag1,
421 $frag1
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_sslrecords.t429 my $frag1 = substr $clienthello, 0, 6;
433 my $fraglen = length $frag1;
442 $frag1,
443 $frag1
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sh.c466 align_test_frag_offset_fixed_p (const fragS *frag1, const fragS *frag2,
474 off = frag1->fr_address - frag2->fr_address;
475 if (frag1 == frag2)
481 /* Maybe frag2 is after frag1. */
482 frag = frag1;
500 /* Maybe frag1 is after frag2. */
501 off = frag1->fr_address - frag2->fr_address;
513 if (frag == frag1)
465 align_test_frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, bfd_vma *offset) argument
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.c466 align_test_frag_offset_fixed_p (const fragS *frag1, const fragS *frag2,
474 off = frag1->fr_address - frag2->fr_address;
475 if (frag1 == frag2)
481 /* Maybe frag2 is after frag1. */
482 frag = frag1;
500 /* Maybe frag1 is after frag2. */
501 off = frag1->fr_address - frag2->fr_address;
513 if (frag == frag1)
465 align_test_frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, bfd_vma *offset) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-sh.c466 align_test_frag_offset_fixed_p (const fragS *frag1, const fragS *frag2,
474 off = frag1->fr_address - frag2->fr_address;
475 if (frag1 == frag2)
481 /* Maybe frag2 is after frag1. */
482 frag = frag1;
500 /* Maybe frag1 is after frag2. */
501 off = frag1->fr_address - frag2->fr_address;
513 if (frag == frag1)
465 align_test_frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, bfd_vma *offset) argument
/netbsd-current/sys/ufs/chfs/
H A Dchfs_readinode.c109 const struct chfs_node_frag *frag1 = n1; local
112 return (frag1->ofs - frag2->ofs);
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c294 struct stack_fragment *frag1; local
304 frag1 = stack->last;
328 frag2->items[ind2--] = frag1->items[ind1--];
331 frag1 = frag1->data.prev;

Completed in 296 milliseconds