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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp46 void HexagonGOTPLT::applyGOT0(uint64_t pAddress) argument
49 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp44 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) argument
47 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
88 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) argument
91 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp126 void ARMGOT::applyGOT0(uint64_t pAddress) argument
129 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h100 uint64_t Align(uint64_t pAddress);
103 inline uint64_t Align<32>(uint64_t pAddress) argument
105 return (pAddress + 0x1F) & (~0x1F);
109 inline uint64_t Align<64>(uint64_t pAddress) argument
111 return (pAddress + 0x3F) & (~0x3F);
/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 995 milliseconds