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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-i386/
H A Ddiscarded1.d3 #error: .*discarded output section: `.got.plt'
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-x86-64/
H A Ddiscarded1.d3 #error: .*discarded output section: `.got.plt'
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-discard/
H A Dstatic.d3 #error: `(\.data\.exit|data)' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o
H A Dstart.d4 #error: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump1.o
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Ddlsection-1.s4 ! prevent .text2 from being discarded.
5 ! Section .spurious can be discarded.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Deh-group2.s3 # Test intention is that LSDA must be provided by the discarded FDE.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dstart4.s3 # anything so whatever is linked will be discarded.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-plugin/
H A Dplugin-7.d29 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
H A Dplugin-8.d33 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Danalyze.c333 All line numbers are origin-0 and discarded lines are not counted.
396 A line which is discarded will not be considered by the actual
399 (which don't count the discarded lines) into real line numbers;
401 that are comprehensible when the discarded lines are counted.
411 char *discarded[2];
437 /* Set up tables of which lines are going to be discarded. */
439 discarded[0] = xmalloc (sizeof (char)
442 discarded[1] = discarded[0] + filevec[0].buffered_lines;
443 bzero (discarded[
409 char *discarded[2]; local
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.mklev.c98 /* rscnt..rsmax: discarded */
305 boolean discarded; local
316 if ((discarded = (rsp >= &rs[rscnt]))) {
326 addrsx(lx, ly, hx, lowy - 2, discarded);
328 addrsx(lx, ly, lowx - 2, hy, discarded);
330 addrsx(lx, hiy + 2, hx, hy, discarded);
332 addrsx(hix + 2, ly, hx, hy, discarded);
336 /* discarded: piece of a discarded area */
338 addrsx(int lx, int ly, int hx, int hy, boolean discarded) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Danalyze.c331 All line numbers are origin-0 and discarded lines are not counted.
393 A line which is discarded will not be considered by the actual
396 (which don't count the discarded lines) into real line numbers;
398 that are comprehensible when the discarded lines are counted.
408 char *discarded[2];
433 /* Set up tables of which lines are going to be discarded. */
435 discarded[0] = zalloc (filevec[0].buffered_lines
437 discarded[1] = discarded[0] + filevec[0].buffered_lines;
439 /* Mark to be discarded eac
406 char *discarded[2]; local
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_rndpool.c97 rp->stats.discarded += (rp->stats.curentropy - RND_POOLBITS);
218 rp->stats.discarded += (rp->stats.curentropy - RND_POOLBITS);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Drnd.h77 uint32_t discarded; member in struct:__anon9594
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dhamdist.asm34 C is even that result is discarded, and is repeated by the main loop.
H A Dpopcount.asm36 C discarded, and src[0] is repeated by the main loop.
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbcsp.c638 goto discarded;
724 discarded:
800 goto discarded;
805 goto discarded;
810 goto discarded;
838 discarded:
/netbsd-6-1-5-RELEASE/sbin/rndctl/
H A Drndctl.c352 printf("\t%9u bits of entropy discarded due to full pool\n",
353 rs.discarded);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dparisc-mont.pl240 addl $ab0,$nm0,$nm0 ; low part is discarded
359 addl $ab0,$nm0,$nm0 ; low part is discarded
573 add $ablo,$nmlo0,$nmlo0 ; discarded
697 add $ablo,$nmlo0,$nmlo0 ; discarded
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dnamed.conf485 * // is discarded.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf.c3068 /* Check discarded linkonce section. */
3073 (_("%B: sh_link of section `%A' points to discarded section `%A' of `%B'"),
3077 size as the discarded one. */
6343 output_section has if the section will be discarded, NULL when this
6348 _bfd_elf_fixup_group_sections (bfd *ibfd, asection *discarded)
6364 if (s->output_section != discarded
6365 && isec->output_section == discarded)
6372 else if (s->output_section == discarded
6373 && isec->output_section != discarded)
6381 if (discarded !
6346 _bfd_elf_fixup_group_sections(bfd *ibfd, asection *discarded) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf.c3073 /* Check discarded linkonce section. */
3078 (_("%B: sh_link of section `%A' points to discarded section `%A' of `%B'"),
3082 size as the discarded one. */
6334 output_section has if the section will be discarded, NULL when this
6339 _bfd_elf_fixup_group_sections (bfd *ibfd, asection *discarded)
6355 if (s->output_section != discarded
6356 && isec->output_section == discarded)
6363 else if (s->output_section == discarded
6364 && isec->output_section != discarded)
6372 if (discarded !
6337 _bfd_elf_fixup_group_sections(bfd *ibfd, asection *discarded) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c4335 int discarded = 0;
4356 discarded |= (TYPE_QUALS_NO_ADDR_SPACE (in_otype)
4365 if (discarded)
4371 if (added || discarded)
4316 int discarded = 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c3414 int discarded = 0;
3433 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type));
3441 if (discarded)
3396 int discarded = 0; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex4201 how the upper bits of those same words are not reduced modulo $\beta$. This is because those values will be discarded shortly and there is no

Completed in 594 milliseconds