mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 22:53:40 +08:00
rtemstoolkit: Add the address to the section.
This commit is contained in:
@@ -842,6 +842,7 @@ namespace rld
|
|||||||
info (es.info ()),
|
info (es.info ()),
|
||||||
flags (es.flags ()),
|
flags (es.flags ()),
|
||||||
offset (es.offset ()),
|
offset (es.offset ()),
|
||||||
|
address (es.address ()),
|
||||||
rela (es.get_reloc_type ())
|
rela (es.get_reloc_type ())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@@ -582,6 +582,7 @@ namespace rld
|
|||||||
const uint32_t info; //< The ELF info field.
|
const uint32_t info; //< The ELF info field.
|
||||||
const uint32_t flags; //< The ELF flags.
|
const uint32_t flags; //< The ELF flags.
|
||||||
const off_t offset; //< The ELF file offset.
|
const off_t offset; //< The ELF file offset.
|
||||||
|
const uint64_t address; //< The ELF address.
|
||||||
bool rela; //< Relocation records have the addend field.
|
bool rela; //< Relocation records have the addend field.
|
||||||
relocations relocs; //< The sections relocations.
|
relocations relocs; //< The sections relocations.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user