Searched refs:sec1 (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dscript_test_10.t27 .sec1 : { *(.sec1) }
H A Dmemory_test.s4 .section .sec1, "a"
H A Dscript_test_10.s7 .section .sec1, "a"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dsection6.s1 .section sec1
H A Dsection6.d11 Contents of section sec1:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Drgn-at5.s4 .section .sec1, "a"
H A Drgn-at5.d15 1 .sec1 +0+4 +0+1000 +0+2004 +0+2000 +.*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dcrange-2c.s6 sec1: label
H A Dcrange-2b.s10 sec1: label
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/sys/
H A Dtpro.h17 u_short sec1; /* seconds * 1*/ member in struct:tproval
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_dh.c333 unsigned char *sec1, *sec2; local
371 sec1 = malloc(size);
373 if (!sec1 || !sec2) {
377 ret = DH_compute_key(sec1, dh2->pub_key, dh1);
391 print_secret(sec1, size);
396 if (memcmp(sec1, sec2, size) == 0)
402 free(sec1);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Drtclock.c143 u_char sec1, sec2; local
151 sec1 = dt->dt_sec / 10;
166 RTC_WRITE(RTC_SEC10, sec1);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_tpro.c176 tp->min10, tp->min1, tp->sec10, tp->sec1, tp->ms100,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doverlays.exp210 # Verify that both sec1 and sec2 can be loaded simultaneously.
211 proc simultaneous_pair { sec1 sec2 } {
214 set pairname "$sec1 and $sec2 mapped simultaneously"
215 gdb_test "overlay map $sec1" "" "$pairname: map $sec1"
223 -re ".*[string_to_regexp $sec1], " { set seen_sec1 1; exp_continue }
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dmktime.c166 ydhms_diff (long int year1, long int yday1, int hour1, int min1, int sec1, argument
190 time_t seconds = 60 * minutes + sec1 - sec0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c2769 const asection *const *sec1 = (const asection * const *) arg1;
2774 flags1 = (*sec1)->flags;
2791 if ((*sec1)->lma > (*sec2)->lma)
2793 else if ((*sec1)->lma < (*sec2)->lma)
2797 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2799 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2767 const asection *const *sec1 = (const asection * const *) arg1; local
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dinstall-info.c1533 struct spec_section **sec1 = (struct spec_section **) p1;
1535 char *name1 = (*sec1)->name;
1518 struct spec_section **sec1 = (struct spec_section **) p1; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldlang.c626 struct wildcard_list *sec1 = ptr->handler_data[1]; local
638 s1 = find_section (file, sec1, &multiple_sections_found);
651 walk_wild_consider_section (ptr, file, s, sec1, callback, data);
4603 const asection *sec1 = *(const asection **) arg1;
4606 if (bfd_section_lma (sec1->owner, sec1)
4609 else if (bfd_section_lma (sec1->owner, sec1)
4612 else if (sec1->id < sec2->id)
4614 else if (sec1
4601 const asection *sec1 = *(const asection **) arg1; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf.c4182 const asection *sec1 = *(const asection **) arg1;
4188 if (sec1->lma < sec2->lma)
4190 else if (sec1->lma > sec2->lma)
4195 if (sec1->vma < sec2->vma)
4197 else if (sec1->vma > sec2->vma)
4204 if (TOEND (sec1))
4210 if (sec1->target_index - sec2->target_index != 0)
4211 return sec1->target_index - sec2->target_index;
4224 size1 = (sec1->flags & SEC_LOAD) ? sec1
4180 const asection *sec1 = *(const asection **) arg1; local
[all...]
H A Delf32-spu.c2321 asection *sec1,*sec2; local
2324 sec1 = sort_syms_psecs[*s1 - sort_syms_syms];
2327 if (sec1 != sec2)
2328 return sec1->index - sec2->index;
H A Delflink.c7156 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2,
7171 bfd1 = sec1->owner;
7179 if (elf_section_type (sec1) != elf_section_type (sec2))
7182 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1);
7145 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf.c4183 const asection *sec1 = *(const asection **) arg1;
4189 if (sec1->lma < sec2->lma)
4191 else if (sec1->lma > sec2->lma)
4196 if (sec1->vma < sec2->vma)
4198 else if (sec1->vma > sec2->vma)
4205 if (TOEND (sec1))
4211 if (sec1->target_index - sec2->target_index != 0)
4212 return sec1->target_index - sec2->target_index;
4225 size1 = (sec1->flags & SEC_LOAD) ? sec1
4181 const asection *sec1 = *(const asection **) arg1; local
[all...]
H A Delf32-spu.c2321 asection *sec1,*sec2; local
2324 sec1 = sort_syms_psecs[*s1 - sort_syms_syms];
2327 if (sec1 != sec2)
2328 return sec1->index - sec2->index;
H A Delflink.c7138 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2,
7153 bfd1 = sec1->owner;
7161 if (elf_section_type (sec1) != elf_section_type (sec2))
7164 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1);
7127 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument

Completed in 431 milliseconds