RELOCATE_RELATIVE
# define RELOCATE_RELATIVE(w, r, b) *(w) = (r)->r_addend + (b)
# define RELOCATE_RELATIVE(w, r, b) *(w) += (b)