HomeSort by relevance Sort by last modified time
    Searched refs:image_base (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
assembly_program.h 70 void set_image_base(uint64 image_base) { image_base_ = image_base; }
disassembler_win32_x86.h 73 // do this with is the image base address. 'image_base' is valid only for
75 uint32 image_base() const { return static_cast<uint32>(image_base_); } function in class:courgette::DisassemblerWin32X86
disassembler_win32_x86.cc 206 target->set_image_base(image_base());
383 ++abs32_target_rvas_[target_address - image_base()];
580 RVA target_rva = target_address - image_base();
  /art/dex2oat/
dex2oat.cc 298 uintptr_t image_base,
307 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location)) {
587 uintptr_t image_base = 0; local
661 image_base = strtoul(image_base_str, &end, 16);
792 if (image_base == 0) {
    [all...]

Completed in 4524 milliseconds