Lines Matching full:relocations
63 /// relocations (like ARM).
67 /// for calculating relocations in some object formats (like MachO).
77 /// RelocationEntry - used to represent relocations internally in the dynamic
198 // For each symbol, keep a list of relocations based on it. Anytime
200 // the relocations get re-resolved.
204 // Relocations to sections already loaded. Indexed by SectionID which is the
207 DenseMap<unsigned, RelocationList> Relocations; variable
209 // Relocations to external symbols that are not yet resolved. Symbols are
220 // sections containing relocations should be. Defaults to 'false'.
317 /// \brief Resolves relocations from Relocs list with address from Value.
325 /// \brief Parses one or more object file relocations (some object files use
326 /// relocation pairs) and stores it to Relocations or SymbolRelocations
334 /// \brief Resolve relocations to external symbols.