Searched refs:sec2 (Results 1 – 24 of 24) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | memory_test_inc.t | 17 .sec2 : { *(*.sec2) } > region3 AT> region4
|
D | memory_test.t | 17 .sec2 : { *(*.sec2) } > region3 AT> region4
|
D | script_test_10.t | 28 .sec2 : { *(.sec2) }
|
D | memory_test.s | 7 .section .sec2, "a"
|
D | script_test_10.s | 4 .section .sec2, "a"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | rgn-at5.t | 17 .sec2 : { *(*.sec2) } > region3 AT> region4
|
D | rgn-at5.s | 7 .section .sec2, "a"
|
D | rgn-at5.d | 16 2 .sec2 +0+4 +0+4000 +0+603c +0+4000 +.*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | section6.s | 5 .pushsection sec2,1
|
D | section6.d | 13 Contents of section sec2:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | sec-to-seg-script-same-page.t | 5 .sec2 : { *sec-to-seg2.o(.rodata) }
|
D | sec-to-seg-script-disjoint-pages.t | 6 .sec2 : { *sec-to-seg2.o(.rodata) }
|
D | sec-to-seg-script-adjoining-pages.t | 6 .sec2 : { *sec-to-seg2.o(.rodata) }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | crange-2c.s | 11 sec2: label
|
D | crange-2b.s | 15 sec2: label
|
D | crange2.rd | 29 .*: 0000102c +0 +NOTYPE +LOCAL +DEFAULT +\[<other>: 4\] +2 sec2
|
D | crangerel2.rd | 42 .* 00000028 +0 +NOTYPE +LOCAL +DEFAULT +\[<other>: 4\] +2 sec2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
D | section6.d | 11 Contents of section sec2:
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 807 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/ |
D | objcopy.c | 3094 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/ |
D | elf.c | 4354 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 …]
|
D | elf32-spu.c | 2330 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()
|
D | elflink.c | 7143 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/ |
D | powerpc.cc | 1208 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()() 1209 { return sec1->address() < sec2->address(); } in operator ()()
|