Searched refs:sec2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c4213 const asection *sec2 = *(const asection **) arg2;
4218 if (sec1->lma < sec2->lma)
4220 else if (sec1->lma > sec2->lma)
4225 if (sec1->vma < sec2->vma)
4227 else if (sec1->vma > sec2->vma)
4236 if (TOEND (sec2))
4240 if (sec1->target_index - sec2->target_index != 0)
4241 return sec1->target_index - sec2->target_index;
4246 else if (TOEND (sec2))
4255 size2 = (sec2
4208 const asection *sec2 = *(const asection **) arg2; local
6424 asection *sec2; local
8972 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
[all...]
H A Delf32-spu.c1557 asection *sec1,*sec2; local
1561 sec2 = sort_syms_psecs[*s2 - sort_syms_syms];
1563 if (sec1 != sec2)
1564 return sec1->index - sec2->index;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c2772 sections_overlap(sec1, sec2): true if mapped sec1 and sec2 ranges overlap
3090 struct obj_section *sec, *sec2;
3115 ALL_OBJSECTIONS (objfile2, sec2)
3116 if (sec2->ovly_mapped
3117 && sec != sec2
3118 && sec->the_bfd_section != sec2->the_bfd_section
3120 sec2->the_bfd_section))
3125 sec2->the_bfd_section));
3126 sec2
3081 struct obj_section *sec, *sec2; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2491 const asection *const *sec2 = arg2;
2496 flags2 = (*sec2)->flags;
2512 if ((*sec1)->lma > (*sec2)->lma)
2514 else if ((*sec1)->lma < (*sec2)->lma)
2518 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2520 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2489 const asection *const *sec2 = arg2; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c698 struct wildcard_list *sec2; local
699 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next)
701 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name))
4099 const asection *sec2 = *(const asection **) arg2;
4102 < bfd_section_lma (sec2->owner, sec2))
4105 > bfd_section_lma (sec2
4097 const asection *sec2 = *(const asection **) arg2; local
[all...]
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2278 compare_secflavor(int *sec1, int *sec2, int nsec) argument
2281 COMPARE_ARRAYS(sec1, sec2, nsec);

Completed in 229 milliseconds