Lines Matching full:relocations
70 /// relocations (like ARM).
74 /// for calculating relocations in some object formats (like MachO).
84 /// RelocationEntry - used to represent relocations internally in the dynamic
218 // For each symbol, keep a list of relocations based on it. Anytime
220 // the relocations get re-resolved.
224 // Relocations to sections already loaded. Indexed by SectionID which is the
227 DenseMap<unsigned, RelocationList> Relocations; variable
229 // Relocations to external symbols that are not yet resolved. Symbols are
241 // sections containing relocations should be. Defaults to 'false'.
344 /// \brief Resolves relocations from Relocs list with address from Value.
352 /// \brief Parses one or more object file relocations (some object files use
353 /// relocation pairs) and stores it to Relocations or SymbolRelocations
361 /// \brief Resolve relocations to external symbols.