/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_update.3 | 88 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 D | rockchip,rk3399-dmc.yaml | 61 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 D | LanaiTargetObjectFile.cpp | 47 // 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 D | LanaiTargetObjectFile.h | 27 /// 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 D | t4_ddp.c | 409 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 D | MipsTargetObjectFile.cpp | 67 /// 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 D | MipsTargetObjectFile.h | 29 /// 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 D | large_sections.rst | 26 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 D | BasicBlockSections.cpp | 13 // 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 D | rk3399_dmc.txt | 36 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 D | renesas,shdma.txt | 6 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 D | mkstr.1 | 66 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 D | stdlib_ext.h | 46 * @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 D | xstr.1 | 66 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 D | FuzzerExtraCountersWindows.cpp | 29 // 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 D | rpcap-protocol.c | 118 * \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 D | b.t | 62 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 D | README | 27 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 D | arm,vexpress-juno.yaml | 92 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 D | driver9.html | 31 …placed 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 D | m4 | 162 \&\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 D | CallPromotionUtils.cpp | 140 /// 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 D | scanf.3 | 365 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 D | OPENSSL_gmtime.pod | 38 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 D | vm_page_free.9 | 57 flag is set on the page, it is placed at the end of the free queue; 58 otherwise, it is placed at the front.
|