| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| D | test_dh.c | 331 unsigned char *sec1, *sec2; in check_prime() local 370 sec2 = malloc(size); in check_prime() 371 if (!sec1 || !sec2) { in check_prime() 380 ret = DH_compute_key(sec2, dh1->pub_key, dh2); in check_prime() 391 print_secret(sec2, size); in check_prime() 394 if (memcmp(sec1, sec2, size) == 0) in check_prime() 399 free(sec2); in check_prime()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | overlays.exp | 166 proc simultaneous_pair { sec1 sec2 } { argument 169 set pairname "$sec1 and $sec2 mapped simultaneously" 171 gdb_test "overlay map $sec2" "" "$pairname: map $sec2" 179 -re ".*[string_to_regexp $sec2], " { set seen_sec2 1; exp_continue }
|
| /netbsd/src/sys/arch/x68k/dev/ |
| D | rtclock.c | 142 u_char sec1, sec2; in rtsettod() local 151 sec2 = dt->dt_sec % 10; in rtsettod() 166 RTC_WRITE(RTC_SEC, sec2); in rtsettod()
|
| /netbsd/src/etc/mtree/ |
| D | NetBSD.dist.base | 103 ./libdata/firmware/nouveau/nvidia/gp102/sec2 108 ./libdata/firmware/nouveau/nvidia/gp104/sec2 113 ./libdata/firmware/nouveau/nvidia/gp106/sec2 118 ./libdata/firmware/nouveau/nvidia/gp107/sec2 123 ./libdata/firmware/nouveau/nvidia/gp108/sec2 132 ./libdata/firmware/nouveau/nvidia/gv100/sec2 137 ./libdata/firmware/nouveau/nvidia/tu102/sec2 142 ./libdata/firmware/nouveau/nvidia/tu104/sec2 147 ./libdata/firmware/nouveau/nvidia/tu106/sec2 152 ./libdata/firmware/nouveau/nvidia/tu116/sec2 [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coff-x86_64.c | 666 const struct bfd_section * sec2 = e2; in htab_eq_section_index() local 667 return sec1->index == sec2->index; in htab_eq_section_index()
|
| D | elf.c | 5806 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local 5811 if (sec1->lma < sec2->lma) in elf_sort_sections() 5813 else if (sec1->lma > sec2->lma) in elf_sort_sections() 5818 if (sec1->vma < sec2->vma) in elf_sort_sections() 5820 else if (sec1->vma > sec2->vma) in elf_sort_sections() 5830 if (!TOEND (sec2)) in elf_sort_sections() 5833 else if (TOEND (sec2)) in elf_sort_sections() 5842 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections() 5849 return sec1->target_index - sec2->target_index; in elf_sort_sections() 9016 asection *sec2; in swap_out_syms() local [all …]
|
| D | elf32-spu.c | 2353 asection *sec1,*sec2; in sort_syms() local 2357 sec2 = sort_syms_psecs[*s2 - sort_syms_syms]; in sort_syms() 2359 if (sec1 != sec2) in sort_syms() 2360 return sec1->index - sec2->index; in sort_syms()
|
| D | coffgen.c | 460 const struct bfd_section * sec2 = e2; in htab_eq_section_target_index() local 461 return sec1->target_index == sec2->target_index; in htab_eq_section_target_index()
|
| D | elflink.c | 8644 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument 8661 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections() 8668 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections() 8672 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections() 8697 != (elf_section_flags (sec2) & SHF_GROUP))); in bfd_elf_match_symbols_in_sections()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coff-x86_64.c | 666 const struct bfd_section * sec2 = e2; in htab_eq_section_index() local 667 return sec1->index == sec2->index; in htab_eq_section_index()
|
| D | elf.c | 5827 const asection *sec2 = *(const asection **) arg2; in elf_sort_sections() local 5832 if (sec1->lma < sec2->lma) in elf_sort_sections() 5834 else if (sec1->lma > sec2->lma) in elf_sort_sections() 5839 if (sec1->vma < sec2->vma) in elf_sort_sections() 5841 else if (sec1->vma > sec2->vma) in elf_sort_sections() 5851 if (!TOEND (sec2)) in elf_sort_sections() 5854 else if (TOEND (sec2)) in elf_sort_sections() 5863 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections() 5870 return sec1->target_index - sec2->target_index; in elf_sort_sections() 9029 asection *sec2; in swap_out_syms() local [all …]
|
| D | elf32-spu.c | 2353 asection *sec1,*sec2; in sort_syms() local 2357 sec2 = sort_syms_psecs[*s2 - sort_syms_syms]; in sort_syms() 2359 if (sec1 != sec2) in sort_syms() 2360 return sec1->index - sec2->index; in sort_syms()
|
| D | coffgen.c | 460 const struct bfd_section * sec2 = e2; in htab_eq_section_target_index() local 461 return sec1->target_index == sec2->target_index; in htab_eq_section_target_index()
|
| D | elflink.c | 8470 bfd_elf_match_symbols_in_sections (asection *sec1, asection *sec2, in bfd_elf_match_symbols_in_sections() argument 8487 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections() 8494 if (elf_section_type (sec1) != elf_section_type (sec2)) in bfd_elf_match_symbols_in_sections() 8498 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections() 8523 != (elf_section_flags (sec2) & SHF_GROUP))); in bfd_elf_match_symbols_in_sections()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile.c | 3280 for (obj_section *sec2 : objfile2->sections ()) in map_overlay_command() 3281 if (sec2->ovly_mapped && sec != sec2 && sections_overlap (sec, in map_overlay_command() 3282 sec2)) in map_overlay_command() 3286 bfd_section_name (sec2->the_bfd_section)); in map_overlay_command() 3287 sec2->ovly_mapped = 0; /* sec2 overlaps sec: unmap sec2. */ in map_overlay_command()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | objcopy.c | 4627 const asection *sec2 = *(const asection **) arg2; in compare_section_lma() local 4632 flags2 = sec2->flags; in compare_section_lma() 4648 if (sec1->lma > sec2->lma) in compare_section_lma() 4650 if (sec1->lma < sec2->lma) in compare_section_lma() 4654 if (bfd_section_size (sec1) > bfd_section_size (sec2)) in compare_section_lma() 4656 if (bfd_section_size (sec1) < bfd_section_size (sec2)) in compare_section_lma() 4659 if (sec1->id > sec2->id) in compare_section_lma() 4661 if (sec1->id < sec2->id) in compare_section_lma()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldlang.c | 5550 const asection *sec2 = ((const struct check_sec *) arg2)->sec; in sort_sections_by_lma() local 5552 if (sec1->lma < sec2->lma) in sort_sections_by_lma() 5554 else if (sec1->lma > sec2->lma) in sort_sections_by_lma() 5556 else if (sec1->id < sec2->id) in sort_sections_by_lma() 5558 else if (sec1->id > sec2->id) in sort_sections_by_lma() 5568 const asection *sec2 = ((const struct check_sec *) arg2)->sec; in sort_sections_by_vma() local 5570 if (sec1->vma < sec2->vma) in sort_sections_by_vma() 5572 else if (sec1->vma > sec2->vma) in sort_sections_by_vma() 5574 else if (sec1->id < sec2->id) in sort_sections_by_vma() 5576 else if (sec1->id > sec2->id) in sort_sections_by_vma()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | powerpc.cc | 1664 operator()(const Output_section* sec1, const Output_section* sec2) in operator ()() 1665 { return sec1->address() < sec2->address(); } in operator ()()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | common.opt | 1097 -fsanitize-sections=<sec1,sec2,...> Sanitize global variables
|