Searched refs:image_base (Results 1 – 6 of 6) sorted by relevance
70 void set_image_base(uint64 image_base) { image_base_ = image_base; } in set_image_base() argument
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
202 target->set_image_base(image_base()); in Disassemble()379 ++abs32_target_rvas_[target_address - image_base()]; in ParseAbs32Relocs()576 RVA target_rva = target_address - image_base(); in ParseFileRegion()
865 def image__base : Separate<["-"], "image_base">;