HomeSort by relevance Sort by last modified time
    Searched refs:mapped_at (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/utils/
mapfile.c 158 void* mapped_at = NULL; local
214 mapped_at = MapViewOfFile(map_handle, win32_map, converter.HighPart,
220 if (mapped_at == NULL) {
225 mapped_at =
227 if (mapped_at == MAP_FAILED) {
232 *mapped_offset = (char*)mapped_at + (offset - map_offset);
235 return mapped_at;
239 mapfile_unmap(void* mapped_at, size_t len)
242 if (!UnmapViewOfFile(mapped_at)) {
248 return munmap(mapped_at, len)
    [all...]
mapfile.h 120 * mapped_at - A pointer to the base address of the mapped section of a file
127 extern int mapfile_unmap(void* mapped_at, size_t len);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 158 void* mapped_at = NULL; local
214 mapped_at = MapViewOfFile(map_handle, win32_map, converter.HighPart,
220 if (mapped_at == NULL) {
225 mapped_at =
227 if (mapped_at == MAP_FAILED) {
232 *mapped_offset = (char*)mapped_at + (offset - map_offset);
235 return mapped_at;
239 mapfile_unmap(void* mapped_at, size_t len)
242 if (!UnmapViewOfFile(mapped_at)) {
248 return munmap(mapped_at, len)
    [all...]
mapfile.h 120 * mapped_at - A pointer to the base address of the mapped section of a file
127 extern int mapfile_unmap(void* mapped_at, size_t len);

Completed in 193 milliseconds