35*/36#defineRELOC_HIDE(ptr, off) \37({ \38unsignedlong__ptr; \39__asm__ ("":"=r"(__ptr) :"0"(ptr)); \40(typeof(ptr)) (__ptr +(off)); \41})42