Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c3292 struct obj_section *sec, *sec2; in map_overlay_command() local
3315 ALL_OBJSECTIONS (objfile2, sec2) in map_overlay_command()
3316 if (sec2->ovly_mapped && sec != sec2 && sections_overlap (sec, sec2)) in map_overlay_command()
3321 sec2->the_bfd_section)); in map_overlay_command()
3322 sec2->ovly_mapped = 0; /* sec2 overlaps sec: unmap sec2. */ in map_overlay_command()
/dragonfly/contrib/binutils-2.27/ld/
H A 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()
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()
4713 if (sec1->vma < sec2->vma) in sort_sections_by_vma()
4715 else if (sec1->vma > sec2->vma) in sort_sections_by_vma()
4717 else if (sec1->id < sec2->id) in sort_sections_by_vma()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c853 struct wildcard_list *sec2; in analyze_walk_wild_section_handler() local
854 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next) in analyze_walk_wild_section_handler()
856 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name)) in analyze_walk_wild_section_handler()
5179 if (sec1->lma < sec2->lma) in sort_sections_by_lma()
5181 else if (sec1->lma > sec2->lma) in sort_sections_by_lma()
5183 else if (sec1->id < sec2->id) in sort_sections_by_lma()
5185 else if (sec1->id > sec2->id) in sort_sections_by_lma()
5197 if (sec1->vma < sec2->vma) in sort_sections_by_vma()
5199 else if (sec1->vma > sec2->vma) in sort_sections_by_vma()
5201 else if (sec1->id < sec2->id) in sort_sections_by_vma()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c4441 const asection *sec2 = *(const asection **) arg2; in compare_section_lma() local
4446 flags2 = sec2->flags; in compare_section_lma()
4462 if (sec1->lma > sec2->lma) in compare_section_lma()
4464 if (sec1->lma < sec2->lma) in compare_section_lma()
4468 if (bfd_section_size (sec1) > bfd_section_size (sec2)) in compare_section_lma()
4470 if (bfd_section_size (sec1) < bfd_section_size (sec2)) in compare_section_lma()
4473 if (sec1->id > sec2->id) in compare_section_lma()
4475 if (sec1->id < sec2->id) in compare_section_lma()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c4230 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
4235 if (sec1->lma < sec2->lma) in elf_sort_sections()
4237 else if (sec1->lma > sec2->lma) in elf_sort_sections()
4242 if (sec1->vma < sec2->vma) in elf_sort_sections()
4244 else if (sec1->vma > sec2->vma) in elf_sort_sections()
4253 if (TOEND (sec2)) in elf_sort_sections()
4263 else if (TOEND (sec2)) in elf_sort_sections()
4272 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
4279 return sec1->target_index - sec2->target_index; in elf_sort_sections()
6808 asection *sec2; in swap_out_syms() local
[all …]
H A Delflink.c7239 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument
7255 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
7262 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections()
7266 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
/dragonfly/contrib/binutils-2.27/binutils/
H A 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()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c4873 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
4878 if (sec1->lma < sec2->lma) in elf_sort_sections()
4880 else if (sec1->lma > sec2->lma) in elf_sort_sections()
4885 if (sec1->vma < sec2->vma) in elf_sort_sections()
4887 else if (sec1->vma > sec2->vma) in elf_sort_sections()
4896 if (TOEND (sec2)) in elf_sort_sections()
4906 else if (TOEND (sec2)) in elf_sort_sections()
4915 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
4922 return sec1->target_index - sec2->target_index; in elf_sort_sections()
7597 asection *sec2; in swap_out_syms() local
[all …]
H A 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()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c5255 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
5260 if (sec1->lma < sec2->lma) in elf_sort_sections()
5262 else if (sec1->lma > sec2->lma) in elf_sort_sections()
5267 if (sec1->vma < sec2->vma) in elf_sort_sections()
5269 else if (sec1->vma > sec2->vma) in elf_sort_sections()
5278 if (!TOEND (sec2)) in elf_sort_sections()
5281 else if (TOEND (sec2)) in elf_sort_sections()
5290 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
5297 return sec1->target_index - sec2->target_index; in elf_sort_sections()
8212 asection *sec2; in swap_out_syms() local
[all …]
H A Delflink.c7997 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument
8013 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
8020 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections()
8024 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
/dragonfly/contrib/binutils-2.27/gold/
H A Dpowerpc.cc1226 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()()
1227 { return sec1->address() < sec2->address(); } in operator ()()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcommon.opt1017 -fsanitize-sections=<sec1,sec2,...> Sanitize global variables