Searched defs:pStartOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp178 bool FileHandle::read(void* pMemBuffer, size_t pStartOffset, size_t pLength) argument
191 pStartOffset);
201 bool FileHandle::write(const void* pMemBuffer, size_t pStartOffset, size_t pLength) argument
215 pStartOffset);
225 bool FileHandle::mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength) argument
257 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1947 /// offset, and set pSectBegin to pStartOffset if pStartOffset is not -1U.
1951 uint64_t pStartOffset)
1960 if (pStartOffset != -1U) {
1961 (*pSectBegin)->setOffset(pStartOffset);
1948 setOutputSectionOffset(Module& pModule, Module::iterator pSectBegin, Module::iterator pSectEnd, uint64_t pStartOffset) argument

Completed in 48 milliseconds