Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/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.25/gas/testsuite/gas/elf/
Dsection6.s5 .pushsection sec2,1
Dsection6.d13 Contents of section sec2:
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dsec-to-seg-script-same-page.t5 .sec2 : { *sec-to-seg2.o(.rodata) }
Dsec-to-seg-script-disjoint-pages.t6 .sec2 : { *sec-to-seg2.o(.rodata) }
Dsec-to-seg-script-adjoining-pages.t6 .sec2 : { *sec-to-seg2.o(.rodata) }
/toolchain/binutils/binutils-2.25/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.25/gas/testsuite/gas/i386/ilp32/elf/
Dsection6.d11 Contents of section sec2:
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c807 struct wildcard_list *sec2; in analyze_walk_wild_section_handler() local
808 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next) in analyze_walk_wild_section_handler()
810 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name)) in analyze_walk_wild_section_handler()
4681 const asection *sec2 = *(const asection **) arg2; in sort_sections_by_lma() local
4684 < bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
4687 > bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
4689 else if (sec1->id < sec2->id) in sort_sections_by_lma()
4691 else if (sec1->id > sec2->id) in sort_sections_by_lma()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c3094 const asection *const *sec2 = (const asection * const *) arg2; in compare_section_lma() local
3099 flags2 = (*sec2)->flags; in compare_section_lma()
3115 if ((*sec1)->lma > (*sec2)->lma) in compare_section_lma()
3117 else if ((*sec1)->lma < (*sec2)->lma) in compare_section_lma()
3121 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2)) in compare_section_lma()
3123 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2)) in compare_section_lma()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c4354 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
4359 if (sec1->lma < sec2->lma) in elf_sort_sections()
4361 else if (sec1->lma > sec2->lma) in elf_sort_sections()
4366 if (sec1->vma < sec2->vma) in elf_sort_sections()
4368 else if (sec1->vma > sec2->vma) in elf_sort_sections()
4377 if (TOEND (sec2)) in elf_sort_sections()
4381 if (sec1->target_index - sec2->target_index != 0) in elf_sort_sections()
4382 return sec1->target_index - sec2->target_index; in elf_sort_sections()
4387 else if (TOEND (sec2)) in elf_sort_sections()
4396 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
[all …]
Delf32-spu.c2330 asection *sec1,*sec2; in sort_syms() local
2334 sec2 = sort_syms_psecs[*s2 - sort_syms_syms]; in sort_syms()
2336 if (sec1 != sec2) in sort_syms()
2337 return sec1->index - sec2->index; in sort_syms()
Delflink.c7143 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument
7159 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
7166 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections()
7170 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc1208 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()()
1209 { return sec1->address() < sec2->address(); } in operator ()()