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 159 |
Line 597... |
Line 597... |
// The type of the list of version references.
|
// The type of the list of version references.
|
typedef std::vector<Verneed*> Needs;
|
typedef std::vector<Verneed*> Needs;
|
|
|
// Handle a symbol SYM defined with version VERSION.
|
// Handle a symbol SYM defined with version VERSION.
|
void
|
void
|
add_def(const Symbol* sym, const char* version, Stringpool::Key);
|
add_def(Stringpool*, const Symbol* sym, const char* version,
|
|
Stringpool::Key);
|
|
|
// Add a reference to version NAME in file FILENAME.
|
// Add a reference to version NAME in file FILENAME.
|
void
|
void
|
add_need(Stringpool*, const char* filename, const char* name,
|
add_need(Stringpool*, const char* filename, const char* name,
|
Stringpool::Key);
|
Stringpool::Key);
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.