HomeSort by relevance Sort by last modified time
    Searched full:page_boundary (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 236 // page_boundary - Given a file size, return the size to read integral pages.
238 static off_t page_boundary(off_t pFileOffset) function in class:mcld::MemoryArea
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 202 m_FileSize = page_boundary(pOffset + pLength + 1);
227 space->size = page_boundary(pLength + pOffset + 1 - space->file_offset);

Completed in 1252 milliseconds