Searched refs:file_offset (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | mem.cpp | 40 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile() argument 42 size_t map_offset = RoundDown(file_offset, GetPageSize()); in MapFile() 43 size_t offset = file_offset - map_offset; in MapFile()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | mem.cpp | 159 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile() argument 161 size_t map_offset = RoundDown(file_offset, GetPageSize()); in MapFile() 162 size_t offset = file_offset - map_offset; in MapFile()
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | mem.h | 300 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset = 0,
|