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

  /external/qemu/android/utils/
mapfile.h 97 * mapped_offset - Upon success, contains pointer to the requested offset
105 * of the requested section mapping. Use value returned in mapped_offset
115 void** mapped_offset,
mapfile.c 155 void** mapped_offset,
232 *mapped_offset = (char*)mapped_at + (offset - map_offset);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 97 * mapped_offset - Upon success, contains pointer to the requested offset
105 * of the requested section mapping. Use value returned in mapped_offset
115 void** mapped_offset,
mapfile.c 155 void** mapped_offset,
232 *mapped_offset = (char*)mapped_at + (offset - map_offset);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 82 int mapped_offset; member in struct:SDL_PrivateVideoData
128 #define mapped_offset (this->hidden->mapped_offset) macro
SDL_fbvideo.c 580 mapped_offset = (((long)finfo.smem_start) -
582 mapped_memlen = finfo.smem_len+mapped_offset;
    [all...]

Completed in 112 milliseconds