Searched refs:pAddress (Results 1 – 12 of 12) sorted by relevance
53 uint64_t Align(uint64_t pAddress);56 inline uint64_t Align<32>(uint64_t pAddress)58 return (pAddress + 0x1F) & (~0x1F);62 inline uint64_t Align<64>(uint64_t pAddress)64 return (pAddress + 0x3F) & (~0x3F);
26 size_t Entry<32, true>::emit(uint8_t* pAddress) const in emit()28 memcpy(reinterpret_cast<void*>(pAddress), in emit()
47 virtual size_t emit(uint8_t* pAddress) const = 0;86 inline size_t emit(uint8_t* pAddress) const;
76 void X86GOTPLT::applyGOT0(const uint64_t pAddress) in applyGOT0() argument79 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress); in applyGOT0()
95 void X86GOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument98 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress); in applyGOT0()
50 void applyGOT0(const uint64_t pAddress);
54 void applyGOT0(uint64_t pAddress);
111 void ARMGOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument114 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress); in applyGOT0()
53 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