Home
last modified time | relevance | path

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

12345678910>>...29

/trueos/tools/tools/crypto/
HDREADME19 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec
20 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec
21 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec
22 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec
23 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec
24 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec
25 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec
26 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec
27 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec
28 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec
[all …]
/trueos/contrib/binutils/bfd/
HDmerge.c88 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()
327 off = sec->size - off; in sec_merge_emit()
346 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, in _bfd_add_merge_section() argument
355 || (sec->flags & SEC_MERGE) == 0) in _bfd_add_merge_section()
358 if (sec->size == 0 in _bfd_add_merge_section()
359 || (sec->flags & SEC_EXCLUDE) != 0 in _bfd_add_merge_section()
360 || sec->entsize == 0) in _bfd_add_merge_section()
363 if ((sec->flags & SEC_RELOC) != 0) in _bfd_add_merge_section()
[all …]
HDelf32-spu.c227 spu_elf_new_section_hook (bfd *abfd, asection *sec) in spu_elf_new_section_hook() argument
229 if (!sec->used_by_bfd) in spu_elf_new_section_hook()
236 sec->used_by_bfd = sdata; in spu_elf_new_section_hook()
239 return _bfd_elf_new_section_hook (abfd, sec); in spu_elf_new_section_hook()
1219 asection *sec = htab->stub; in write_one_stub() local
1225 bfd_put_32 (sec->owner, ILA_79 + ((val << 7) & 0x01ffff80), in write_one_stub()
1226 sec->contents + ent->off); in write_one_stub()
1228 bfd_put_32 (sec->owner, BR + ((val << 5) & 0x007fff80), in write_one_stub()
1229 sec->contents + ent->off + 4); in write_one_stub()
1234 bfd_put_32 (sec->owner, NOP, in write_one_stub()
[all …]
HDelf32-cr16.c489 asection *sec ATTRIBUTE_UNUSED, in cr16_elf_final_link_relocate()
672 asection *sec, bfd_vma addr, int count) in elf32_cr16_relax_delete_bytes() argument
687 sec_shndx = _bfd_elf_section_from_bfd_section (abfd, sec); in elf32_cr16_relax_delete_bytes()
689 contents = elf_section_data (sec)->this_hdr.contents; in elf32_cr16_relax_delete_bytes()
694 toaddr = sec->size; in elf32_cr16_relax_delete_bytes()
696 irel = elf_section_data (sec)->relocs; in elf32_cr16_relax_delete_bytes()
697 irelend = irel + sec->reloc_count; in elf32_cr16_relax_delete_bytes()
702 sec->size -= count; in elf32_cr16_relax_delete_bytes()
705 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_cr16_relax_delete_bytes()
721 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_cr16_relax_delete_bytes()
[all …]
HDelf-eh-frame.c440 (bfd *abfd, struct bfd_link_info *info, asection *sec, in _bfd_elf_discard_section_eh_frame() argument
470 if (sec->size == 0) in _bfd_elf_discard_section_eh_frame()
476 if (bfd_is_abs_section (sec->output_section)) in _bfd_elf_discard_section_eh_frame()
491 REQUIRE (bfd_malloc_and_get_section (abfd, sec, &ehbuf)); in _bfd_elf_discard_section_eh_frame()
493 if (sec->size >= 4 in _bfd_elf_discard_section_eh_frame()
504 REQUIRE (sec->size == (unsigned int) sec->size); in _bfd_elf_discard_section_eh_frame()
507 ->elf_backend_eh_frame_address_size (abfd, sec)); in _bfd_elf_discard_section_eh_frame()
558 if ((bfd_size_type) (buf - ehbuf) == sec->size) in _bfd_elf_discard_section_eh_frame()
562 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4)); in _bfd_elf_discard_section_eh_frame()
569 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_discard_section_eh_frame()
[all …]
HDelf-vxworks.c188 asection *sec = (*rel_hash)->root.u.def.section; in elf_vxworks_emit_relocs() local
189 int this_idx = sec->output_section->target_index; in elf_vxworks_emit_relocs()
194 irela[j].r_addend += sec->output_offset; in elf_vxworks_emit_relocs()
214 asection * sec; in elf_vxworks_final_write_processing() local
217 sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded"); in elf_vxworks_final_write_processing()
218 if (!sec) in elf_vxworks_final_write_processing()
219 sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded"); in elf_vxworks_final_write_processing()
220 if (!sec) in elf_vxworks_final_write_processing()
222 d = elf_section_data (sec); in elf_vxworks_final_write_processing()
224 sec = bfd_get_section_by_name (abfd, ".plt"); in elf_vxworks_final_write_processing()
[all …]
HDbinary.c65 asection *sec; in binary_object_p() local
85 sec = bfd_make_section_with_flags (abfd, ".data", flags); in binary_object_p()
86 if (sec == NULL) in binary_object_p()
88 sec->vma = 0; in binary_object_p()
89 sec->size = statbuf.st_size; in binary_object_p()
90 sec->filepos = 0; in binary_object_p()
92 abfd->tdata.any = (void *) sec; in binary_object_p()
164 asection *sec = (asection *) abfd->tdata.any; in binary_canonicalize_symtab() local
178 syms[0].section = sec; in binary_canonicalize_symtab()
184 syms[1].value = sec->size; in binary_canonicalize_symtab()
[all …]
HDsimple.c153 asection *sec, in bfd_simple_get_relocated_section_contents() argument
164 if (! (sec->flags & SEC_RELOC)) in bfd_simple_get_relocated_section_contents()
166 bfd_size_type amt = sec->rawsize > sec->size ? sec->rawsize : sec->size; in bfd_simple_get_relocated_section_contents()
167 bfd_size_type size = sec->rawsize ? sec->rawsize : sec->size; in bfd_simple_get_relocated_section_contents()
175 bfd_get_section_contents (abfd, sec, contents, 0, size); in bfd_simple_get_relocated_section_contents()
202 link_order.size = sec->size; in bfd_simple_get_relocated_section_contents()
203 link_order.u.indirect.section = sec; in bfd_simple_get_relocated_section_contents()
208 data = bfd_malloc (sec->size); in bfd_simple_get_relocated_section_contents()
/trueos/sys/sys/
HDtime.h54 time_t sec; member
66 _bt->sec++; in bintime_addx()
77 _bt->sec++; in bintime_add()
78 _bt->sec += _bt2->sec; in bintime_add()
89 _bt->sec--; in bintime_sub()
90 _bt->sec -= _bt2->sec; in bintime_sub()
100 _bt->sec *= _x; in bintime_mul()
101 _bt->sec += (_p2 >> 32); in bintime_mul()
110 _bt->sec <<= _exp; in bintime_shift()
111 _bt->sec |= _bt->frac >> (64 - _exp); in bintime_shift()
[all …]
/trueos/usr.bin/mkimg/
HDvmdk.c119 uint32_t sec, cursec; in vmdk_write() local
145 sec = desc_len / VMDK_SECTOR_SIZE + 1; in vmdk_write()
157 le64enc(&hdr.gd_offset, sec); in vmdk_write()
158 sec += gdsz / VMDK_SECTOR_SIZE; in vmdk_write()
160 le32enc(gd + n, sec); in vmdk_write()
161 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE; in vmdk_write()
170 le64enc(&hdr.rgd_offset, sec); in vmdk_write()
171 sec += gdsz / VMDK_SECTOR_SIZE; in vmdk_write()
173 le32enc(rgd + n, sec); in vmdk_write()
174 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE; in vmdk_write()
[all …]
/trueos/contrib/binutils/gas/
HDsubsegs.c212 section_symbol (segT sec) in section_symbol() argument
214 segment_info_type *seginfo = seg_info (sec); in section_symbol()
229 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
234 s = symbol_find (sec->symbol->name); in section_symbol()
238 || ((seg = S_GET_SEGMENT (s)) != sec in section_symbol()
240 s = symbol_new (sec->symbol->name, sec, 0, &zero_address_frag); in section_symbol()
243 S_SET_SEGMENT (s, sec); in section_symbol()
251 if (obj_sec_sym_ok_for_reloc (sec)) in section_symbol()
252 symbol_set_bfdsym (s, sec->symbol); in section_symbol()
263 subseg_text_p (segT sec) in subseg_text_p() argument
[all …]
/trueos/contrib/binutils/binutils/
HDsize.c409 berkeley_sum (bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec, in berkeley_sum() argument
415 flags = bfd_get_section_flags (abfd, sec); in berkeley_sum()
419 size = bfd_get_section_size (sec); in berkeley_sum()
475 sysv_internal_sizer (bfd *file ATTRIBUTE_UNUSED, sec_ptr sec, in sysv_internal_sizer() argument
478 bfd_size_type size = bfd_section_size (file, sec); in sysv_internal_sizer()
480 if ( ! bfd_is_abs_section (sec) in sysv_internal_sizer()
481 && ! bfd_is_com_section (sec) in sysv_internal_sizer()
482 && ! bfd_is_und_section (sec)) in sysv_internal_sizer()
484 int namelen = strlen (bfd_section_name (file, sec)); in sysv_internal_sizer()
491 if (bfd_section_vma (file, sec) > svi_maxvma) in sysv_internal_sizer()
[all …]
/trueos/usr.sbin/ndiscvt/
HDinf.c99 struct section *sec; in section_add() local
101 sec = malloc(sizeof(struct section)); in section_add()
102 bzero(sec, sizeof(struct section)); in section_add()
103 sec->name = s; in section_add()
104 TAILQ_INSERT_TAIL(&sh, sec, link); in section_add()
285 struct section *sec; in dump_deviceids_pci() local
304 sec = find_section(xpsec); in dump_deviceids_pci()
306 sec = find_section(manf->vals[0]); in dump_deviceids_pci()
311 if (assign->section == sec) { in dump_deviceids_pci()
340 if (assign->section == sec) { in dump_deviceids_pci()
[all …]
/trueos/sys/mips/cavium/
HDocteon_ds1337.c80 CT_CHECK(ct->sec < 0 || ct->sec > 60, "second"); /* + Leap sec */ in validate_ct_struct()
100 uint8_t sec; in cvmx_rtc_ds1337_read() local
115 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_read()
116 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_read()
120 ct.sec = bcd2bin(reg[0] & 0x7f); in cvmx_rtc_ds1337_read()
161 uint8_t sec; in cvmx_rtc_ds1337_write() local
174 reg[0] = bin2bcd(ct.sec); in cvmx_rtc_ds1337_write()
195 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_write()
196 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_write()
/trueos/contrib/binutils/gas/config/
HDobj-ecoff.c40 asection *sec; in ecoff_frob_file_before_fix() local
83 for (sec = stdoutput->sections; sec != NULL; sec = sec->next) in ecoff_frob_file_before_fix()
86 if (!strcmp (sec->name, names[i])) in ecoff_frob_file_before_fix()
88 secs[i] = sec; in ecoff_frob_file_before_fix()
89 bfd_section_list_remove (stdoutput, sec); in ecoff_frob_file_before_fix()
94 bfd_set_section_vma (stdoutput, sec, addr); in ecoff_frob_file_before_fix()
95 addr += bfd_section_size (stdoutput, sec); in ecoff_frob_file_before_fix()
198 ecoff_sec_sym_ok_for_reloc (asection *sec ATTRIBUTE_UNUSED) in ecoff_sec_sym_ok_for_reloc()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDconfig.c327 cfg_section_t *sec; in for_each_option() local
331 sec = sec_ptr; in for_each_option()
333 for (opt_ndx = apr_hash_first(pool, sec->options); in for_each_option()
343 if (callback(baton, sec, opt)) in for_each_option()
440 cfg_section_t *sec = sec_ptr; in find_option() local
448 opt = apr_hash_get(sec->options, cfg->tmp_key->data, in find_option()
455 opt = find_option(cfg, SVN_CONFIG__DEFAULT_SECTION, option, &sec); in find_option()
653 cfg_section_t *sec; in svn_config_get() local
654 cfg_option_t *opt = find_option(cfg, section, option, &sec); in svn_config_get()
657 make_string_from_option(valuep, cfg, sec, opt, NULL); in svn_config_get()
[all …]
/trueos/contrib/ntp/util/
HDtg.c227 void sec(int); /* send second */
426 sec(DATA0); in main()
510 sec(arg); in main()
515 sec(DATA1); in main()
518 sec(DATA0); in main()
525 sec(DATA1); in main()
528 sec(DATA0); in main()
535 sec(arg); in main()
546 sec(DATA1); in main()
548 sec(DATA0); in main()
[all …]
/trueos/contrib/netbsd-tests/ipf/regress/
HDi101 pass in from localhost to localhost with opt sec
2 pass in from localhost to localhost with opt lsrr not opt sec
3 block in from any to any with not opt sec-class topsecret
4 block in from any to any with not opt sec-class topsecret,secret
5 pass in from any to any with opt sec-class topsecret,confid not opt sec-class unclass
HDf92 pass in from any to any with opt sec-class topsecret
3 block in from any to any with opt ssrr,sec-class topsecret
4 pass in from any to any with opt ssrr,sec-class topsecret
5 block in from any to any with opt ts,sec-class topsecret
6 pass in from any to any with opt ts,sec-class topsecret
7 block in from any to any with opt sec-class secret
8 pass in from any to any with opt sec-class secret
18 block in from any to any with opt sec-class topsecret
HDf102 pass in from any to any with not opt sec-class topsecret
3 block in from any to any with not opt ssrr,sec-class topsecret
4 pass in from any to any with not opt ssrr,sec-class topsecret
5 block in from any to any with not opt ts,sec-class topsecret
6 pass in from any to any with not opt ts,sec-class topsecret
7 block in from any to any with not opt sec-class secret
8 pass in from any to any with not opt sec-class secret
18 block in from any to any with not opt sec-class topsecret
/trueos/contrib/netbsd-tests/ipf/expected/
HDi101 pass in inet from 127.0.0.1/32 to 127.0.0.1/32 with opt sec
2 pass in inet from 127.0.0.1/32 to 127.0.0.1/32 with opt lsrr not opt sec
3 block in inet from any to any with not opt sec-class topsecret
4 block in inet from any to any with not opt sec-class topsecret,secret
5 pass in inet from any to any with opt sec-class topsecret,confid not opt sec-class unclass
/trueos/usr.sbin/watchdogd/
HDwatchdogd.c299 int sec; in watchdog_check_dogfunction_time() local
307 sec = tv.tv_sec; in watchdog_check_dogfunction_time()
308 if (sec < carp_thresh_seconds) in watchdog_check_dogfunction_time()
309 return (sec); in watchdog_check_dogfunction_time()
321 cmd_prefix, cmd, sec, (long)tv.tv_usec, in watchdog_check_dogfunction_time()
326 cmd_prefix, cmd, sec, (long)tv.tv_usec, in watchdog_check_dogfunction_time()
334 return (sec); in watchdog_check_dogfunction_time()
337 sec = tv.tv_sec; in watchdog_check_dogfunction_time()
339 return (sec); in watchdog_check_dogfunction_time()
600 register long sec, usec; in tvtohz() local
[all …]
/trueos/contrib/wpa/src/utils/
HDos.h19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec; member
37 ((a)->sec < (b)->sec || \
38 ((a)->sec == (b)->sec && (a)->usec < (b)->usec))
41 (res)->sec = (a)->sec - (b)->sec; \
44 (res)->sec--; \
64 int os_mktime(int year, int month, int day, int hour, int min, int sec,
68 int sec; /* 0..59 or 60 for leap seconds */ member
/trueos/sys/boot/pc98/boot2/
HDboot2.c141 unsigned sec; member
296 dsk.sec = di & 0xff; in set_dsk()
339 char *sec; in check_slice() local
342 sec = dmadat->secbuf; in check_slice()
348 if (drvread(sec, PC98_BBSECTOR)) in check_slice()
350 dp = (void *)(sec + PC98_PARTOFF); in check_slice()
638 char *sec; in dskread() local
644 sec = dmadat->secbuf; in dskread()
648 if (drvread(sec, PC98_BBSECTOR)) in dskread()
650 dp = (void *)(sec + PC98_PARTOFF); in dskread()
[all …]
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp216 const coff_section *sec = 0; in getSymbolSection() local
217 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec; in getSymbolSection()
219 Sec.p = reinterpret_cast<uintptr_t>(sec); in getSymbolSection()
232 const coff_section *sec = toSec(Sec); in getSectionNext() local
233 sec += 1; in getSectionNext()
234 Sec.p = reinterpret_cast<uintptr_t>(sec); in getSectionNext()
241 const coff_section *sec = toSec(Sec); in getSectionName() local
242 return getSectionName(sec, Result); in getSectionName()
247 const coff_section *sec = toSec(Sec); in getSectionAddress() local
248 Result = sec->VirtualAddress; in getSectionAddress()
[all …]

12345678910>>...29