Displaying 1 result from an estimated 1 matches for "regularsymbol".
2016 Jun 21
2
[LLD] thunk implementation correctness depends on order of input section.
...term fix, but in the longer term I think that we
will want to allow multiple passes of the relocations.
- I'd like to know if there are any preferences on a solution.
The current thunk implementation scans for and adds Thunks to
InputSections within scanRelocations(). At present a Thunk for a
RegularSymbol is always added to the InputSection that defines the
RegularSymbol. I think that this can cause a problem when the
InputSection with the relocation that needs to be indirected via the
thunk is processed after the InputSection that the thunk is added to.
For reference the important code snippet in...