HomeSort by: relevance | last modified time | path
    Searched defs:kept (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 686 auto_vec<bool, 16> kept (old_nargs);
687 kept.quick_grow_cleared (old_nargs);
715 kept[index] = true;
910 if (!is_gimple_reg (old_parm) || kept[i])
1431 auto_vec<bool, 16> kept; local
1432 kept.reserve_exact (m_oparms.length ());
1433 kept.quick_grow_cleared (m_oparms.length ());
1458 kept[prev_index] = true;
1523 if (!kept[parm_num])
1526 that will not be kept, which means that IPA-SRA would hav
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 716 auto_vec<bool, 16> kept (old_nargs);
717 kept.quick_grow_cleared (old_nargs);
745 kept[index] = true;
940 if (!is_gimple_reg (old_parm) || kept[i])
1379 auto_vec<bool, 16> kept; local
1380 kept.reserve_exact (m_oparms.length ());
1381 kept.quick_grow_cleared (m_oparms.length ());
1406 kept[prev_index] = true;
1461 kept[parm_num] = true;
1479 if (!kept[i]
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 1401 unsigned int i, kept, dupes, diff, dest, src, len; local
1430 /* For duplicates, make sure that the kept one has a valid
1432 kept = dest - 1;
1434 info [kept].got_offset = got_offset;
1453 /* Make sure that the kept one has a valid got_offset. */
1455 info [kept].got_offset = got_offset;
1463 /* Find the next duplicate. SRC will be kept. */
1475 /* For duplicates, make sure that the kept one has
1550 kept one has a valid got_offset. We also update count. */
elfnn-ia64.c 1644 unsigned int i, kept, dupes, diff, dest, src, len;
1673 /* For duplicates, make sure that the kept one has a valid
1675 kept = dest - 1;
1677 info [kept].got_offset = got_offset;
1696 /* Make sure that the kept one has a valid got_offset. */
1698 info [kept].got_offset = got_offset;
1706 /* Find the next duplicate. SRC will be kept. */
1718 /* For duplicates, make sure that the kept one has
1793 kept one has a valid got_offset. We also update count. */
1638 unsigned int i, kept, dupes, diff, dest, src, len; local
elf.c 4310 asection *kept;
4316 /* Point to the kept section if it has the same
4318 kept = _bfd_elf_check_kept_section (s, link_info);
4319 if (kept == NULL)
4324 s = kept;
4308 asection *kept; local
elf32-xtensa.c 573 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);
9620 asection *kept = target_sec->kept_section; local
    [all...]
elflink.c 11314 same size as the kept link-once section, ld will pretend that the
11315 symbol was actually defined in the kept section. Otherwise ld will
11360 /* Check if the kept section of a discarded section SEC can be used
11367 asection *kept;
11369 kept = sec->kept_section;
11370 if (kept != NULL)
11372 if ((kept->flags & SEC_GROUP) != 0)
11373 kept = match_group_member (sec, kept, info);
11374 if (kept != NULL
11355 asection *kept; local
11917 asection *kept; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 1401 unsigned int i, kept, dupes, diff, dest, src, len; local
1430 /* For duplicates, make sure that the kept one has a valid
1432 kept = dest - 1;
1434 info [kept].got_offset = got_offset;
1453 /* Make sure that the kept one has a valid got_offset. */
1455 info [kept].got_offset = got_offset;
1463 /* Find the next duplicate. SRC will be kept. */
1475 /* For duplicates, make sure that the kept one has
1550 kept one has a valid got_offset. We also update count. */
elfnn-ia64.c 1646 unsigned int i, kept, dupes, diff, dest, src, len;
1675 /* For duplicates, make sure that the kept one has a valid
1677 kept = dest - 1;
1679 info [kept].got_offset = got_offset;
1698 /* Make sure that the kept one has a valid got_offset. */
1700 info [kept].got_offset = got_offset;
1708 /* Find the next duplicate. SRC will be kept. */
1720 /* For duplicates, make sure that the kept one has
1795 kept one has a valid got_offset. We also update count. */
1640 unsigned int i, kept, dupes, diff, dest, src, len; local
elf.c 4243 asection *kept;
4249 /* Point to the kept section if it has the same
4251 kept = _bfd_elf_check_kept_section (s, link_info);
4252 if (kept == NULL)
4257 s = kept;
4241 asection *kept; local
elf32-xtensa.c 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);
9620 asection *kept = target_sec->kept_section; local
    [all...]
elflink.c 11289 same size as the kept link-once section, ld will pretend that the
11290 symbol was actually defined in the kept section. Otherwise ld will
11341 /* Check if the kept section of a discarded section SEC can be used
11348 asection *kept;
11350 kept = sec->kept_section;
11351 if (kept != NULL)
11353 if ((kept->flags & SEC_GROUP) != 0)
11354 kept = match_group_member (sec, kept, info);
11355 if (kept != NULL
11336 asection *kept; local
11894 asection *kept; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 1400 unsigned int i, kept, dupes, diff, dest, src, len; local
1429 /* For duplicates, make sure that the kept one has a valid
1431 kept = dest - 1;
1433 info [kept].got_offset = got_offset;
1452 /* Make sure that the kept one has a valid got_offset. */
1454 info [kept].got_offset = got_offset;
1462 /* Find the next duplicate. SRC will be kept. */
1474 /* For duplicates, make sure that the kept one has
1549 kept one has a valid got_offset. We also update count. */
elfnn-ia64.c 1646 unsigned int i, kept, dupes, diff, dest, src, len;
1675 /* For duplicates, make sure that the kept one has a valid
1677 kept = dest - 1;
1679 info [kept].got_offset = got_offset;
1698 /* Make sure that the kept one has a valid got_offset. */
1700 info [kept].got_offset = got_offset;
1708 /* Find the next duplicate. SRC will be kept. */
1720 /* For duplicates, make sure that the kept one has
1795 kept one has a valid got_offset. We also update count. */
1640 unsigned int i, kept, dupes, diff, dest, src, len; local
elf.c 4214 asection *kept;
4220 /* Point to the kept section if it has the same
4222 kept = _bfd_elf_check_kept_section (s, link_info);
4223 if (kept == NULL)
4228 s = kept;
4212 asection *kept; local
elf32-xtensa.c 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);
9618 asection *kept = target_sec->kept_section; local
    [all...]
elflink.c 11225 same size as the kept link-once section, ld will pretend that the
11226 symbol was actually defined in the kept section. Otherwise ld will
11277 /* Check if the kept section of a discarded section SEC can be used
11284 asection *kept;
11286 kept = sec->kept_section;
11287 if (kept != NULL)
11289 if ((kept->flags & SEC_GROUP) != 0)
11290 kept = match_group_member (sec, kept, info);
11291 if (kept != NULL
11272 asection *kept; local
11825 asection *kept; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 1401 unsigned int i, kept, dupes, diff, dest, src, len; local
1430 /* For duplicates, make sure that the kept one has a valid
1432 kept = dest - 1;
1434 info [kept].got_offset = got_offset;
1453 /* Make sure that the kept one has a valid got_offset. */
1455 info [kept].got_offset = got_offset;
1463 /* Find the next duplicate. SRC will be kept. */
1475 /* For duplicates, make sure that the kept one has
1550 kept one has a valid got_offset. We also update count. */
elfnn-ia64.c 1647 unsigned int i, kept, dupes, diff, dest, src, len;
1676 /* For duplicates, make sure that the kept one has a valid
1678 kept = dest - 1;
1680 info [kept].got_offset = got_offset;
1699 /* Make sure that the kept one has a valid got_offset. */
1701 info [kept].got_offset = got_offset;
1709 /* Find the next duplicate. SRC will be kept. */
1721 /* For duplicates, make sure that the kept one has
1796 kept one has a valid got_offset. We also update count. */
1641 unsigned int i, kept, dupes, diff, dest, src, len; local
elf.c 4392 asection *kept;
4398 /* Point to the kept section if it has the same
4400 kept = _bfd_elf_check_kept_section (s, link_info);
4401 if (kept == NULL)
4406 s = kept;
4390 asection *kept; local
elf32-xtensa.c 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
6186 These structures are kept on per-section lists. The "src_type" field
9632 eventually be modified to refer to the kept section (at least if
9633 the kept and discarded sections are the same size). Anticipate
9649 asection *kept = target_sec->kept_section;
9650 if (kept != NULL)
9652 if ((kept->flags & SEC_GROUP) != 0)
9654 asection *first = elf_next_in_group (kept);
9624 asection *kept = target_sec->kept_section; local
    [all...]
elflink.c 11200 same size as the kept link-once section, ld will pretend that the
11201 symbol was actually defined in the kept section. Otherwise ld will
11252 /* Check if the kept section of a discarded section SEC can be used
11259 asection *kept;
11261 kept = sec->kept_section;
11262 if (kept != NULL)
11264 if ((kept->flags & SEC_GROUP) != 0)
11265 kept = match_group_member (sec, kept, info);
11266 if (kept != NULL
11247 asection *kept; local
11800 asection *kept; local
    [all...]

Completed in 154 milliseconds