Searched refs:LMA (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ELF/ |
| D | linker_script.rst | 107 Output section LMA 110 A load address (LMA) can be specified by ``AT(lma)`` or ``AT>lma_region``. 114 - ``AT>lma_region`` specifies the LMA region. The lack of ``AT>lma_region`` 115 means the default region is used. Note, GNU ld propagates the previous LMA 116 memory region when ``address`` is not specified. The LMA is set to the 126 - If the previous section is also in the default LMA region, and the two 127 section have the same memory regions, the difference between the LMA and the 129 - Otherwise, the LMA is set to the VMA.
|
| /freebsd-12-stable/sys/conf/ |
| D | ldscript.amd64 | 12 * Use the AT keyword in order to set the right LMA that contains 14 * needed for the Xen loader which honours the LMA.
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | NEWS | 25 * The default output section LMA has changed for allocatable sections from 26 being equal to VMA, to keeping the difference between LMA and VMA the same as 28 default when using overlays and other cases where you specify an LMA
|
| D | ChangeLog-0203 | 2838 (section): Pass LMA and crossref flag to lang_leave_overlay rather 2843 (lang_leave_output_section_statement): Rework LMA lookup. 2845 (lang_enter_overlay): Remove LMA and crossref arguments. 2846 (lang_enter_overlay_section): Don't set the LMA here. 2847 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.' 2850 Likewise the first section's LMA. Only set the other sections' LMAs
|
| D | ChangeLog-2006 | 448 * NEWS: Mention LMA default change. 449 * ld.texinfo (Output Section LMA): Update default description.
|
| D | ChangeLog-0001 | 3251 * mri.c (mri_draw_tree): Add default LMA region argument to call 3253 * ldlang.h: Update prototypes with LMA region arguments. 3258 (lang_leave_output_section_statement): Add LMA region argument. 3260 * ldgram.y: Handle LMA region syntax. 3261 * ld.texinfo (Output Section Description): Describe LMA region usage.
|
| D | ld.texinfo | 2517 @dfn{LMA}, or load memory address. This is the address at which the 2522 based system). In this case the ROM address would be the LMA, and the 3763 * Output Section LMA:: Output section LMA 3808 @node Output Section LMA 3809 @subsubsection Output Section LMA 3814 Every section has a virtual address (VMA) and a load address (LMA); see 3828 section, the linker will set the LMA such that the difference between 3829 VMA and LMA for the section is the same as the preceding output 3831 or the section is not allocatable, the linker will set the LMA equal 3844 counter holds the VMA value, not the LMA value. [all …]
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | symfile.c | 3266 VMA, SIZE, LMA, MAPPED enumerator 3398 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1() 3404 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1() 3459 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| D | ObjdumpOpts.td | 143 HelpText<"Display LMA column when dumping ELF section headers">;
|
| /freebsd-12-stable/contrib/binutils/bfd/doc/ |
| D | bfdint.texi | 1432 loader. They have a type, a VMA, an LMA, file contents, and a couple of 1458 expensive. For example, if the LMA of a loadable program segment is 1470 segments will be read to set the LMA of the sections. This is because 1472 and an LMA. Any program segments will be copied by the 1827 @item LMA 1892 an executable is run. Compare with LMA, above.
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | NEWS | 215 * The objcopy --gap-fill and --pad-to options operate on the LMA rather than
|
| D | ChangeLog | 475 (setup_section): Set the size, LMA and VMA to zero for
|
| D | ChangeLog-9899 | 1804 (copy_object): Gap fill based on LMA not VMA.
|
| /freebsd-12-stable/contrib/binutils/binutils/po/ |
| D | binutils.pot | 2540 " Add <incr> to LMA, VMA and start " 2543 " Change LMA and VMA of section <name> by " 2546 " Change the LMA of section <name> by " 3017 msgid "Idx Name Size VMA LMA File off Algn" 3023 "Idx Name Size VMA LMA File off "
|
| /freebsd-12-stable/contrib/binutils/binutils/doc/ |
| D | binutils.texi | 1211 the @emph{load address} (LMA) of the sections. It is done by increasing 1233 Change the VMA and LMA addresses of all sections, as well as the start 1243 Set or change both the VMA address and the LMA address of the named 1251 @cindex changing section LMA 1252 Set or change the LMA address of the named @var{section}. The LMA 1267 program has started executing. Normally this is the same as the LMA
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ChangeLog-9697 | 3136 * ieee.c (ieee_write_section_part): Use LMA rather than VMA. 3763 * elf.c (map_sections_to_segments): Check that LMA does not skip a 3986 only get the LMA from the phdr if they are in the same part of the 3991 between the LMA and the VMA changed, start a new segment. Don't 4008 (elf_sort_sections): Sort sections by LMA after VMA. 4421 position based on LMA rather than VMA.
|
| D | ChangeLog-9899 | 4256 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA, 4315 LMA of sections. 4469 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the 4470 LMA is used to order sections in a segment.
|
| D | ChangeLog | 488 rather than p_filesz to calculate the LMA of the end of a segment.
|
| D | ChangeLog-0001 | 1282 * elf.c (_bfd_elf_make_section_from_shdr): Set the LMA based on the 1284 (copy_private_bfd_data): If the LMA for a segment is known, use it 1286 (assign_file_positions_for_segments): Use the LMA when adjusting 7208 contains a section by comparing their LMA addresses.
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 6242 "load memory address", or "LMA". 6440 VMA and LMA of the overlay's section in the executable file. When GDB
|
| D | gdb.texinfo | 7339 called the @dfn{load memory address}, or @dfn{LMA}. 7573 @code{lma} members equal the VMA and LMA of the overlay's section in the
|