Searched refs:RelAddend (Results 1 – 2 of 2) sorted by relevance
91 const uint64_t RelAddend = in updateOriginal() local97 getOutputSection().addRelocation(EntryOffset, Entry, RelType, RelAddend); in updateOriginal()
3541 int64_t RelAddend = *A; in printRelRelaReloc() local3543 if (RelAddend < 0) { in printRelRelaReloc()3545 RelAddend = std::abs(RelAddend); in printRelRelaReloc()3550 Addend += utohexstr(RelAddend, /*LowerCase=*/true); in printRelRelaReloc()