Searched refs:sec (Results 201 - 225 of 710) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-chdlc.c149 u_int sec,min,hrs,days; local
185 sec = EXTRACT_32BITS(cp) / 1000;
186 min = sec / 60; sec -= min * 60;
189 printf(", link uptime=%ud%uh%um%us",days,hrs,min,sec);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-sparc.c37 elf64_sparc_get_reloc_upper_bound (bfd *abfd ATTRIBUTE_UNUSED, asection *sec) argument
39 return (sec->reloc_count * 2 + 1) * sizeof (arelent *);
279 elf64_sparc_write_relocs (bfd *abfd, asection *sec, PTR data) argument
293 if ((sec->flags & SEC_RELOC) == 0)
300 if (sec->reloc_count == 0)
307 for (idx = 0; idx < sec->reloc_count; idx++)
313 addr = sec->orelocation[idx]->address;
314 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10
315 && idx < sec->reloc_count - 1)
317 arelent *r = sec
714 elf64_sparc_fake_sections(bfd *abfd ATTRIBUTE_UNUSED, Elf_Internal_Shdr *hdr ATTRIBUTE_UNUSED, asection *sec) argument
[all...]
H A Delf32-fr30.c530 asection *sec;
548 sec = NULL;
553 sec = local_sections [r_symndx];
554 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
558 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
566 h, sec, relocation,
627 fr30_elf_gc_mark_hook (asection *sec,
641 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
649 fr30_elf_check_relocs (abfd, info, sec, relocs)
652 asection *sec;
525 asection *sec; local
621 fr30_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
[all...]
H A Delf32-v850.c45 asection *sec,
64 sec, abfd);
72 rel_end = relocs + sec->reloc_count;
111 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
118 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1595 asection *sec;
1611 sec = NULL;
1615 sec = local_sections[r_symndx];
1616 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1636 h, sec, relocatio
43 v850_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1589 asection *sec; local
1715 v850_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
1899 v850_elf_section_from_bfd_section(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, int *retval) argument
2127 v850_elf_fake_sections(bfd *abfd ATTRIBUTE_UNUSED, Elf_Internal_Shdr *hdr, asection *sec) argument
2148 v850_elf_relax_delete_bytes(bfd *abfd, asection *sec, bfd_vma addr, bfd_vma toaddr, int count) argument
2373 v850_elf_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
[all...]
H A Delf32-mcore.c406 asection * sec = NULL;
445 sec = local_sections [r_symndx];
446 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
455 h, sec, relocation,
510 name = bfd_section_name (input_bfd, sec);
534 mcore_elf_gc_mark_hook (asection *sec,
548 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
556 asection * sec ATTRIBUTE_UNUSED,
569 asection * sec,
587 rel_end = relocs + sec
402 asection * sec = NULL; local
529 mcore_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
562 mcore_elf_check_relocs(bfd * abfd, struct bfd_link_info * info, asection * sec, const Elf_Internal_Rela * relocs) argument
[all...]
H A Delf-m10300.c660 mn10300_elf_check_relocs (abfd, info, sec, relocs)
663 asection *sec;
691 rel_end = relocs + sec->reloc_count;
736 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
743 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
870 && (sec->flags & SEC_ALLOC) != 0)
882 elf_section_data (sec)->rel_hdr.sh_name));
887 && strcmp (bfd_get_section_name (abfd, sec),
897 if ((sec->flags & SEC_ALLOC) != 0)
922 mn10300_elf_gc_mark_hook (asection *sec, argument
1379 asection *sec; local
3997 asection * sec; local
[all...]
H A Delf32-iq2000.c406 asection *sec,
424 rel_end = relocs + sec->reloc_count;
446 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
453 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
459 if (CONST_STRNEQ (sec->name, ".debug")
460 || CONST_STRNEQ (sec->name, ".stab")
461 || CONST_STRNEQ (sec->name, ".eh_frame"))
474 elf_section_data (sec)->relocs = (Elf_Internal_Rela *) relocs;
541 asection * sec;
560 sec
400 iq2000_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
536 asection * sec; local
649 iq2000_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
[all...]
H A Delf32-mep.c401 asection * sec,
419 rel_end = relocs + sec->reloc_count;
496 asection * sec;
519 sec = local_sections [r_symndx];
520 rel->r_addend += sec->output_offset + sym->st_value;
540 sec = NULL;
545 sec = local_sections [r_symndx];
546 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
550 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
552 fprintf (stderr, "local: sec
394 mep_elf_check_relocs(bfd * abfd, struct bfd_link_info * info, asection * sec, const Elf_Internal_Rela * relocs) argument
491 asection * sec; local
680 mep_elf_gc_mark_hook(asection * sec, struct bfd_link_info * info ATTRIBUTE_UNUSED, Elf_Internal_Rela * rel, struct elf_link_hash_entry * h, Elf_Internal_Sym * sym) argument
899 mep_elf_fake_sections(bfd * abfd ATTRIBUTE_UNUSED, Elf_Internal_Shdr * hdr, asection * sec) argument
[all...]
H A Dihex.c242 asection *sec; local
256 sec = NULL;
346 if (sec != NULL
347 && sec->vma + sec->size == extbase + segbase + addr)
351 sec->size += len;
360 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
367 sec = bfd_make_section_with_flags (abfd, secname, flags);
368 if (sec == NULL)
370 sec
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.28-1.js24 ECMA Section: 15.9.5.28 Date.prototype.setMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
48 writeHeaderToLog( SECTION + " Date.prototype.setMinutes(sec [,ms] )");
126 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
129 if ( sec == void 0 ) {
133 DateCase.setMinutes( min, sec );
135 DateCase.setMinutes( min, sec, m
[all...]
H A D15.9.5.29-1.js24 ECMA Section: 15.9.5.29 Date.prototype.setUTCMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call
35 ToNumber(sec).
50 writeHeaderToLog( SECTION + " Date.prototype.setUTCMinutes( min [, sec, ms] )");
123 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCMinutes( min, sec );
132 DateCase.setUTCMinutes( min, sec, m
[all...]
H A D15.9.5.31-1.js24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )
27 If sec is not specified, this behaves as if sec were specified with the value getUTCSeconds ( ).
33 4.If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )");
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCHours( hours, min, sec );
132 DateCase.setUTCHours( hours, min, sec, m
[all...]
/macosx-10.10.1/ruby-106/ruby/test/xmlrpc/
H A Dtest_datetime.rb40 assert_equal(s, dt.sec)
52 dt.sec = s
61 assert_equal(s, dt.sec)
94 assert_raise(ArgumentError) { dt.sec = -1 }
95 assert_raise(ArgumentError) { dt.sec = 60 }
96 assert_nothing_raised(ArgumentError) { dt.sec = 30 }
127 assert_equal(s, time.sec)
/macosx-10.10.1/zsh-61/zsh/Src/Builtins/
H A Dsched.c154 long h, m, sec; local
247 sec = (long)zstrtol(s + 1, &s, 10);
249 sec = 0;
254 t = time(NULL) + (long)zl * 3600 + m * 60 + sec;
277 sec = (long)zstrtol(s + 1, &s, 10);
279 sec = 0;
289 t += h * 3600 + m * 60 + sec;
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dklist.c43 krb5_timestamp sec; local
45 krb5_timeofday (context, &sec);
52 if(cred->times.endtime > sec)
/macosx-10.10.1/ntp-92/libntp/
H A Dprettydate.c148 u_long sec; local
153 sec = ts->l_ui;
156 tm = ntp2unix_tm(sec, local);
/macosx-10.10.1/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dcmds.c94 unsigned long sec; local
102 sec = 0;
103 if (sendto(sock, &sec, sizeof(sec), 0,
124 if (recvfrom(sock,&sec,sizeof(sec),0,
130 sec = ntohl(sec);
131 if (sec < BU) {
133 hostname, sec);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcaltztst.cpp181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) argument
186 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
200 CalendarTimeZoneTest::utcDate(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
205 Date dt = date(y, m, d, hr, min, sec) +
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) argument
230 sec = cal->get(UCAL_SECOND, status);
H A Dtzrulets.h49 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
/macosx-10.10.1/OpenSSL098-52/bin/
H A Dinstall_manpages30 my $sec = shift;
35 qx{$X_POD2MAN -s $sec -c OpenSSL -r $OPENSSL_RELEASE $pfile > "$TMPROOT/$manname"};
55 my $sec = shift;
76 my @sect_numbs = qx{perl $X_EXT_SECT $sec < $podfile};
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds2_enc.c155 unsigned char sequence[4],*p,*sec,*act; local
162 sec=s->s2->write_key;
169 sec=s->s2->read_key;
180 EVP_DigestUpdate(&c,sec,
/macosx-10.10.1/PostgreSQL-97/Support/
H A D05_PostgresRestoreExtra.pl288 my ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) = localtime;
295 if ( $sec =~ / \A \d \z /xms ) { $sec = '0' . $sec; }
297 my $ret = "$year-$mon-$mday $hour:$min:$sec";
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnxfer.h192 if ((call_rep)->sec != NULL)\
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec

Completed in 474 milliseconds

1234567891011>>