Searched defs:pAddress (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp39 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) { argument
41 .setValue(pAddress);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { argument
38 .setValue(pAddress);
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { argument
71 .setValue(pAddress);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp93 void ARMGOT::applyGOT0(uint64_t pAddress) { argument
95 .setValue(pAddress);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h91 uint64_t Align(uint64_t pAddress);
94 inline uint64_t Align<32>(uint64_t pAddress) { argument
95 return (pAddress + 0x1F) & (~0x1F);
99 inline uint64_t Align<64>(uint64_t pAddress) { argument
100 return (pAddress + 0x3F) & (~0x3F);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp96 void AArch64GOT::applyGOT0(uint64_t pAddress) { argument
98 .setValue(pAddress);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h267 void *pAddress; member in struct:SLDataLocator_Address_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h441 void * pAddress; member in struct:XADataLocator_Address_

Completed in 306 milliseconds