rtemstoolkit: Add the address to the section.

This commit is contained in:
Chris Johns 2016-04-03 15:39:58 +10:00
parent 2e973519a4
commit 8dc277265b
2 changed files with 2 additions and 0 deletions

View File

@ -842,6 +842,7 @@ namespace rld
info (es.info ()),
flags (es.flags ()),
offset (es.offset ()),
address (es.address ()),
rela (es.get_reloc_type ())
{
}

View File

@ -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.