You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add setSymbolAddress plugin API and lit test coverage:
- LinkerWrapper::setSymbolAddress(Symbol, Addr): detaches a defined
symbol from its fragment and assigns it an absolute (SHN_ABS) value,
callable during AfterLayout. Limited to data symbols only and ensure
address range is within that of the target architecture. Annotation
is shown in the map file for affected symbols.
Signed-off-by: Troy Curtiss <trcurtiss@gmail.com>
0 commit comments