mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-05 09:45:57 +08:00
rtemstoolkit: Add the address to the section.
This commit is contained in:
parent
2e973519a4
commit
8dc277265b
@ -842,6 +842,7 @@ namespace rld
|
||||
info (es.info ()),
|
||||
flags (es.flags ()),
|
||||
offset (es.offset ()),
|
||||
address (es.address ()),
|
||||
rela (es.get_reloc_type ())
|
||||
{
|
||||
}
|
||||
|
@ -582,6 +582,7 @@ namespace rld
|
||||
const uint32_t info; //< The ELF info field.
|
||||
const uint32_t flags; //< The ELF flags.
|
||||
const off_t offset; //< The ELF file offset.
|
||||
const uint64_t address; //< The ELF address.
|
||||
bool rela; //< Relocation records have the addend field.
|
||||
relocations relocs; //< The sections relocations.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user