Searched refs:pMemsz (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp21 uint64_t pMemsz,
30 m_Memsz(pMemsz),
15 ELFSegment(uint32_t pType, uint32_t pFlag, uint64_t pOffset, uint64_t pVaddr, uint64_t pPaddr, uint64_t pFilesz, uint64_t pMemsz, uint64_t pAlign, uint64_t pMaxSectAlign) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h38 uint64_t pMemsz = 0,
125 void setMemsz(uint64_t pMemsz) argument
126 { m_Memsz = pMemsz; }

Completed in 33 milliseconds