Home
last modified time | relevance | path

Searched full:placed (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.388 The ELF executable header will be placed at the start of the object.
91 placed after the Executable Header.
93 ELF section data, if any, will be placed next, keeping each section's
96 The ELF section header table, if any, will be placed last.
109 The ELF executable header will be placed at the start of the object.
111 The ELF program header table, if any, it will be placed at the offset
116 The data for each ELF section will be placed at the offset specified
124 The ELF section header table, if any, will be placed at the offset
238 should be placed.
311 was set on the Elf descriptor and the program header table was placed
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml61 memories are placed into power-down mode if bus is idle for PD_IDLE DFI
70 which memories are placed into self-refresh mode if bus is idle for
80 Memories are placed into self-refresh mode and memory controller clock
90 placed into self-refresh power down mode if bus is idle for
99 Defines the standby idle period in which memories are placed into
288 period in which memories are placed into power-down mode if bus is idle
294 period in which memories are placed into self-refresh mode if bus is idle
301 Memories are placed into self-refresh mode and memory controller clock
307 placed into self-refresh power down mode if bus is idle for
312 Defines the standby idle period in which memories are placed int
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp47 // Return true if this global address should be placed into small data/bss
62 // Return true if this global address should be placed into small data/bss
70 // Return true if this global address should be placed into small data/bss
80 // Global values placed in sections starting with .ldata do not fit in in isGlobalInSmallSectionImpl()
113 /// Return true if this constant should be placed into small data section.
H A DLanaiTargetObjectFile.h27 /// Return true if this global address should be placed into small data/bss
35 /// Return true if this constant should be placed into small data section.
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c409 db->placed = 0; in complete_ddp_buffer()
447 m_extaddref(m, (char *)drb->buf + db->placed, len, &drb->refs, in queue_ddp_rcvbuf_mbuf()
456 db->placed += len; in queue_ddp_rcvbuf_mbuf()
468 size_t placed; in insert_ddp_data() local
485 CTR2(KTR_CXGBE, "%s: placed %u bytes before falling out of DDP", in insert_ddp_data()
496 placed = n; in insert_ddp_data()
497 if (placed > db->drb->len - db->placed) in insert_ddp_data()
498 placed = db->drb->len - db->placed; in insert_ddp_data()
499 if (placed != 0) in insert_ddp_data()
500 queue_ddp_rcvbuf_mbuf(toep, db_idx, placed); in insert_ddp_data()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp67 /// Return true if this global address should be placed into small data/bss
80 /// Return true if this global address should be placed into small data/bss
90 /// Return true if this global address should be placed into small data/bss
108 // If the variable has an explicit section, it is placed in that section but in IsGlobalInSmallSectionImpl()
166 /// Return true if this constant should be placed into small data section.
175 /// Return true if this constant should be placed into small data section.
H A DMipsTargetObjectFile.h29 /// Return true if this global address should be placed into small data/bss
37 /// Return true if this constant should be placed into small data section.
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst26 globals are placed further away from text and we use 64-bit references to refer
29 Large globals are placed in separate sections from small globals, and those
48 non-PIC code, large sections should be placed after all small sections to avoid
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp13 // only the subset of basic blocks with profiles are placed in separate sections
33 // * Basic blocks 0 and 2 are placed in one section with symbol `foo`
35 // * Basic blocks 1, 3, 5 are placed in a separate section. A new symbol
37 // * Basic block 4 (note that it is not referenced in the list) is placed in
195 // With the 'all' option, every basic block is placed in a unique section. in assignSections()
196 // With the 'list' option, every basic block is placed in a section in assignSections()
353 // cold section placed at the end of the function. in handleBBSections()
354 // Also, we force the entry block of the function to be placed at the in handleBBSections()
362 // Make sure that the entry block is placed at the beginning. in handleBBSections()
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt36 placed into power-down mode if bus is idle
41 placed into self-refresh mode if bus is idle
47 clock gating idle period. Memories are placed
53 period in which memories are placed into
59 memories are placed into self-refresh mode.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt6 SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible
8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
10 still has to be placed under such a multiplexer node.
/freebsd/usr.bin/mkstr/
H A Dmkstr.166 files in the current directory to be placed in the file
68 and restructured copies of the sources to be placed in
75 Error messages are placed at the end of the specified
/freebsd/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h46 * @endp: A pointer to the end of the parsed string will be placed here
54 * @endp: A pointer to the end of the parsed string will be placed here
62 * @endp: A pointer to the end of the parsed string will be placed here
70 * @endp: A pointer to the end of the parsed string will be placed here
/freebsd/usr.bin/xstr/
H A Dxstr.166 The resulting C text is placed in the file
69 The strings from this file are placed in the
159 both strings will be placed in the data base, when just
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCountersWindows.cpp29 // be placed in the section just before the user supplied counters (if present).
56 // symbol to be placed in the section just after the user supplied counters (if
57 // present). Align to 1 so there isn't any padding placed between this and the
/freebsd/contrib/libpcap/
H A Drpcap-protocol.c118 * \param ver: a value (in the host byte order) which will be placed into the
122 * \param type: a value (in the host byte order) which will be placed into the
125 * \param value: a value (in the host byte order) which will be placed into
128 * \param length: a value (in the host by order) which will be placed into
/freebsd/share/doc/smm/02.config/
H A Db.t62 placed within the partition).
97 back of the partition. The dump is placed in the back of the
128 where system dumps are to be placed, and
/freebsd/lib/libpmc/pmu-events/
H A DREADME27 should be placed in a separate JSON file - where the file name identifies
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,vexpress-juno.yaml92 based systems. Juno r1 also has support for AXI masters placed on
140 compatible is placed directly under this node, sometimes it is placed
143 "simple-bus". If the compatible is placed in the "motherboard-bus" node,
/freebsd/contrib/ntp/html/drivers/
H A Ddriver9.html31placed in a "Static, 3D Nav" mode, where latitude, longitude, elevation and time are cal…
32 …d on a moving platform such as a car, ship, or aircraft. The receiver is placed in "Dynamic, …
/freebsd/share/doc/usd/21.troff/
H A Dm4162 \&\fB.nm|1|3\fR was placed at the beginning;
163 \&\fB.nm\fR was placed at the end of the first paragraph;
164 and \fB.nm|+0\fR was placed in front of this paragraph;
165 and \fB.nm\fR finally placed at the end.
292 and arguments may be placed after \fIprompt\fR.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp140 /// The bitcast is placed after the call instruction:
156 /// split, and the bitcast is placed there:
196 /// call site is placed in the "then" block. The cloned instruction is returned.
211 /// ; The clone of the original call instruction is placed in the "then"
241 /// ; The clone of the original invoke instruction is placed in the "then"
261 /// and placed immediately after the cloned call site per the IR convention.
276 /// ; The clone of the original call instruction is placed in the "then"
294 // and a clone of the original instruction is placed in the "then" block. in versionCallSiteWithCond()
331 // the "else" block, and a clone of the original instruction is placed in the in versionCallSiteWithCond()
/freebsd/lib/libc/stdio/
H A Dscanf.3365 into which the input will be placed after conversion by
388 into which the input will be placed after conversion by
424 when placed between two other characters,
440 into which the input will be placed after conversion by
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
/freebsd/share/man/man9/
H A Dvm_page_free.957 flag is set on the page, it is placed at the end of the free queue;
58 otherwise, it is placed at the front.

12345678910>>...57