Searched refs:pAddress (Results 1 – 14 of 14) sorted by relevance
28 size_t Entry<32, true>::emit(uint8_t* pAddress) const in emit()30 memcpy(reinterpret_cast<void*>(pAddress), in emit()54 size_t Entry<64, true>::emit(uint8_t* pAddress) const in emit()56 memcpy(reinterpret_cast<void*>(pAddress), in emit()
43 virtual size_t emit(uint8_t* pAddress) const = 0;82 inline size_t emit(uint8_t* pAddress) const;119 inline size_t emit(uint8_t* pAddress) const;
40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument43 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()79 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument82 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
36 void applyGOT0(uint64_t pAddress);54 void applyGOT0(uint64_t pAddress);
97 uint64_t Align(uint64_t pAddress);100 inline uint64_t Align<32>(uint64_t pAddress)102 return (pAddress + 0x1F) & (~0x1F);106 inline uint64_t Align<64>(uint64_t pAddress)108 return (pAddress + 0x3F) & (~0x3F);
43 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument46 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
36 void applyGOT0(uint64_t pAddress);
99 void ARMGOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument102 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
63 void applyGOT0(uint64_t pAddress);
104 void AArch64GOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument107 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
75 void applyGOT0(uint64_t pAddress);
40 if ((0 < pDataLocator->mAddress.length) && (NULL == pDataLocator->mAddress.pAddress)) { in checkDataLocator()
267 void *pAddress; member
441 void * pAddress; member