Lines Matching defs:base
45 #include "base/logging.hh"
46 #include "base/time.hh"
599 "\tHeap base: 0x%x\n"
601 "\tStack base: 0x%x\n"
605 Addr base = argv[1];
609 proxy.write<uint64_t>(base + 0 * 8, heap_base, endian);
610 proxy.write<uint64_t>(base + 1 * 8, heap_limit, endian);
611 proxy.write<uint64_t>(base + 2 * 8, stack_base, endian);
612 proxy.write<uint64_t>(base + 3 * 8, stack_limit, endian);
614 proxy.write<uint32_t>(base + 0 * 4, heap_base, endian);
615 proxy.write<uint32_t>(base + 1 * 4, heap_limit, endian);
616 proxy.write<uint32_t>(base + 2 * 4, stack_base, endian);
617 proxy.write<uint32_t>(base + 3 * 4, stack_limit, endian);