Searched defs:image_base (Results 1 – 4 of 4) sorted by relevance
70 void set_image_base(uint64 image_base) { image_base_ = image_base; } in set_image_base()
79 uint32 image_base() const { return static_cast<uint32>(image_base_); } in image_base() function
79 uint64 image_base() const { return image_base_; } in image_base() function
179 uint64_t image_base; member