Lines Matching full:relocation
79 /// SectionID - the section this relocation points to.
85 /// RelType - relocation type.
88 /// Addend - the relocation addend encoded in the instruction itself. Also
89 /// used to make a relocation section relative instead of symbol relative.
92 /// True if this is a PCRel relocation (MachO specific).
95 /// The size of this relocation (MachO specific).
151 // The symbol (or section) the relocation is sourced from is the Key
152 // in the relocation list where it's stored.
156 // SectionID/Offset in the relocation itself.
265 // \brief Add a relocation entry that uses the given section.
268 // \brief Add a relocation entry that uses the given symbol. This symbol may
279 /// \brief A object file specific relocation resolver
280 /// \param RE The relocation to be resolved
281 /// \param Value Target symbol address to apply the relocation action
284 /// \brief Parses the object file relocation and stores it to Relocations