Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.tcc25 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()
DELFDynamic.h42 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;
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument
38 .setValue(pAddress); in applyGOT0()
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument
71 .setValue(pAddress); in applyGOT0()
DX86GOTPLT.h35 void applyGOT0(uint64_t pAddress);
52 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h91 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);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.cpp39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument
41 .setValue(pAddress); in applyGOT0()
DHexagonGOTPLT.h35 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp96 void AArch64GOT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument
98 .setValue(pAddress); in applyGOT0()
DAArch64GOT.h72 void applyGOT0(uint64_t pAddress);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp93 void ARMGOT::applyGOT0(uint64_t pAddress) { in applyGOT0() argument
95 .setValue(pAddress); in applyGOT0()
DARMGOT.h60 void applyGOT0(uint64_t pAddress);
/frameworks/wilhelm/src/
Ddata.cpp43 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