Searched refs:pAddress (Results 1 – 14 of 14) sorted by relevance
25 size_t Entry<32, true>::emit(uint8_t* pAddress) const { in emit()26 memcpy(reinterpret_cast<void*>(pAddress), in emit()47 size_t Entry<64, true>::emit(uint8_t* pAddress) const { in emit()48 memcpy(reinterpret_cast<void*>(pAddress), in emit()
42 virtual size_t emit(uint8_t* pAddress) const = 0;74 inline size_t emit(uint8_t* pAddress) const;105 inline size_t emit(uint8_t* pAddress) const;
36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument38 .setValue(pAddress); in applyGOT0()69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument71 .setValue(pAddress); in applyGOT0()
35 void applyGOT0(uint64_t pAddress);52 void applyGOT0(uint64_t pAddress);
91 uint64_t Align(uint64_t pAddress);94 inline uint64_t Align<32>(uint64_t pAddress) {95 return (pAddress + 0x1F) & (~0x1F);99 inline uint64_t Align<64>(uint64_t pAddress) {100 return (pAddress + 0x3F) & (~0x3F);
39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument41 .setValue(pAddress); in applyGOT0()
35 void applyGOT0(uint64_t pAddress);
96 void AArch64GOT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument98 .setValue(pAddress); in applyGOT0()
72 void applyGOT0(uint64_t pAddress);
93 void ARMGOT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument95 .setValue(pAddress); in applyGOT0()
60 void applyGOT0(uint64_t pAddress);
43 if ((0 < pDataLocator->mAddress.length) && (NULL == pDataLocator->mAddress.pAddress)) { in checkDataLocator()
267 void *pAddress; member
441 void * pAddress; member