Home
last modified time | relevance | path

Searched defs:RELOCATE_RELATIVE (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/libexec/ld.so/
H A Dboot.c46 # define RELOCATE_RELATIVE(w, r, b) *(w) = (r)->r_addend + (b) macro
49 # define RELOCATE_RELATIVE(w, r, b) *(w) += (b) macro