Lines Matching refs:Relocator
20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue, in helper_check_signed_overflow()
32 static inline Relocator::Address helper_get_page_address( in helper_get_page_address()
33 Relocator::Address pValue) { in helper_get_page_address()
34 return (pValue & ~(Relocator::Address)0xFFF); in helper_get_page_address()
37 static inline Relocator::Address helper_get_page_offset( in helper_get_page_offset()
38 Relocator::Address pValue) { in helper_get_page_offset()
39 return (pValue & (Relocator::Address)0xFFF); in helper_get_page_offset()
74 static inline uint32_t helper_get_upper32(Relocator::DWord pData) { in helper_get_upper32()
80 static inline void helper_put_upper32(uint32_t pData, Relocator::DWord& pDes) { in helper_put_upper32()
84 static inline Relocator::Address helper_get_PLT_address( in helper_get_PLT_address()
120 Relocator::Type pType, in helper_DynRela_init()
145 static inline Relocator::Address helper_get_GOT_address( in helper_get_GOT_address()
153 static inline Relocator::Address helper_GOT_ORG(AArch64Relocator& pParent) { in helper_GOT_ORG()