Searched refs:sec (Results 151 - 175 of 629) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-aout.c33 asection *sec; local
40 sec = S_GET_SEGMENT (sym);
46 && sec == &bfd_abs_section)
48 sec = bfd_und_section_ptr;
49 S_SET_SEGMENT (sym, sec);
58 && (sec == &bfd_abs_section
59 || sec == &bfd_und_section))
233 obj_aout_sec_sym_ok_for_reloc (asection *sec ATTRIBUTE_UNUSED)
235 return obj_sec_sym_ok_for_reloc (sec);
H A Dobj-coff.c490 segT sec;
495 sec = subseg_new (".rdata$zzz", 0);
496 bfd_set_section_flags (stdoutput, sec,
1422 asection *sec,
1426 segment_info_type *seginfo = seg_info (sec);
1434 if (streq (sec->name, ".text"))
1449 if (bfd_get_section_size (sec) == 0
1452 && sec != text_section
1453 && sec != data_section
1454 && sec !
486 segT sec; local
1417 coff_adjust_section_syms(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void * x ATTRIBUTE_UNUSED) argument
1494 asection *sec; local
1649 coff_frob_section(segT sec) argument
[all...]
H A Dobj-elf.c249 elf_sec_sym_ok_for_reloc (asection *sec) argument
251 return obj_sec_sym_ok_for_reloc (sec);
495 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) argument
498 const char *group_name = elf_group_name (sec);
534 segT sec; local
562 sec = old_sec;
563 subseg_set (sec, 0);
566 sec = subseg_force_new (name, 0);
569 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
677 elf_section_type (sec)
1660 adjust_stab_sections(bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
1886 build_group_lists(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) argument
2061 asection *sec; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c37 unsigned int *sec,
49 *sec = update_int / 1000;
64 sta->backlogged_until.sec++;
133 unsigned int sec, usec; local
218 if (get_airtime_policy_update_timeout(iface, &sec, &usec) < 0)
221 eloop_register_timeout(sec, usec, update_airtime_weights, iface,
253 unsigned int sec, usec; local
258 if (get_airtime_policy_update_timeout(iface, &sec, &usec) < 0)
261 eloop_register_timeout(sec, usec, update_airtime_weights, iface, NULL);
36 get_airtime_policy_update_timeout(struct hostapd_iface *iface, unsigned int *sec, unsigned int *usec) argument
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c100 unsigned sec; member in struct:dsk
258 dsk.sec = di & 0xff;
301 char *sec; local
304 sec = dmadat->secbuf;
310 if (drvread(sec, PC98_BBSECTOR))
312 dp = (void *)(sec + PC98_PARTOFF);
608 char *sec; local
615 sec = dmadat->secbuf;
619 if (drvread(sec, PC98_BBSECTOR))
621 dp = (void *)(sec
720 unsigned bpc, x, cyl, head, sec; local
762 keyhit(unsigned sec) argument
[all...]
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y63 int prim, sec;
68 int prim, sec;
173 __collate_char_pri_table[ch].sec =
174 htonl(__collate_char_pri_table[ch].sec);
184 __collate_chain_pri_table[ch].sec =
185 htonl(__collate_chain_pri_table[ch].sec);
294 __collate_char_pri_table[$1].sec = sec_pri++;
307 __collate_char_pri_table[(u_char)i].sec = sec_pri++;
318 __collate_chain_pri_table[chain_index].sec = sec_pri++;
399 __collate_chain_pri_table[i].sec);
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp502 static void replaceWithDefined(Symbol &sym, SectionBase *sec, uint64_t value, argument
507 sym.type, value, size, sec});
567 BssSection *sec = local
571 // At this point, sectionBases has been migrated to sections. Append sec to
577 isd->sections.push_back(sec);
578 osec->commitSection(sec);
584 replaceWithDefined(*sym, sec, 0, sym->size);
586 mainPart->relaDyn->addReloc(target->copyRel, sec, 0, &ss);
595 InputSectionBase &sec, RelExpr expr,
598 return sec
594 computeMipsAddend(const RelTy &rel, const RelTy *end, InputSectionBase &sec, RelExpr expr, bool isLocal) argument
629 computeAddend(const RelTy &rel, const RelTy *end, InputSectionBase &sec, RelExpr expr, bool isLocal) argument
690 InputSectionBase *sec; member in struct:lld::elf::UndefinedDiag::Loc
858 InputSectionBase &sec = *l.sec; local
915 maybeReportUndefined(Symbol &sym, InputSectionBase &sec, uint64_t offset) argument
973 OffsetGetter(InputSectionBase &sec) argument
1099 processRelocAux(InputSectionBase &sec, RelExpr expr, RelType type, uint64_t offset, Symbol &sym, const RelTy &rel, int64_t addend) argument
1244 scanReloc(InputSectionBase &sec, OffsetGetter &getOffset, RelTy *&i, RelTy *end) argument
1463 scanRelocs(InputSectionBase &sec, ArrayRef<RelTy> rels) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.alignring.d77 tick-1sec
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d74 tick-1sec
H A Dtst.index.d63 tick-1sec
H A Dtst.rw.d59 tick-1sec
H A Dtst.strchr.d62 tick-1sec
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d60 tick-1sec
/freebsd-11-stable/usr.bin/time/
H A Dtime.c238 humantime(FILE *out, long sec, long usec) argument
242 days = sec / (60L * 60 * 24);
243 sec %= (60L * 60 * 24);
244 hrs = sec / (60L * 60);
245 sec %= (60L * 60);
246 mins = sec / 60;
247 sec %= 60;
256 fprintf(out, "%ld%c%02lds", sec, decimal_point, usec);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dtime.h59 #define SEC_TO_TICK(sec) ((sec) * hz)
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c363 renumber_sections (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *countparg) argument
367 sec->index = *countp;
417 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
471 md_convert_frag (stdoutput, sec, fragP);
518 relax_seg (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx) argument
520 segment_info_type *seginfo = seg_info (sec);
524 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
529 size_seg (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
537 subseg_change (sec, 0);
539 seginfo = seg_info (sec);
597 dump_section_relocs(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, FILE *stream) argument
643 asection *sec; local
714 adjust_reloc_syms(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
1072 fix_segment(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
1082 install_reloc(asection *sec, arelent *reloc, fragS *fragp, char *file, unsigned int line) argument
1108 write_relocs(bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
1257 write_contents(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *xxx ATTRIBUTE_UNUSED) argument
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-chdlc.c145 u_int sec,min,hrs,days; local
180 sec = EXTRACT_32BITS(cp) / 1000;
181 min = sec / 60; sec -= min * 60;
184 ND_PRINT((ndo, ", link uptime=%ud%uh%um%us",days,hrs,min,sec));
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c149 uint64_t sec; local
158 sec = ((uint64_t)1 << (cmd & WD_INTERVAL)) / 1000000000;
159 if (sec == 0 || sec > 15) {
173 ticks = (sec << 16) & BCM2835_WDOG_TIME_MASK;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp108 for (OutputSection *sec : outputSections) {
109 writeHeader(os, sec->getRVA(), sec->getVirtualSize(), /*align=*/pageSize);
110 os << sec->name << '\n';
112 for (Chunk *c : sec->chunks) {
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c136 unique_section_p (const asection *sec) argument
142 && sec->owner != NULL
143 && bfd_is_group_section (sec->owner, sec))
146 secnam = sec->name;
169 struct wildcard_list *sec,
178 for (list_tmp = sec->spec.exclude_name_list;
208 (*callback) (ptr, sec, s, file, data);
221 struct wildcard_list *sec; local
225 sec
166 walk_wild_consider_section(lang_wild_statement_type *ptr, lang_input_statement_type *file, asection *s, struct wildcard_list *sec, callback_t callback, void *data) argument
276 find_section(lang_input_statement_type *file, struct wildcard_list *sec, bfd_boolean *multiple_sections_found) argument
364 wild_sort_fast(lang_wild_statement_type *wild, struct wildcard_list *sec, lang_input_statement_type *file ATTRIBUTE_UNUSED, asection *section) argument
396 output_section_callback_fast(lang_wild_statement_type *ptr, struct wildcard_list *sec, asection *section, lang_input_statement_type *file, void *output ATTRIBUTE_UNUSED) argument
659 struct wildcard_list *sec; local
1294 lang_output_section_find_by_flags(const asection *sec, lang_output_section_statement_type **exact, lang_match_sec_type_func match_type) argument
1966 section_already_linked(bfd *abfd, asection *sec, void *data) argument
2139 wild_sort(lang_wild_statement_type *wild, struct wildcard_list *sec, lang_input_statement_type *file, asection *section) argument
2233 output_section_callback(lang_wild_statement_type *ptr, struct wildcard_list *sec, asection *section, lang_input_statement_type *file, void *output) argument
2549 struct wildcard_list *sec; local
3145 struct wildcard_list *sec; local
3577 asection *sec = ptr; local
3599 print_all_symbols(asection *sec) argument
3824 struct wildcard_list *sec; local
4800 asection *sec; local
5653 asection *sec; local
6094 asection *sec; local
6125 asection *sec; local
6986 asection *sec = bfd_get_section_by_name (is->the_bfd, ".exports"); local
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_internal.c26 void os_sleep(os_time_t sec, os_time_t usec) argument
28 if (sec)
29 sleep(sec);
40 t->sec = tv.tv_sec;
51 t->sec = tv.tv_sec;
57 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
63 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 sec > 60)
73 tm.tm_sec = sec;
88 tm->sec
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c386 cfg_section_t *sec = apr_hash_this_val(sec_ndx);
389 for (opt_ndx = apr_hash_first(pool, sec->options);
395 if (callback(baton, sec, opt))
509 cfg_section_t *sec = sec_ptr;
510 cfg_option_t *opt = get_hash_value(sec->options, cfg->tmp_key, option,
517 opt = find_option(cfg, SVN_CONFIG__DEFAULT_SECTION, option, &sec);
788 cfg_section_t *sec;
789 cfg_option_t *opt = find_option(cfg, section, option, &sec);
792 make_string_from_option(valuep, cfg, sec, opt, NULL);
802 if (!expand_option_value(cfg, sec, default_valu
382 cfg_section_t *sec = apr_hash_this_val(sec_ndx); local
502 cfg_section_t *sec = sec_ptr; local
780 cfg_section_t *sec; local
818 cfg_section_t *sec; local
1018 cfg_section_t *sec; local
1046 cfg_section_t *sec = apr_hash_this_val(sec_ndx); local
1064 cfg_section_t *sec; local
1098 cfg_section_t *sec; local
[all...]
/freebsd-11-stable/contrib/binutils/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...]
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_core.c49 uint8_t sec, flags; local
68 sec = (*sc->sc_read)(dev, DS1553_OFF_SECONDS);
69 if (sec & DS1553_BIT_OSC) {
70 sec &= ~(DS1553_BIT_OSC);
71 (*sc->sc_write)(dev, DS1553_OFF_SECONDS, sec);
103 ct.sec = FROMBCD((*sc->sc_read)(dev, DS1553_OFF_SECONDS) &
155 (*sc->sc_write)(dev, DS1553_OFF_SECONDS, TOBCD(ct.sec) &
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c125 const char *progname, *sec, *thisarg; local
260 search.sec = optarg;
349 search.sec = (char *)uc;
414 sec = res[i].file;
415 sec += strcspn(sec, "123456789");
416 if (sec[0] == '\0')
418 prio = sec_prios[sec[0] - '1'];
419 if (sec[1] != '/')
627 const char *sec, cons
626 fs_lookup(const struct manpaths *paths, size_t ipath, const char *sec, const char *arch, const char *name, struct manpage **res, size_t *ressz) argument
[all...]

Completed in 262 milliseconds

1234567891011>>