HomeSort by relevance Sort by last modified time
    Searched full:memory_map (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
pointer-signext.c 21 } MEMORY_MAP;
26 MEMORY_MAP *Entry;
30 Entry = CR (Link, MEMORY_MAP, Link);
  /external/chromium_org/tools/android/memdump/
memdump.cc 123 MemoryMap* memory_map) {
136 memory_map->start_address = static_cast<uint>(tmp);
141 memory_map->end_address = static_cast<uint>(tmp);
144 memory_map->flags.swap(tokens->at(1));
147 memory_map->offset = static_cast<uint>(tmp);
148 memory_map->committed_pages_bits.resize(
149 (memory_map->end_address - memory_map->start_address) / kPageSize);
155 if (!memory_map->name.empty())
156 memory_map->name.append(" ")
189 MemoryMap memory_map = {}; local
290 MemoryMap* const memory_map = &*it; local
377 const MemoryMap& memory_map = *it; local
407 const MemoryMap& memory_map = *it; local
    [all...]
  /external/grub/docs/
multiboot.h 109 typedef struct memory_map struct
multiboot.h.texi 109 typedef struct memory_map
multiboot.info     [all...]

Completed in 83 milliseconds