Home
last modified time | relevance | path

Searched refs:lma_region (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/docs/ELF/
Dlinker_script.rst82 } [>region] [AT>lma_region] [:phdr ...] [=fillexp] [,]
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``
119 ``lma_region`` is different from the ``lma_region`` for
124 If neither ``AT(lma)`` nor ``AT>lma_region`` is specified:
/freebsd-12-stable/contrib/binutils/ld/
Dldlang.c4407 && os->lma_region != NULL in lang_size_sections_1()
4408 && os->lma_region != os->region) in lang_size_sections_1()
4410 bfd_vma lma = os->lma_region->current; in lang_size_sections_1()
4481 && os->lma_region == NULL in lang_size_sections_1()
4513 if (os->lma_region != NULL && os->lma_region != os->region) in lang_size_sections_1()
4515 os->lma_region->current in lang_size_sections_1()
4519 os_region_check (os, os->lma_region, NULL, in lang_size_sections_1()
6040 lang_memory_region_type **lma_region, in lang_get_regions() argument
6046 *lma_region = lang_memory_region_lookup (lma_memspec, FALSE); in lang_get_regions()
6054 *region = *lma_region; in lang_get_regions()
[all …]
Dldlang.h135 lang_memory_region_type *lma_region; member
DChangeLog-00011718 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1728 * ldlang.c (lang_leave_overlay): Only set lma_region from the
3257 (lang_output_section_statement_lookup): Initialize lma_region.
DChangeLog-2006619 (lang_size_sections_1): Delete unnecessary code setting lma_region
Dld.texinfo3174 @} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]
3754 @} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]
3810 @kindex AT>@var{lma_region}
3822 Alternatively, with @samp{AT>@var{lma_region}} expression, you may
3825 linker will use the @var{lma_region} as the VMA region as well.