Lines Matching full:relocation
41 return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)
122 /// Addend - the relocation addend encoded in the instruction itself. Also
123 /// used to make a relocation section relative instead of symbol relative.
126 /// SectionID - the section this relocation points to.
129 /// RelType - relocation type.
137 /// SymOffset - Section offset of the relocation entry's symbol (used for GOT
144 /// The size of this relocation (MachO specific).
147 /// True if this is a PCRel relocation (MachO specific).
272 // The symbol (or section) the relocation is sourced from is the Key
273 // in the relocation list where it's stored.
277 // SectionID/Offset in the relocation itself.
305 // processRelocations, and that's OK. The handling of the relocation lists
390 // Add a relocation entry that uses the given section.
393 // Add a relocation entry that uses the given symbol. This symbol may
404 /// A object file specific relocation resolver
405 /// \param RE The relocation to be resolved
406 /// \param Value Target symbol address to apply the relocation action
410 /// relocation pairs) and stores it to Relocations or SymbolRelocations
412 /// \return Iterator to the next relocation that needs to be parsed.
448 // Return true if the relocation R may require allocating a GOT entry.
453 // Return true if the relocation R may require allocating a stub.