Searched refs:kept (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dstart3.s1 # When GC, all sections in each file must be referenced from within a kept
H A Dstart4.s1 # When GC, all sections in each file must be referenced from within a kept
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dstart3.s1 # When GC, all sections in each file must be referenced from within a kept
H A Dstart4.s1 # When GC, all sections in each file must be referenced from within a kept
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dvfpv2-ldr_immediate.s3 # VFPv2 has no VMOV instruction... all vldr will be kept
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dgc2.go9 // have self loops that kept them from being collected.
/haiku-buildtools/binutils/gold/
H A Dicf.cc266 // KEPT_SECTION_ID : Vector which maps folded sections to kept sections.
566 // Further iterations do this only for the kept sections from each group to
568 // first section in each group is the kept section for that group.
574 // contents are explicitly compared with the kept section of the group.
580 // KEPT_SECTION_ID : Vector which maps folded sections to kept sections.
672 // should be kept. We assume alignment can only be
709 unsigned int kept = i; local
710 while ((*kept_section_id)[kept] != kept)
712 kept
[all...]
H A Dobject.h2303 // Look for a kept section corresponding to the given discarded section,
2597 // kept section.
2747 // kept section.
2752 Kept_comdat_section kept(kept_object, kept_shndx);
2753 this->kept_comdat_sections_.insert(std::make_pair(shndx, kept));
2756 // Find the kept section corresponding to the discarded section
2841 // Table mapping discarded comdat sections to corresponding kept sections.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Daors_n.asm155 andl $1, PARAM_SIZE C size low bit kept
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c6758 same size as the kept link-once section, ld will pretend that the
6759 symbol was actually defined in the kept section. Otherwise ld will
6799 /* Check if the kept section of a discarded section SEC can be used
6806 asection *kept;
6808 kept = sec->kept_section;
6809 if (kept != NULL)
6812 kept = match_group_member (sec, kept);
6813 if (kept != NULL && sec->size != kept
6796 asection *kept; local
7153 asection *kept; local
[all...]
H A Delf.c3097 asection *kept;
3102 /* Point to the kept section if it has the same
3104 kept = _bfd_elf_check_kept_section (s);
3105 if (kept == NULL)
3110 s = kept;
3092 asection *kept; local
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c512 overhead (2 extra literals) for each chunk, the chunk size is kept
5045 source_reloc entries are kept in a per-literal-section array, sorted
5884 The removed_literal entries are kept on a per-section list, sorted
6148 These structures are kept on per-section lists. The "src_type" field
9532 eventually be modified to refer to the kept section (at least if
9533 the kept and discarded sections are the same size). Anticipate
9549 asection *kept = target_sec->kept_section;
9550 if (kept != NULL)
9552 if ((kept->flags & SEC_GROUP) != 0)
9554 asection *first = elf_next_in_group (kept);
9524 asection *kept = target_sec->kept_section; local
[all...]
H A Delflink.c9842 same size as the kept link-once section, ld will pretend that the
9843 symbol was actually defined in the kept section. Otherwise ld will
9884 /* Check if the kept section of a discarded section SEC can be used
9891 asection *kept;
9893 kept = sec->kept_section;
9894 if (kept != NULL)
9896 if ((kept->flags & SEC_GROUP) != 0)
9897 kept = match_group_member (sec, kept, info);
9898 if (kept !
9879 asection *kept; local
10422 asection *kept; local
[all...]
H A Delfnn-ia64.c1634 unsigned int i, kept, dupes, diff, dest, src, len;
1663 /* For duplicates, make sure that the kept one has a valid
1665 kept = dest - 1;
1667 info [kept].got_offset = got_offset;
1686 /* Make sure that the kept one has a valid got_offset. */
1688 info [kept].got_offset = got_offset;
1696 /* Find the next duplicate. SRC will be kept. */
1708 /* For duplicates, make sure that the kept one has
1783 kept one has a valid got_offset. We also update count. */
1628 unsigned int i, kept, dupes, diff, dest, src, len; local
H A Delf64-ia64-vms.c1395 unsigned int i, kept, dupes, diff, dest, src, len; local
1424 /* For duplicates, make sure that the kept one has a valid
1426 kept = dest - 1;
1428 info [kept].got_offset = got_offset;
1447 /* Make sure that the kept one has a valid got_offset. */
1449 info [kept].got_offset = got_offset;
1457 /* Find the next duplicate. SRC will be kept. */
1469 /* For duplicates, make sure that the kept one has
1544 kept one has a valid got_offset. We also update count. */
H A Delf.c3771 asection *kept;
3777 /* Point to the kept section if it has the same
3779 kept = _bfd_elf_check_kept_section (s, link_info);
3780 if (kept == NULL)
3785 s = kept;
3769 asection *kept; local
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm606 A free list of mpz and mpq values is kept to avoid repeated initializing and

Completed in 405 milliseconds