OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapped_at
(Results
1 - 2
of
2
) 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
...]
/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
...]
Completed in 2848 milliseconds