Home
last modified time | relevance | path

Searched refs:live (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp36 if (sc->live && !sc->isDWARF()) in markLive()
40 if (c->live) in markLive()
42 c->live = true; in markLive()
50 sym->file->live = true; in markLive()
52 sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true; in markLive()
61 assert(sc->live && "We mark as live when pushing onto the worklist!"); in markLive()
H A DSymbols.cpp83 return r->getChunk()->live; in isLive()
85 return imp->file->live; in isLive()
H A DChunks.cpp58 live = !file->ctx.config.doGC || !isCOMDAT(); in SectionChunk()
60 live = true; in SectionChunk()
749 other->live = false; in replace()
1038 if (c->live) in finalizeContents()
1046 if (!c->live) in assignSubsectionRVAs()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h114 bool isLive(uint64_t off) const override { return live; } in isLive()
115 void markLive(uint64_t off) override { live = true; } in markLive()
117 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput()
143 bool live = !config->deadStrip; variable
176 uint32_t live : 1; member
183 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
206 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } in isLive()
207 void markLive(uint64_t off) override { getStringPiece(off).live = true; } in markLive()
253 return live[off >> power2LiteralSize]; in isLive()
256 live[off >> power2LiteralSize] = true; in markLive()
[all …]
H A DMarkLive.cpp156 assert(isec->live && "We mark as live when pushing onto the worklist!"); in markTransitively()
174 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markTransitively()
H A DInputSection.cpp194 copy->live = false; in foldIdentical()
284 isec->live = true; in makeSyntheticInputSection()
350 live.resize(data.size() >> power2LiteralSize, !config->deadStrip); in WordLiteralInputSection()
H A DObjC.cpp637 piece.live = false; in tryEraseDefinedAtIsecOffset()
875 listSec->live = true; in emitAndLinkProtocolList()
935 listSec->live = true; in emitAndLinkPointerList()
976 newCatList->live = true; in emitCatListEntrySec()
1014 newBodySec->live = true; in emitCategoryBody()
1057 newStringSec->pieces[0].live = true; in emitCategoryName()
1247 listSec->live = true; in generateCatListForNonErasedCategories()
1272 isec->live = false; in eraseISec()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh108 void *live, *dead;
111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
116 (void) dlclose(live);
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
128 if ((go = dlsym(live, "go")) == NULL) {
H A Dtst.dlclose3.ksh119 void *live;
121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
126 (void) dlclose(live);
H A Dtst.dlclose1.ksh114 void *live;
117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
122 (void) dlclose(live);
/freebsd/usr.bin/netstat/
H A Dmain.c234 int live; /* true if we are examining a live system */ variable
462 live = (nlistf == NULL && memf == NULL); in main()
463 if (!live) { in main()
474 if (!live) in main()
482 if (!live) { in main()
492 if (!live) { in main()
632 if (live) { in fetch_stats_internal()
694 if (tp->pr_usesysctl && live) in printproto()
712 if (tp->pr_usesysctl && live) in printproto()
722 if (pr != NULL && (off || (live && tp->pr_usesysctl) || in printproto()
H A Dmroute.c271 if (live) { in mroutepr()
335 if (live) { in mroutepr()
418 if ((live && errno == ENOENT) || (!live && mstaddr == 0)) in mrt_stats()
H A Dmbuf.c93 if (live) { in mbpr()
306 if (live && in mbpr()
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c54 int live; member
121 if (q->live) in enque()
149 q->live = 1; in enque()
308 assert(q->live); in send_queue()
385 if (p->q && p->q->live) { in own()
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.c56 int live; member
162 if (q->live) in enque()
190 q->live = 1; in enque()
324 assert(q->live); in send_queue()
500 if (!q->live) in read_buddy_data()
537 q->live = 0; in read_buddy_data()
554 if (p->q->live) in read_buddy_data()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def97 MACHINE_FUNCTION_ANALYSIS("live-intervals", LiveIntervalsAnalysis())
98 MACHINE_FUNCTION_ANALYSIS("live-vars", LiveVariablesAnalysis())
110 // MACHINE_FUNCTION_ANALYSIS("live-stacks", LiveStacksPass())
123 // ReachingDefAnalysisAnalysis()) MACHINE_FUNCTION_ANALYSIS("live-reg-matrix",
137 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(dbgs()))
138 MACHINE_FUNCTION_PASS("print<live-vars>", LiveVariablesPrinterPass(dbgs()))
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt114 4. The Device Tree overlay is accepted into the live tree.
136 An FPGA Region that exists in the live Device Tree reflects the current state.
137 If the live tree shows a "firmware-name" property or child nodes under an FPGA
140 FPGA. After reprogramming is successful, the overlay is accepted into the live
176 firmware search path. If this property shows up in a live device tree
207 reenabled and the overlay makes it into the live device tree. The child devices
280 In all cases the live DT must have the FPGA Manager, FPGA Bridges (if any), and
292 applied, the live DT must include the FPGA Manager, FPGA Bridges, and a
319 * The live DT prior to the overlay being added
322 The live Devic
[all...]
/freebsd/contrib/libpcap/doc/
H A DREADME.macos5 On some systems that use BPF, the BPF devices live on the root file
10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
15 On macOS, the BPF devices live on devfs, but the macOS version of devfs
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h302 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece()
303 : inputOff(off), live(live), hash(hash >> 1) {} in SectionPiece()
307 uint32_t live : 1;
/freebsd/contrib/file/
H A DTODO1 Most TODOs live in the TODO section of doc/file.man (i.e. file(1)).
3 file, not here. More speculative material can live here.
/freebsd/crypto/heimdal/
H A Dacinclude.m43 dnl Only put things that for some reason can't live in the `cf'
/freebsd/contrib/ntp/
H A DREADME.hackers12 We'd like to see *all* system function declarations live in include/l_stdlib.h
/freebsd/tests/
H A DREADME33 src/lib/libcrypt/ library live in src/lib/libcrypt/tests/. The tests/
45 tools or libraries live next to the source code.
/freebsd/contrib/sendmail/cf/m4/
H A Dcf.m419 # figure out where the CF files live

123456