Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:Relocations

62   /// relocations (like ARM).
66 /// for calculating relocations in some object formats (like MachO).
75 /// RelocationEntry - used to represent relocations internally in the dynamic
148 // For each symbol, keep a list of relocations based on it. Anytime
150 // the relocations get re-resolved.
154 // Relocations to sections already loaded. Indexed by SectionID which is the
157 DenseMap<unsigned, RelocationList> Relocations;
159 // Relocations to external symbols that are not yet resolved. Symbols are
276 /// \brief Resolves relocations from Relocs list with address from Value.
284 /// \brief Parses the object file relocation and stores it to Relocations
293 /// \brief Resolve relocations to external symbols.