Searched refs:RelAddend (Results 1 – 2 of 2) sorted by relevance
2488 int64_t RelAddend = R.r_addend; in printRelocation() local2490 Addend += to_hexString(std::abs(RelAddend), false); in printRelocation()2982 int64_t RelAddend = R.r_addend; in printDynamicRelocation() local2994 Addend += to_string(format_hex_no_prefix(std::abs(RelAddend), 1)); in printDynamicRelocation()
2667 int64_t RelAddend = R.r_addend; in printRelocation() local2669 Addend += to_hexString(std::abs(RelAddend), false); in printRelocation()3332 int64_t RelAddend = R.r_addend; in printDynamicRelocation() local3344 Addend += to_string(format_hex_no_prefix(std::abs(RelAddend), 1)); in printDynamicRelocation()