Home
last modified time | relevance | path

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

/openbsd/regress/sbin/isakmpd/dh/
H A Ddhtest.c48 char sec[DH_MAXSZ], sec2[DH_MAXSZ]; in main() local
69 dh_create_shared(group2, sec2, buf); in main()
71 if (memcmp (sec, sec2, len)) { in main()
/openbsd/regress/sbin/iked/dh/
H A Ddhtest.c57 struct ibuf *sec, *sec2; in main() local
78 dh_create_shared(group2, &sec2, buf); in main()
81 raw2 = ibuf_data(sec2); in main()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Doverlays.exp199 proc simultaneous_pair { sec1 sec2 } { argument
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/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dview.t281 my $sec2 = '0020 0020';
301 "[$pri1$sep2$sec2$sep2$ter2$sep2$eququat$app");
307 "[$pri1$sep2$sec2$sep2$ter2$sep2"."039F$app");
319 "[$pri1$sep2$sec2$sep2$ter2$sep1]");
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c3115 struct obj_section *sec, *sec2; in map_overlay_command() local
3140 ALL_OBJSECTIONS (objfile2, sec2) in map_overlay_command()
3141 if (sec2->ovly_mapped in map_overlay_command()
3142 && sec != sec2 in map_overlay_command()
3143 && sec->the_bfd_section != sec2->the_bfd_section in map_overlay_command()
3145 sec2->the_bfd_section)) in map_overlay_command()
3150 sec2->the_bfd_section)); in map_overlay_command()
3151 sec2->ovly_mapped = 0; /* sec2 overlaps sec: unmap sec2 */ in map_overlay_command()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4110 if (sec1->lma < sec2->lma) in elf_sort_sections()
4112 else if (sec1->lma > sec2->lma) in elf_sort_sections()
4117 if (sec1->vma < sec2->vma) in elf_sort_sections()
4119 else if (sec1->vma > sec2->vma) in elf_sort_sections()
4128 if (TOEND (sec2)) in elf_sort_sections()
4138 else if (TOEND (sec2)) in elf_sort_sections()
4147 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections()
6412 asection *sec2; in swap_out_syms() local
6422 if (sec2 == NULL) in swap_out_syms()
8860 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c2104 const asection *const *sec2 = arg2; in compare_section_lma() local
2109 flags2 = (*sec2)->flags; in compare_section_lma()
2125 if ((*sec1)->lma > (*sec2)->lma) in compare_section_lma()
2127 else if ((*sec1)->lma < (*sec2)->lma) in compare_section_lma()
2131 if ((*sec1)->_raw_size > (*sec2)->_raw_size) in compare_section_lma()
2133 else if ((*sec1)->_raw_size < (*sec2)->_raw_size) in compare_section_lma()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c3588 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local
3593 if (sec1->lma < sec2->lma) in elf_sort_sections()
3595 else if (sec1->lma > sec2->lma) in elf_sort_sections()
3600 if (sec1->vma < sec2->vma) in elf_sort_sections()
3602 else if (sec1->vma > sec2->vma) in elf_sort_sections()
3611 if (TOEND (sec2)) in elf_sort_sections()
3621 else if (TOEND (sec2)) in elf_sort_sections()
3630 size2 = (sec2->flags & SEC_LOAD) ? sec2->_raw_size : 0; in elf_sort_sections()
3637 return sec1->target_index - sec2->target_index; in elf_sort_sections()
5551 asection *sec2; in swap_out_syms() local
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c2345 const asection *const *sec2 = arg2; in compare_section_lma() local
2350 flags2 = (*sec2)->flags; in compare_section_lma()
2366 if ((*sec1)->lma > (*sec2)->lma) in compare_section_lma()
2368 else if ((*sec1)->lma < (*sec2)->lma) in compare_section_lma()
2372 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2)) in compare_section_lma()
2374 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2)) in compare_section_lma()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c576 struct wildcard_list *sec2; in analyze_walk_wild_section_handler() local
577 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next) in analyze_walk_wild_section_handler()
579 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name)) in analyze_walk_wild_section_handler()
4001 const asection *sec2 = *(const asection **) arg2; in sort_sections_by_lma() local
4004 < bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
4007 > bfd_section_lma (sec2->owner, sec2)) in sort_sections_by_lma()
/openbsd/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c1520 struct spec_section **sec2 = (struct spec_section **) p2; in compare_section_names() local
1522 char *name2 = (*sec2)->name; in compare_section_names()