Searched defs:memory_area (Results 1 – 3 of 3) sorted by relevance
17 struct memory_area struct19 void const* start;20 void const* end;22 memory_area(void const* s, void const* e) : start(s), end(e) in memory_area() argument
262 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readSymbolTable() local304 MemoryArea* memory_area = pArchive.getARFile().memArea(); in readStringTable() local
99 void* const memory_area = mmap(nullptr, pa_size_, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in map_prop_area_rw() local