Lines Matching full:relocations
70 /// relocations (like ARM).
78 /// for calculating relocations in some object formats (like MachO).
123 /// RelocationEntry - used to represent relocations internally in the dynamic
259 // For each symbol, keep a list of relocations based on it. Anytime
261 // the relocations get re-resolved.
265 // Relocations to sections already loaded. Indexed by SectionID which is the
268 std::unordered_map<unsigned, RelocationList> Relocations; variable
270 // Relocations to external symbols that are not yet resolved. Symbols are
284 // sections containing relocations should be. Defaults to 'false'.
392 /// \brief Resolves relocations from Relocs list with address from Value.
400 /// \brief Parses one or more object file relocations (some object files use
401 /// relocation pairs) and stores it to Relocations or SymbolRelocations
409 /// \brief Resolve relocations to external symbols.