Home
last modified time | relevance | path

Searched refs:sec2 (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/testsuite/
Dmemory_test_inc.t17 .sec2 : { *(*.sec2) } > region3 AT> region4
Dmemory_test.t17 .sec2 : { *(*.sec2) } > region3 AT> region4
Dscript_test_10.t28 .sec2 : { *(.sec2) }
Dmemory_test.s7 .section .sec2, "a"
Dscript_test_10.s4 .section .sec2, "a"
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
Drgn-at5.t17 .sec2 : { *(.sec2) } > region3 AT> region4
Drgn-at5.s7 .section .sec2, "a"
Drgn-at5.d16 2 .sec2 +0+4 +0+4000 +0+603c +0+4000 +.*
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
Dsection6.s5 .pushsection sec2,1
Dsection6.d13 Contents of section sec2:
Dsection10.d14 [ ]*\[.*\][ ]+sec2
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dsec-to-seg-script-same-page.t5 .sec2 : { *sec-to-seg2.o(.rodata) }
Dsec-to-seg-script-adjoining-pages.t6 .sec2 : { *sec-to-seg2.o(.rodata) }
Dsec-to-seg-script-disjoint-pages.t6 .sec2 : { *sec-to-seg2.o(.rodata) }
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
Dcrange-2c.s11 sec2: label
Dcrange-2b.s15 sec2: label
Dcrange2.rd29 .*: 0000102c +0 +NOTYPE +LOCAL +DEFAULT +\[<other>: 4\] +2 sec2
Dcrangerel2.rd42 .* 00000028 +0 +NOTYPE +LOCAL +DEFAULT +\[<other>: 4\] +2 sec2
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
Dsection6.d11 Contents of section sec2:
/toolchain/binutils/binutils-2.27/ld/
Dldlang.c812 struct wildcard_list *sec2; in analyze_walk_wild_section_handler() local
813 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next) in analyze_walk_wild_section_handler()
815 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name)) in analyze_walk_wild_section_handler()
4693 const asection *sec2 = ((const struct check_sec *) arg2)->sec; in sort_sections_by_lma() local
4695 if (sec1->lma < sec2->lma) in sort_sections_by_lma()
4697 else if (sec1->lma > sec2->lma) in sort_sections_by_lma()
4699 else if (sec1->id < sec2->id) in sort_sections_by_lma()
4701 else if (sec1->id > sec2->id) in sort_sections_by_lma()
4711 const asection *sec2 = ((const struct check_sec *) arg2)->sec; in sort_sections_by_vma() local
4713 if (sec1->vma < sec2->vma) in sort_sections_by_vma()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c3414 const asection *const *sec2 = (const asection * const *) arg2; in compare_section_lma() local
3419 flags2 = (*sec2)->flags; in compare_section_lma()
3435 if ((*sec1)->lma > (*sec2)->lma) in compare_section_lma()
3437 else if ((*sec1)->lma < (*sec2)->lma) in compare_section_lma()
3441 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2)) in compare_section_lma()
3443 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2)) in compare_section_lma()
/toolchain/binutils/binutils-2.27/bfd/
Delf.c4892 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
4897 if (sec1->lma < sec2->lma) in elf_sort_sections()
4899 else if (sec1->lma > sec2->lma) in elf_sort_sections()
4904 if (sec1->vma < sec2->vma) in elf_sort_sections()
4906 else if (sec1->vma > sec2->vma) in elf_sort_sections()
4915 if (TOEND (sec2)) in elf_sort_sections()
4919 if (sec1->target_index - sec2->target_index != 0) in elf_sort_sections()
4920 return sec1->target_index - sec2->target_index; in elf_sort_sections()
4925 else if (TOEND (sec2)) in elf_sort_sections()
4934 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
[all …]
Delf32-spu.c2339 asection *sec1,*sec2; in sort_syms() local
2343 sec2 = sort_syms_psecs[*s2 - sort_syms_syms]; in sort_syms()
2345 if (sec1 != sec2) in sort_syms()
2346 return sec1->index - sec2->index; in sort_syms()
Delflink.c7423 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument
7439 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
7446 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections()
7450 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc1308 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()()
1309 { return sec1->address() < sec2->address(); } in operator ()()