Home
last modified time | relevance | path

Searched defs:pPos (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp72 ELFSegment::iterator ELFSegment::insert(ELFSegment::iterator pPos, in insert()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {} in DataIterator()