Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:relocation

50                           // calculate MachO relocation addend
59 unsigned SectionID; // Section the relocation is contained in.
60 uintptr_t Offset; // Offset into the section for the relocation.
61 uint32_t Data; // Relocatino data. Including type of relocation
65 // the symbol once the relocation is resolvable.
70 // Raw relocation data from object file
120 // The symbol (or section) the relocation is sourced from is the Key
121 // in the relocation list where it's stored.
125 // SectionID/Offset in the relocation itself.
181 /// \brief If Value.SymbolName is NULL then store relocation to the
194 /// \brief A object file specific relocation resolver
195 /// \param Address Address to apply the relocation action
196 /// \param Value Target symbol address to apply the relocation action
197 /// \param Type object file specific relocation type
206 /// \brief Parses the object file relocation and store it to Relocations