Searched refs:sec (Results 1 - 25 of 629) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.ticksec.d32 * tick-1sec simple test.
41 tick-1sec
43 printf("This test is a simple tick-sec provider test\n");
45 tick-1sec
47 printf("This test is a simple tick-sec provider test");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilesec.d32 * Simple profile-sec simple test.
41 profile-1sec
43 printf("This test is a simple profile-sec provider test");
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c2 unsigned long long sec; member in struct:bintime
11 .sec = us / 1000000U,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_INVAL.wrongdec4.d47 profile::::tick-1sec
H A Derr.D_PDESC_ZERO.wrongdec1.d46 profile::tick-1sec
H A Derr.D_PDESC_ZERO.wrongdec2.d46 profile:tick-1sec
H A Derr.D_PDESC_ZERO.wrongdec3.d46 profiletick-1sec
H A Dtst.basics.d46 profile:::tick-1sec
53 profile:::tick-1sec
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring2.d43 tick-1sec
49 tick-1sec
H A Dtst.switch1.d52 tick-1sec
59 tick-1sec
65 tick-1sec
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp54 void enqueue(InputSectionBase *sec, uint64_t offset);
59 void resolveReloc(InputSectionBase &sec, RelTy &rel, bool isLSDA);
77 static uint64_t getAddend(InputSectionBase &sec, argument
79 return target->getImplicitAddend(sec.data().begin() + rel.r_offset,
84 static uint64_t getAddend(InputSectionBase &sec, argument
91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, argument
93 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel);
105 offset += getAddend<ELFT>(sec, rel);
116 for (InputSectionBase *sec : cNamedSections.lookup(sym.getName()))
117 enqueue(sec,
164 isReserved(InputSectionBase *sec) argument
182 enqueue(InputSectionBase *sec, uint64_t offset) argument
275 InputSectionBase &sec = *queue.pop_back_val(); local
[all...]
H A DDWARF.cpp29 for (InputSectionBase *sec : obj->getSections()) {
30 if (!sec)
34 StringSwitch<LLDDWARFSection *>(sec->name)
44 m->Data = toStringRef(sec->data());
45 m->sec = sec;
49 if (sec->name == ".debug_abbrev")
50 abbrevSection = toStringRef(sec->data());
51 else if (sec->name == ".debug_str")
52 strSection = toStringRef(sec
83 findAux(const InputSectionBase &sec, uint64_t pos, ArrayRef<RelTy> rels) const argument
121 auto &sec = static_cast<const LLDDWARFSection &>(s); local
[all...]
H A DLinkerScript.cpp51 static uint64_t getOutputSectionVA(SectionBase *sec) { argument
52 OutputSection *os = sec->getOutputSection();
58 if (sec)
59 return alignTo(sec->getOffset(val) + getOutputSectionVA(sec),
65 if (sec)
66 return sec->getOffset(0) + getOutputSectionVA(sec);
74 if (alignment == 1 && !sec)
82 OutputSection *sec; local
166 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; local
292 auto *sec = cast<OutputSection>(base); local
564 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); local
590 auto *sec = cast<InputSection>(isec); local
666 OutputSection *sec = createSection(isec, outsecName); local
756 switchTo(OutputSection *sec) argument
767 findMemoryRegion(OutputSection *sec) argument
805 assignOffsets(OutputSection *sec) argument
875 isDiscardable(OutputSection &sec) argument
933 auto *sec = dyn_cast<OutputSection>(cmd); local
999 auto *sec = dyn_cast<OutputSection>(base); local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.random.d57 tick-1sec
58 /sec++ == 10/
H A Dtst.unalign.d44 tick-1sec
45 /sec++ == 10/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithCount.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMax.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMin.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithStddev.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithSum.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_PROTO_LEN.SpecNoId.d46 profile:::tick-1sec
52 profile:::tick-1sec
/freebsd-11-stable/contrib/mdocml/
H A Dmandoc_xr.h20 char *sec; member in struct:mandoc_xr
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dcountdown.d42 profile:::tick-1sec
H A Dcounter.d43 profile:::tick-1sec

Completed in 193 milliseconds

1234567891011>>