Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp34 if (sc->live && !sc->isDWARF()) in markLive()
38 if (c->live) in markLive()
40 c->live = true; in markLive()
47 file->live = true; in markLive()
59 sym->getChunk()->live = true; in markLive()
69 assert(sc->live && "We mark as live when pushing onto the worklist!"); in markLive()
H A DSymbols.cpp85 return r->getChunk()->live; in isLive()
87 return imp->file->live; in isLive()
89 return imp->getChunk()->live; in isLive()
H A DChunks.cpp59 live = !file->symtab.ctx.config.doGC || !isCOMDAT(); in SectionChunk()
61 live = true; in SectionChunk()
776 other->live = false; in replace()
805 : NonSectionCodeChunk(ImportThunkKind), live(!ctx.config.doGC), in ImportThunkChunk()
1055 if (c->live) in finalizeContents()
1063 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()
144 bool live = !config->deadStrip; variable
177 uint32_t live : 1; member
184 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
207 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } in isLive()
208 void markLive(uint64_t off) override { getStringPiece(off).live = true; } in markLive()
254 return live[off >> power2LiteralSize]; in isLive()
257 live[off >> power2LiteralSize] = true; in markLive()
[all …]
H A DMarkLive.cpp154 assert(isec->live && "We mark as live when pushing onto the worklist!"); in markTransitively()
172 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markTransitively()
H A DInputSection.cpp193 copy->live = false; in foldIdentical()
283 isec->live = true; in makeSyntheticInputSection()
349 live.resize(data.size() >> power2LiteralSize, !config->deadStrip); in WordLiteralInputSection()
H A DObjC.cpp614 piece.live = false; in tryEraseDefinedAtIsecOffset()
876 listSec->live = true; in emitAndLinkProtocolList()
936 listSec->live = true; in emitAndLinkPointerList()
977 newCatList->live = true; in emitCatListEntrySec()
1015 newBodySec->live = true; in emitCategoryBody()
1058 newStringSec->pieces[0].live = true; in emitCategoryName()
1252 listSec->live = true; in generateCatListForNonErasedCategories()
1277 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.c238 int live; /* true if we are examining a live system */ variable
460 live = (nlistf == NULL && memf == NULL); in main()
462 if (!live) in main()
469 if (!live) in main()
477 if (!live) { in main()
487 if (!live) { in main()
629 if (live) { in fetch_stats_internal()
691 if (tp->pr_usesysctl && live) in printproto()
709 if (tp->pr_usesysctl && live) in printproto()
719 if (pr != NULL && (off || (live && tp->pr_usesysctl) || in printproto()
H A Dmroute.c270 if (live) { in mroutepr()
334 if (live) { in mroutepr()
417 if ((live && errno == ENOENT) || (!live && mstaddr == 0)) in mrt_stats()
H A Dmbuf.c93 if (live) { in mbpr()
306 if (live && in mbpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def68 MACHINE_FUNCTION_ANALYSIS("live-intervals", LiveIntervalsAnalysis())
69 MACHINE_FUNCTION_ANALYSIS("live-reg-matrix", LiveRegMatrixAnalysis())
70 MACHINE_FUNCTION_ANALYSIS("live-stacks", LiveStacksAnalysis())
71 MACHINE_FUNCTION_ANALYSIS("live-vars", LiveVariablesAnalysis())
138 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(errs()))
139 MACHINE_FUNCTION_PASS("print<live-stacks>", LiveStacksPrinterPass(errs()))
140 MACHINE_FUNCTION_PASS("print<live-vars>", LiveVariablesPrinterPass(errs()))
201 "live-debug-values", "LiveDebugValuesPass",
/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/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.h320 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece()
321 : inputOff(off), live(live), hash(hash >> 1) {} in SectionPiece()
325 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

1234567