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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 585 asection *old_sec; local
617 old_sec = group_section_find (match_p, name, &group_idx);
619 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section_by_match,
621 if (old_sec)
623 sec = old_sec;
644 if (old_sec == NULL
679 if (old_sec == NULL && ((attr & ~(SHF_LINK_ORDER
738 if (!override && old_sec == NULL)
775 if (old_sec == NULL)
819 && (unsigned) type != elf_section_type (old_sec))
    [all...]
tc-m32r.c 1564 segT old_sec = now_seg;
1584 subseg_set (old_sec, old_subsec);
1560 segT old_sec = now_seg; local
tc-v850.c 345 segT old_sec;
350 old_sec = now_seg;
435 subseg_set (old_sec, old_subsec);
439 segT old_sec;
443 old_sec = now_seg;
464 subseg_set (old_sec, old_subsec);
343 segT old_sec; local
437 segT old_sec; local
tc-sparc.c 4328 segT old_sec;
4332 old_sec = now_seg;
4359 subseg_set (old_sec, old_subsec);
4313 segT old_sec; local
tc-arc.c 4588 segT old_sec = now_seg; local
4608 subseg_set (old_sec, old_subsec);
4815 segT old_sec = now_seg; local
4854 subseg_set (old_sec, old_subsec);
tc-ppc.c 2357 segT old_sec;
2421 old_sec = now_seg;
2448 subseg_set (old_sec, old_subsec);
2350 segT old_sec; local
tc-tic6x.c 647 segT old_sec = now_seg; local
667 subseg_set (old_sec, old_subsec);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 581 asection *old_sec; local
614 old_sec = group_section_find (match_p, name, &group_idx);
616 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section_by_match,
618 if (old_sec)
620 sec = old_sec;
641 if (old_sec == NULL
676 if (old_sec == NULL && ((attr & ~(SHF_LINK_ORDER
735 if (!override && old_sec == NULL)
772 if (old_sec == NULL)
816 && (unsigned) type != elf_section_type (old_sec))
    [all...]
tc-m32r.c 1564 segT old_sec = now_seg;
1584 subseg_set (old_sec, old_subsec);
1560 segT old_sec = now_seg; local
tc-v850.c 345 segT old_sec;
351 old_sec = now_seg;
440 subseg_set (old_sec, old_subsec);
444 segT old_sec;
448 old_sec = now_seg;
469 subseg_set (old_sec, old_subsec);
343 segT old_sec; local
442 segT old_sec; local
tc-sparc.c 4327 segT old_sec;
4331 old_sec = now_seg;
4358 subseg_set (old_sec, old_subsec);
4312 segT old_sec; local
tc-arc.c 4596 segT old_sec = now_seg; local
4616 subseg_set (old_sec, old_subsec);
4823 segT old_sec = now_seg; local
4862 subseg_set (old_sec, old_subsec);
tc-ppc.c 2393 segT old_sec;
2457 old_sec = now_seg;
2484 subseg_set (old_sec, old_subsec);
2386 segT old_sec; local
tc-tic6x.c 647 segT old_sec = now_seg; local
667 subseg_set (old_sec, old_subsec);
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 10914 asection *sec, *old_sec;
10928 old_sec = r_reloc_get_section (&r_rel);
10931 if (!old_sec || !r_reloc_is_defined (&r_rel))
10948 - (old_sec->output_offset + old_offset));
10887 asection *sec, *old_sec; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 10914 asection *sec, *old_sec;
10928 old_sec = r_reloc_get_section (&r_rel);
10931 if (!old_sec || !r_reloc_is_defined (&r_rel))
10948 - (old_sec->output_offset + old_offset));
10887 asection *sec, *old_sec; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 10912 asection *sec, *old_sec;
10926 old_sec = r_reloc_get_section (&r_rel);
10929 if (!old_sec || !r_reloc_is_defined (&r_rel))
10946 - (old_sec->output_offset + old_offset));
10885 asection *sec, *old_sec; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 10918 asection *sec, *old_sec;
10932 old_sec = r_reloc_get_section (&r_rel);
10935 if (!old_sec || !r_reloc_is_defined (&r_rel))
10952 - (old_sec->output_offset + old_offset));
10891 asection *sec, *old_sec; local

Completed in 96 milliseconds