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

/openbsd-current/regress/sbin/isakmpd/dh/
H A Ddhtest.c48 char sec[DH_MAXSZ], sec2[DH_MAXSZ]; local
69 dh_create_shared(group2, sec2, buf);
71 if (memcmp (sec, sec2, len)) {
/openbsd-current/regress/sbin/iked/dh/
H A Ddhtest.c57 struct ibuf *sec, *sec2; local
78 dh_create_shared(group2, &sec2, buf);
81 raw2 = ibuf_data(sec2);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Doverlays.exp198 # Verify that both sec1 and sec2 can be loaded simultaneously.
199 proc simultaneous_pair { sec1 sec2 } {
202 set pairname "$sec1 and $sec2 mapped simultaneously"
204 gdb_test "overlay map $sec2" "" "$pairname: map $sec2"
212 -re ".*[string_to_regexp $sec2], " { set seen_sec2 1; exp_continue }
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4110 const asection *sec2 = *(const asection **) arg2;
4115 if (sec1->lma < sec2->lma)
4117 else if (sec1->lma > sec2->lma)
4122 if (sec1->vma < sec2->vma)
4124 else if (sec1->vma > sec2->vma)
4133 if (TOEND (sec2))
4137 if (sec1->target_index - sec2->target_index != 0)
4138 return sec1->target_index - sec2->target_index;
4143 else if (TOEND (sec2))
4152 size2 = (sec2
4105 const asection *sec2 = *(const asection **) arg2; local
6412 asection *sec2; local
8844 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c2806 sections_overlap(sec1, sec2): true if mapped sec1 and sec2 ranges overlap
3124 struct obj_section *sec, *sec2;
3149 ALL_OBJSECTIONS (objfile2, sec2)
3150 if (sec2->ovly_mapped
3151 && sec != sec2
3152 && sec->the_bfd_section != sec2->the_bfd_section
3154 sec2->the_bfd_section))
3159 sec2->the_bfd_section));
3160 sec2
3115 struct obj_section *sec, *sec2; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c2106 const asection *const *sec2 = arg2;
2111 flags2 = (*sec2)->flags;
2127 if ((*sec1)->lma > (*sec2)->lma)
2129 else if ((*sec1)->lma < (*sec2)->lma)
2133 if ((*sec1)->_raw_size > (*sec2)->_raw_size)
2135 else if ((*sec1)->_raw_size < (*sec2)->_raw_size)
2104 const asection *const *sec2 = arg2; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c2347 const asection *const *sec2 = arg2;
2352 flags2 = (*sec2)->flags;
2368 if ((*sec1)->lma > (*sec2)->lma)
2370 else if ((*sec1)->lma < (*sec2)->lma)
2374 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2376 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2345 const asection *const *sec2 = arg2; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c3593 const asection *sec2 = *(const asection **) arg2;
3598 if (sec1->lma < sec2->lma)
3600 else if (sec1->lma > sec2->lma)
3605 if (sec1->vma < sec2->vma)
3607 else if (sec1->vma > sec2->vma)
3616 if (TOEND (sec2))
3620 if (sec1->target_index - sec2->target_index != 0)
3621 return sec1->target_index - sec2->target_index;
3626 else if (TOEND (sec2))
3635 size2 = (sec2
3588 const asection *sec2 = *(const asection **) arg2; local
5551 asection *sec2; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c576 struct wildcard_list *sec2; local
577 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next)
579 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name))
4003 const asection *sec2 = *(const asection **) arg2;
4006 < bfd_section_lma (sec2->owner, sec2))
4009 > bfd_section_lma (sec2
4001 const asection *sec2 = *(const asection **) arg2; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c1535 struct spec_section **sec2 = (struct spec_section **) p2;
1537 char *name2 = (*sec2)->name;
1520 struct spec_section **sec2 = (struct spec_section **) p2; local

Completed in 297 milliseconds