mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
[RuntimeDyld] Fix comment for previous commit (r204439)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0e33fdcd0
commit
56db3a97cd
@ -293,8 +293,10 @@ protected:
|
|||||||
/// \param Value Target symbol address to apply the relocation action
|
/// \param Value Target symbol address to apply the relocation action
|
||||||
virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
||||||
|
|
||||||
/// \brief Parses the object file relocation and stores it to Relocations
|
/// \brief Parses one or more object file relocations (some object files use
|
||||||
/// or SymbolRelocations (this depends on the object file type).
|
/// relocation pairs) and stores it to Relocations or SymbolRelocations
|
||||||
|
/// (this depends on the object file type).
|
||||||
|
/// \return Iterator to the next relocation that needs to be parsed.
|
||||||
virtual relocation_iterator
|
virtual relocation_iterator
|
||||||
processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
||||||
ObjectImage &Obj, ObjSectionToIDMap &ObjSectionToID,
|
ObjectImage &Obj, ObjSectionToIDMap &ObjSectionToID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user