Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dragonfly/tools/tools/crypto/
HDREADME20 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec
21 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec
22 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec
23 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec
24 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec
25 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec
26 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec
27 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec
28 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec
29 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
HDcompress.c76 bfd_compress_section_contents (bfd *abfd, sec_ptr sec, in bfd_compress_section_contents() argument
89 = bfd_is_section_compressed_with_header (abfd, sec, in bfd_compress_section_contents()
144 sec->size = orig_uncompressed_size; in bfd_compress_section_contents()
156 sec->contents = buffer; in bfd_compress_section_contents()
157 sec->compress_status = COMPRESS_SECTION_DONE; in bfd_compress_section_contents()
162 bfd_update_compression_header (abfd, buffer, sec); in bfd_compress_section_contents()
184 bfd_update_compression_header (abfd, buffer, sec); in bfd_compress_section_contents()
190 sec->contents = uncompressed_buffer; in bfd_compress_section_contents()
191 sec->compress_status = COMPRESS_SECTION_NONE; in bfd_compress_section_contents()
197 sec->contents = buffer; in bfd_compress_section_contents()
[all …]
HDmerge.c90 asection *sec; member
291 asection *sec = secinfo->sec; in sec_merge_emit() local
294 int alignment_power = sec->output_section->alignment_power; in sec_merge_emit()
336 off = sec->size - off; in sec_merge_emit()
359 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, in _bfd_add_merge_section() argument
369 || (sec->flags & SEC_MERGE) == 0) in _bfd_add_merge_section()
372 if (sec->size == 0 in _bfd_add_merge_section()
373 || (sec->flags & SEC_EXCLUDE) != 0 in _bfd_add_merge_section()
374 || sec->entsize == 0) in _bfd_add_merge_section()
377 if ((sec->flags & SEC_RELOC) != 0) in _bfd_add_merge_section()
[all …]
HDelf-eh-frame.c234 && (c1->cie_inf->u.cie.u.sec->output_section in cie_eq()
235 == c2->cie_inf->u.cie.u.sec->output_section) in cie_eq()
269 h = iterative_hash_object (c->cie_inf->u.cie.u.sec->output_section, h); in cie_compute_hash()
481 asection *sec) in bfd_elf_record_eh_frame_entry() argument
505 hdr_info->u.compact.entries[hdr_info->array_count++] = sec; in bfd_elf_record_eh_frame_entry()
513 asection *sec, struct elf_reloc_cookie *cookie) in _bfd_elf_parse_eh_frame_entry() argument
523 if (sec->size == 0 in _bfd_elf_parse_eh_frame_entry()
524 || sec->sec_info_type != SEC_INFO_TYPE_NONE) in _bfd_elf_parse_eh_frame_entry()
529 if (sec->output_section && bfd_is_abs_section (sec->output_section)) in _bfd_elf_parse_eh_frame_entry()
549 elf_section_eh_frame_entry (text_sec) = sec; in _bfd_elf_parse_eh_frame_entry()
[all …]
HDelf-vxworks.c194 asection *sec = (*hash_ptr)->root.u.def.section; in elf_vxworks_emit_relocs() local
195 int this_idx = sec->output_section->target_index; in elf_vxworks_emit_relocs()
200 irela[j].r_addend += sec->output_offset; in elf_vxworks_emit_relocs()
219 asection * sec; in elf_vxworks_final_write_processing() local
222 sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded"); in elf_vxworks_final_write_processing()
223 if (!sec) in elf_vxworks_final_write_processing()
224 sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded"); in elf_vxworks_final_write_processing()
225 if (!sec) in elf_vxworks_final_write_processing()
227 d = elf_section_data (sec); in elf_vxworks_final_write_processing()
229 sec = bfd_get_section_by_name (abfd, ".plt"); in elf_vxworks_final_write_processing()
[all …]
HDelf-nacl.c133 asection *sec; in nacl_modify_segment_map() local
142 sec = bfd_zalloc (abfd, sizeof *sec); in nacl_modify_segment_map()
143 if (sec == NULL) in nacl_modify_segment_map()
148 sec->vma = end; in nacl_modify_segment_map()
149 sec->lma = lastsec->lma + lastsec->size; in nacl_modify_segment_map()
150 sec->size = bed->minpagesize - (end % bed->minpagesize); in nacl_modify_segment_map()
151 sec->flags = (SEC_ALLOC | SEC_LOAD in nacl_modify_segment_map()
153 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
157 secdata->this_hdr.sh_addr = sec->vma; in nacl_modify_segment_map()
158 secdata->this_hdr.sh_size = sec->size; in nacl_modify_segment_map()
[all …]
HDbinary.c60 asection *sec; in binary_object_p() local
80 sec = bfd_make_section_with_flags (abfd, ".data", flags); in binary_object_p()
81 if (sec == NULL) in binary_object_p()
83 sec->vma = 0; in binary_object_p()
84 sec->size = statbuf.st_size; in binary_object_p()
85 sec->filepos = 0; in binary_object_p()
87 abfd->tdata.any = (void *) sec; in binary_object_p()
151 asection *sec = (asection *) abfd->tdata.any; in binary_canonicalize_symtab() local
165 syms[0].section = sec; in binary_canonicalize_symtab()
171 syms[1].value = sec->size; in binary_canonicalize_symtab()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
HDcompress.c76 bfd_compress_section_contents (bfd *abfd, sec_ptr sec, in bfd_compress_section_contents() argument
90 = bfd_is_section_compressed_with_header (abfd, sec, in bfd_compress_section_contents()
146 sec->size = orig_uncompressed_size; in bfd_compress_section_contents()
158 bfd_set_section_alignment (sec, orig_uncompressed_alignment_pow); in bfd_compress_section_contents()
160 sec->contents = buffer; in bfd_compress_section_contents()
161 sec->compress_status = COMPRESS_SECTION_DONE; in bfd_compress_section_contents()
166 bfd_update_compression_header (abfd, buffer, sec); in bfd_compress_section_contents()
188 bfd_update_compression_header (abfd, buffer, sec); in bfd_compress_section_contents()
194 sec->contents = uncompressed_buffer; in bfd_compress_section_contents()
195 sec->compress_status = COMPRESS_SECTION_NONE; in bfd_compress_section_contents()
[all …]
HDmerge.c91 asection *sec; member
292 asection *sec = secinfo->sec; in sec_merge_emit() local
295 int alignment_power = sec->output_section->alignment_power; in sec_merge_emit()
340 off = sec->size - off; in sec_merge_emit()
362 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, in _bfd_add_merge_section() argument
372 || (sec->flags & SEC_MERGE) == 0) in _bfd_add_merge_section()
375 if (sec->size == 0 in _bfd_add_merge_section()
376 || (sec->flags & SEC_EXCLUDE) != 0 in _bfd_add_merge_section()
377 || sec->entsize == 0) in _bfd_add_merge_section()
380 if (sec->size % sec->entsize != 0) in _bfd_add_merge_section()
[all …]
HDelf-eh-frame.c234 && (c1->cie_inf->u.cie.u.sec->output_section in cie_eq()
235 == c2->cie_inf->u.cie.u.sec->output_section) in cie_eq()
269 h = iterative_hash_object (c->cie_inf->u.cie.u.sec->output_section, h); in cie_compute_hash()
331 const asection *sec) in next_cie_fde_offset() argument
338 return sec->size; in next_cie_fde_offset()
494 asection *sec) in bfd_elf_record_eh_frame_entry() argument
518 hdr_info->u.compact.entries[hdr_info->array_count++] = sec; in bfd_elf_record_eh_frame_entry()
526 asection *sec, struct elf_reloc_cookie *cookie) in _bfd_elf_parse_eh_frame_entry() argument
536 if (sec->size == 0 in _bfd_elf_parse_eh_frame_entry()
537 || sec->sec_info_type != SEC_INFO_TYPE_NONE) in _bfd_elf_parse_eh_frame_entry()
[all …]
HDelf-vxworks.c194 asection *sec = (*hash_ptr)->root.u.def.section; in elf_vxworks_emit_relocs() local
195 int this_idx = sec->output_section->target_index; in elf_vxworks_emit_relocs()
200 irela[j].r_addend += sec->output_offset; in elf_vxworks_emit_relocs()
218 asection * sec; in elf_vxworks_final_write_processing() local
221 sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded"); in elf_vxworks_final_write_processing()
222 if (!sec) in elf_vxworks_final_write_processing()
223 sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded"); in elf_vxworks_final_write_processing()
224 if (sec) in elf_vxworks_final_write_processing()
226 d = elf_section_data (sec); in elf_vxworks_final_write_processing()
228 sec = bfd_get_section_by_name (abfd, ".plt"); in elf_vxworks_final_write_processing()
[all …]
HDelf-nacl.c132 asection *sec; in nacl_modify_segment_map() local
141 sec = bfd_zalloc (abfd, sizeof *sec); in nacl_modify_segment_map()
142 if (sec == NULL) in nacl_modify_segment_map()
147 sec->vma = end; in nacl_modify_segment_map()
148 sec->lma = lastsec->lma + lastsec->size; in nacl_modify_segment_map()
149 sec->size = bed->minpagesize - (end % bed->minpagesize); in nacl_modify_segment_map()
150 sec->flags = (SEC_ALLOC | SEC_LOAD in nacl_modify_segment_map()
152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
156 secdata->this_hdr.sh_addr = sec->vma; in nacl_modify_segment_map()
157 secdata->this_hdr.sh_size = sec->size; in nacl_modify_segment_map()
[all …]
HDbinary.c60 asection *sec; in binary_object_p() local
80 sec = bfd_make_section_with_flags (abfd, ".data", flags); in binary_object_p()
81 if (sec == NULL) in binary_object_p()
83 sec->vma = 0; in binary_object_p()
84 sec->size = statbuf.st_size; in binary_object_p()
85 sec->filepos = 0; in binary_object_p()
87 abfd->tdata.any = (void *) sec; in binary_object_p()
151 asection *sec = (asection *) abfd->tdata.any; in binary_canonicalize_symtab() local
165 syms[0].section = sec; in binary_canonicalize_symtab()
171 syms[1].value = sec->size; in binary_canonicalize_symtab()
[all …]
/dragonfly/contrib/gdb-7/bfd/
HDcompress.c88 sec_ptr sec ATTRIBUTE_UNUSED, in bfd_compress_section_contents()
129 if (uncompressed_buffer == sec->contents) in bfd_compress_section_contents()
132 sec->contents = compressed_buffer; in bfd_compress_section_contents()
133 sec->size = compressed_size; in bfd_compress_section_contents()
134 sec->compress_status = COMPRESS_SECTION_DONE; in bfd_compress_section_contents()
158 bfd_get_full_section_contents (bfd *abfd, sec_ptr sec, bfd_byte **ptr) in bfd_get_full_section_contents() argument
169 if (abfd->direction != write_direction && sec->rawsize != 0) in bfd_get_full_section_contents()
170 sz = sec->rawsize; in bfd_get_full_section_contents()
172 sz = sec->size; in bfd_get_full_section_contents()
176 switch (sec->compress_status) in bfd_get_full_section_contents()
[all …]
HDmerge.c90 asection *sec; member
290 asection *sec = secinfo->sec; in sec_merge_emit() local
293 int alignment_power = sec->output_section->alignment_power; in sec_merge_emit()
325 off = sec->size - off; in sec_merge_emit()
344 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, in _bfd_add_merge_section() argument
354 || (sec->flags & SEC_MERGE) == 0) in _bfd_add_merge_section()
357 if (sec->size == 0 in _bfd_add_merge_section()
358 || (sec->flags & SEC_EXCLUDE) != 0 in _bfd_add_merge_section()
359 || sec->entsize == 0) in _bfd_add_merge_section()
362 if ((sec->flags & SEC_RELOC) != 0) in _bfd_add_merge_section()
[all …]
HDelf-vxworks.c196 asection *sec = (*hash_ptr)->root.u.def.section; in elf_vxworks_emit_relocs() local
197 int this_idx = sec->output_section->target_index; in elf_vxworks_emit_relocs()
202 irela[j].r_addend += sec->output_offset; in elf_vxworks_emit_relocs()
221 asection * sec; in elf_vxworks_final_write_processing() local
224 sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded"); in elf_vxworks_final_write_processing()
225 if (!sec) in elf_vxworks_final_write_processing()
226 sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded"); in elf_vxworks_final_write_processing()
227 if (!sec) in elf_vxworks_final_write_processing()
229 d = elf_section_data (sec); in elf_vxworks_final_write_processing()
231 sec = bfd_get_section_by_name (abfd, ".plt"); in elf_vxworks_final_write_processing()
[all …]
HDelf-eh-frame.c466 asection *sec, struct elf_reloc_cookie *cookie) in _bfd_elf_parse_eh_frame() argument
493 if (sec->size == 0 in _bfd_elf_parse_eh_frame()
494 || sec->sec_info_type != SEC_INFO_TYPE_NONE) in _bfd_elf_parse_eh_frame()
500 if (bfd_is_abs_section (sec->output_section)) in _bfd_elf_parse_eh_frame()
509 REQUIRE (bfd_malloc_and_get_section (abfd, sec, &ehbuf)); in _bfd_elf_parse_eh_frame()
511 if (sec->size >= 4 in _bfd_elf_parse_eh_frame()
522 REQUIRE (sec->size == (unsigned int) sec->size); in _bfd_elf_parse_eh_frame()
525 ->elf_backend_eh_frame_address_size (abfd, sec)); in _bfd_elf_parse_eh_frame()
531 end = ehbuf + sec->size; in _bfd_elf_parse_eh_frame()
588 while ((bfd_size_type) (buf - ehbuf) != sec->size) in _bfd_elf_parse_eh_frame()
[all …]
HDbinary.c61 asection *sec; in binary_object_p() local
81 sec = bfd_make_section_with_flags (abfd, ".data", flags); in binary_object_p()
82 if (sec == NULL) in binary_object_p()
84 sec->vma = 0; in binary_object_p()
85 sec->size = statbuf.st_size; in binary_object_p()
86 sec->filepos = 0; in binary_object_p()
88 abfd->tdata.any = (void *) sec; in binary_object_p()
152 asection *sec = (asection *) abfd->tdata.any; in binary_canonicalize_symtab() local
166 syms[0].section = sec; in binary_canonicalize_symtab()
172 syms[1].value = sec->size; in binary_canonicalize_symtab()
[all …]
/dragonfly/test/sysperf/
HDmbwtest.data7 L1 cache bandwidth: 14829.80 Mbytes/sec
8 L2 cache bandwidth: 7632.12 Mbytes/sec
9 non-cache bandwidth: 2522.32 Mbytes/sec
14 L1 cache bandwidth: 6419.16 Mbytes/sec
15 L2 cache bandwidth: 4464.86 Mbytes/sec
16 non-cache bandwidth: 1520.00 Mbytes/sec
21 L1 cache bandwidth: 4899.21 Mbytes/sec
22 L2 cache bandwidth: 3385.41 Mbytes/sec
23 non-cache bandwidth: 1312.03 Mbytes/sec
28 L1 cache bandwidth: 4243.63 Mbytes/sec
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
HDos.h19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec; member
27 os_time_t sec; member
50 return (a->sec < b->sec) || in os_time_before()
51 (a->sec == b->sec && a->usec < b->usec); in os_time_before()
58 res->sec = a->sec - b->sec; in os_time_sub()
61 res->sec--; in os_time_sub()
72 return (a->sec < b->sec) || in os_reltime_before()
73 (a->sec == b->sec && a->usec < b->usec); in os_reltime_before()
80 res->sec = a->sec - b->sec; in os_reltime_sub()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
HDsubsegs.c208 section_symbol (segT sec) in section_symbol() argument
210 segment_info_type *seginfo = seg_info (sec); in section_symbol()
225 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
230 s = symbol_find (sec->symbol->name); in section_symbol()
234 || ((seg = S_GET_SEGMENT (s)) != sec in section_symbol()
236 s = symbol_new (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
239 S_SET_SEGMENT (s, sec); in section_symbol()
247 if (obj_sec_sym_ok_for_reloc (sec)) in section_symbol()
248 symbol_set_bfdsym (s, sec->symbol); in section_symbol()
259 subseg_text_p (segT sec) in subseg_text_p() argument
[all …]
HDwrite.c378 renumber_sections (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *countparg) in renumber_sections() argument
382 sec->index = *countp; in renumber_sections()
432 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP) in cvt_frag_to_fill()
500 md_convert_frag (stdoutput, sec, fragP); in cvt_frag_to_fill()
547 relax_seg (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx) in relax_seg() argument
549 segment_info_type *seginfo = seg_info (sec); in relax_seg()
553 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass)) in relax_seg()
558 size_seg (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx ATTRIBUTE_UNUSED) in size_seg() argument
566 subseg_change (sec, 0); in size_seg()
568 seginfo = seg_info (sec); in size_seg()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
HDsubsegs.c210 section_symbol (segT sec) in section_symbol() argument
212 segment_info_type *seginfo = seg_info (sec); in section_symbol()
227 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
232 s = symbol_find (sec->symbol->name); in section_symbol()
236 || ((seg = S_GET_SEGMENT (s)) != sec in section_symbol()
238 s = symbol_new (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
241 S_SET_SEGMENT (s, sec); in section_symbol()
249 if (obj_sec_sym_ok_for_reloc (sec)) in section_symbol()
250 symbol_set_bfdsym (s, sec->symbol); in section_symbol()
261 subseg_text_p (segT sec) in subseg_text_p() argument
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
HDsize.c475 berkeley_or_gnu_sum (bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec, in berkeley_or_gnu_sum() argument
481 flags = bfd_section_flags (sec); in berkeley_or_gnu_sum()
485 size = bfd_section_size (sec); in berkeley_or_gnu_sum()
557 sysv_internal_sizer (bfd *file ATTRIBUTE_UNUSED, sec_ptr sec, in sysv_internal_sizer() argument
560 flagword flags = bfd_section_flags (sec); in sysv_internal_sizer()
565 if ( ! bfd_is_abs_section (sec) in sysv_internal_sizer()
566 && ! bfd_is_com_section (sec) in sysv_internal_sizer()
567 && ! bfd_is_und_section (sec)) in sysv_internal_sizer()
569 bfd_size_type size = bfd_section_size (sec); in sysv_internal_sizer()
570 int namelen = strlen (bfd_section_name (sec)); in sysv_internal_sizer()
[all …]
/dragonfly/contrib/mdocml/
HDmain.c135 const char *progname, *sec, *ep; in main() local
286 search.sec = optarg; in main()
430 search.sec = (char *)uc; in main()
489 else if (search.sec != NULL) in main()
492 *argv, search.sec); in main()
526 sec = resn[i].file; in main()
527 sec += strcspn(sec, "123456789"); in main()
528 if (sec[0] == '\0') in main()
530 prio = sec_prios[sec[0] - '1']; in main()
531 if (search.sec != NULL) { in main()
[all …]

12345678910>>...15