Home
last modified time | relevance | path

Searched refs:page_boundary (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp202 m_FileSize = page_boundary(pOffset + pLength + 1); in request()
227 space->size = page_boundary(pLength + pOffset + 1 - space->file_offset); in request()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryArea.h238 static off_t page_boundary(off_t pFileOffset) in page_boundary() function