Home
last modified time | relevance | path

Searched refs:pAddress (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.tcc28 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()
DELFDynamic.h43 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;
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument
43 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
79 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument
82 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
DX86GOTPLT.h36 void applyGOT0(uint64_t pAddress);
54 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h97 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);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.cpp43 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0() argument
46 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
DHexagonGOTPLT.h36 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp99 void ARMGOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument
102 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
DARMGOT.h63 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp104 void AArch64GOT::applyGOT0(uint64_t pAddress) in applyGOT0() argument
107 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress); in applyGOT0()
DAArch64GOT.h75 void applyGOT0(uint64_t pAddress);
/frameworks/wilhelm/src/
Ddata.c40 if ((0 < pDataLocator->mAddress.length) && (NULL == pDataLocator->mAddress.pAddress)) { in checkDataLocator()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h267 void *pAddress; member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h441 void * pAddress; member