Home | History | Annotate | Download | only in bfd

Lines Matching refs:kept

574    overhead (2 extra literals) for each chunk, the chunk size is kept
5073 source_reloc entries are kept in a per-literal-section array, sorted
5919 The removed_literal entries are kept on a per-section list, sorted
6182 These structures are kept on per-section lists. The "src_type" field
9628 eventually be modified to refer to the kept section (at least if
9629 the kept and discarded sections are the same size). Anticipate
9645 asection *kept = target_sec->kept_section;
9646 if (kept != NULL)
9648 if ((kept->flags & SEC_GROUP) != 0)
9650 asection *first = elf_next_in_group (kept);
9653 kept = NULL;
9658 kept = s;
9667 if (kept != NULL
9670 == (kept->rawsize != 0 ? kept->rawsize : kept->size)))
9671 target_sec = kept;