RELOC_HIDE
#define RELOC_HIDE(ptr, off) \
# define RELOC_HIDE(ptr, off) ((typeof(ptr))((unsigned long)(ptr) + (off)))