Searched refs:sec (Results 501 - 525 of 678) sorted by relevance

<<2122232425262728

/openbsd-current/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp884 uint32_t count = sec->getNumRelocations();
885 assert(sec->sectionIndex != UINT32_MAX);
886 writeUleb128(bodyOutputStream, sec->sectionIndex, "reloc section");
888 sec->writeRelocations(bodyOutputStream);
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgreply.h251 * @param sec: security status of the reply info.
259 size_t ar, size_t total, enum sec_status sec,
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgreply.h251 * @param sec: security status of the reply info.
259 size_t ar, size_t total, enum sec_status sec,
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t763 |'sec(asec(z))':'z'
764 |'sec(z)':'1 / cos(z)'
859 &sec
868 &sec
/openbsd-current/usr.bin/sndiod/
H A Ddev.h206 unsigned int sec; /* MTC seconds */ member in struct:mtc
/openbsd-current/usr.bin/ssh/
H A Dmisc.h223 void ptimeout_deadline_sec(struct timespec *pt, long sec);
H A Dmisc.c620 unsigned int sec, min, hrs, day; local
629 sec = week % 60;
643 snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
2840 /* Specify a poll/ppoll deadline of at most 'sec' seconds */
2842 ptimeout_deadline_sec(struct timespec *pt, long sec) argument
2844 if (pt->tv_sec == -1 || pt->tv_sec >= sec) {
2845 pt->tv_sec = sec;
/openbsd-current/usr.bin/mandoc/
H A Dmdoc_html.c529 n->sec <= SEC_SYNOPSIS) {
536 if (sn->sec == SEC_CUSTOM)
580 if (n->sec == SEC_AUTHORS)
1019 if (n->sec == SEC_AUTHORS && ! (h->flags & HTML_NOSPLIT))
1449 if (n->sec == SEC_SEE_ALSO)
1455 if (n->sec == SEC_SEE_ALSO)
1482 if (n->sec == SEC_LIBRARY &&
H A Dmdoc_term.c263 if (n->sec == SEC_SYNOPSIS)
265 if (nn == NULL && n->sec == SEC_NAME)
1078 if (n->sec == SEC_AUTHORS && ! (p->flags & TERMP_NOSPLIT))
1096 if (SEC_SEE_ALSO != n->sec)
1281 if (n->sec == SEC_AUTHORS)
1309 if (n->sec == SEC_LIBRARY && n->flags & NODE_LINE)
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h1019 const Elf_Shdr *sec = getRelSection(Rel); local
1020 if (sec->sh_type == ELF::SHT_REL)
1029 SymbolData.d.a = sec->sh_link;
1036 const Elf_Shdr *sec = getRelSection(Rel); local
1037 if (sec->sh_type == ELF::SHT_REL)
1045 const Elf_Shdr *sec = getRelSection(Rel); local
1046 if (sec->sh_type == ELF::SHT_REL)
/openbsd-current/usr.bin/snmp/
H A Dsnmpc.c116 struct snmp_sec *sec; local
480 if ((sec = usm_init(user, strlen(user))) == NULL)
487 if (usm_setauth(sec, md, authkey, authkeylen,
496 if (usm_setpriv(sec, cipher, privkey, privkeylen,
501 if (usm_setengineid(sec, secengineid,
506 if (usm_setbootstime(sec, boots, time) == -1)
509 strlen(ctxname), sec);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c92 asection* sec; member in struct:dwarf2_debug
1777 stash->sec = find_debug_info (abfd, NULL);
1836 == stash->sec->_raw_size)
1838 stash->sec = find_debug_info (abfd, stash->sec);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c337 md_convert_frag (abfd, sec, fragP)
339 asection *sec ATTRIBUTE_UNUSED;
1682 md_pcrel_from_section (fixp, sec)
1684 segT sec;
1688 || (S_GET_SEGMENT (fixp->fx_addsy) != sec)))
H A Dtc-mcore.c1844 md_convert_frag (abfd, sec, fragP)
1846 segT sec ATTRIBUTE_UNUSED;
2281 md_pcrel_from_section (fixp, sec)
2283 segT sec ATTRIBUTE_UNUSED;
2291 || (S_GET_SEGMENT (fixp->fx_addsy) != sec)))
H A Dtc-alpha.c915 segT sec = subseg_new (".mdebug", (subsegT) 0);
916 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENTS | SEC_READONLY);
917 bfd_set_section_alignment (stdoutput, sec, 3);
1569 tc_gen_reloc (sec, fixp)
1570 asection *sec ATTRIBUTE_UNUSED;
1717 alpha_adjust_relocs (abfd, sec, ptr)
1719 asection *sec;
1722 segment_info_type *seginfo = seg_info (sec);
4711 segT sec = subseg_new (".mdebug", 0);
4712 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENT
908 segT sec = subseg_new (".mdebug", (subsegT) 0); local
4700 segT sec = subseg_new (".mdebug", 0); local
[all...]
H A Dtc-sh.c3044 sh_count_relocs (bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *data)
3051 seginfo = seg_info (sec);
3070 sh_frob_section (bfd *abfd ATTRIBUTE_UNUSED, segT sec,
3076 seginfo = seg_info (sec);
3096 || S_GET_SEGMENT (sym) != sec
3138 || S_GET_SEGMENT (sym) != sec
3170 subseg_change (sec, 0);
3978 md_pcrel_from_section (fixS *fixP, segT sec)
3983 || S_GET_SEGMENT (fixP->fx_addsy) != sec))
3040 sh_count_relocs(bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *data) argument
3066 sh_frob_section(bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *ignore ATTRIBUTE_UNUSED) argument
3974 md_pcrel_from_section(fixS *fixP, segT sec) argument
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm175 sub sec { subroutine
180 *second = \&sec;
395 $time->hour, $time->min, $time->sec);
739 my @vals = _mini_mktime($time->sec, $time->min, $time->hour,
918 $t->sec # also available as $t->second
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh.c3284 sh_count_relocs (bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *data)
3291 seginfo = seg_info (sec);
3310 sh_frob_section (bfd *abfd ATTRIBUTE_UNUSED, segT sec,
3316 seginfo = seg_info (sec);
3336 || S_GET_SEGMENT (sym) != sec
3375 || S_GET_SEGMENT (sym) != sec
3395 subseg_change (sec, 0);
4196 md_pcrel_from_section (fixS *fixP, segT sec)
4201 || S_GET_SEGMENT (fixP->fx_addsy) != sec))
3280 sh_count_relocs(bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *data) argument
3306 sh_frob_section(bfd *abfd ATTRIBUTE_UNUSED, segT sec, void *ignore ATTRIBUTE_UNUSED) argument
4192 md_pcrel_from_section(fixS *fixP, segT sec) argument
H A Dtc-m32r.c1751 segT sec,
1788 if (S_GET_SEGMENT (fragP->fr_symbol) != sec
1811 if (S_GET_SEGMENT (fragP->fr_symbol) != sec
1849 md_pcrel_from_section (fixS *fixP, segT sec)
1853 || S_GET_SEGMENT (fixP->fx_addsy) != sec
1857 if (S_GET_SEGMENT (fixP->fx_addsy) != sec
1745 md_convert_frag(bfd *abfd ATTRIBUTE_UNUSED, segT sec, fragS *fragP) argument
1843 md_pcrel_from_section(fixS *fixP, segT sec) argument
/openbsd-current/sys/dev/pci/
H A Dpci.c884 int sec, sub; local
1071 sec = PPB_BUSINFO_SECONDARY(bir);
1073 if (pa->pa_busex && sub >= sec && sub > 0) {
1074 if (extent_alloc_region(pa->pa_busex, sec, sub - sec + 1,
1077 bus, dev, func, sec, sub);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c649 top_scope->sec = ofile->sections + sym->n_scnum;
669 top_scope->sec = ofile->sections + sym->n_scnum;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c649 top_scope->sec = ofile->sections + sym->n_scnum;
669 top_scope->sec = ofile->sections + sym->n_scnum;
/openbsd-current/sys/net/
H A Dwg_cookie.c241 cookie_timer_expired(struct timespec *birthdate, time_t sec, long nsec) argument
244 struct timespec expire = { .tv_sec = sec, .tv_nsec = nsec };
/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.h46 static bool classof(const OutputSection *sec) { argument
47 return sec->kind() == SyntheticKind;
/openbsd-current/gnu/llvm/lld/ELF/
H A DSymbols.cpp209 if (auto *sec = s->section)
210 return sec->getOutputSection();

Completed in 220 milliseconds

<<2122232425262728