OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_boundary
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/mclinker/lib/Support/
Space.cpp
29
// ^ page_offset ^ pFileOffset ^
page_boundary
36
//
page_boundary
- Given a file size, return the size to read integral pages.
38
inline static off_t
page_boundary
(off_t pFileOffset)
function
119
total_offset =
page_boundary
(pStart + pSize);
123
size =
page_boundary
((pStart - start) + pSize);
136
size =
page_boundary
((pStart - start) + pSize);
Completed in 113 milliseconds