Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:addend

88   /// Addend - the relocation addend encoded in the instruction itself.  Also
90 intptr_t Addend;
92 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
93 : SectionID(id), Offset(offset), RelType(type), Addend(addend) {}
111 intptr_t Addend;
113 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
279 /// \param Addend A constant addend used to compute the value to be stored
285 int64_t Addend) = 0;