URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 148 |
Line 3430... |
Line 3430... |
// Reserve space within the fixed layout for the section. Used for
|
// Reserve space within the fixed layout for the section. Used for
|
// incremental update links.
|
// incremental update links.
|
void
|
void
|
reserve(uint64_t sh_offset, uint64_t sh_size);
|
reserve(uint64_t sh_offset, uint64_t sh_size);
|
|
|
|
// Allocate space from the free list for the section. Used for
|
|
// incremental update links.
|
|
off_t
|
|
allocate(off_t len, uint64_t addralign);
|
|
|
protected:
|
protected:
|
// Return the output section--i.e., the object itself.
|
// Return the output section--i.e., the object itself.
|
Output_section*
|
Output_section*
|
do_output_section()
|
do_output_section()
|
{ return this; }
|
{ return this; }
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.