Lines Matching refs:kept
574 overhead (2 extra literals) for each chunk, the chunk size is kept
5071 source_reloc entries are kept in a per-literal-section array, sorted
5917 The removed_literal entries are kept on a per-section list, sorted
6180 These structures are kept on per-section lists. The "src_type" field
9626 eventually be modified to refer to the kept section (at least if
9627 the kept and discarded sections are the same size). Anticipate
9643 asection *kept = target_sec->kept_section;
9644 if (kept != NULL)
9646 if ((kept->flags & SEC_GROUP) != 0)
9648 asection *first = elf_next_in_group (kept);
9651 kept = NULL;
9656 kept = s;
9665 if (kept != NULL
9668 == (kept->rawsize != 0 ? kept->rawsize : kept->size)))
9669 target_sec = kept;