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

  /external/chromium_org/courgette/
assembly_program.h 70 void set_image_base(uint64 image_base) { image_base_ = image_base; }
disassembler_win32_x64.h 77 // do this with is the image base address. 'image_base' is valid only for
79 uint64 image_base() const { return image_base_; } function in class:courgette::DisassemblerWin32X64
disassembler_win32_x86.h 77 // do this with is the image base address. 'image_base' is valid only for
79 uint32 image_base() const { return static_cast<uint32>(image_base_); } function in class:courgette::DisassemblerWin32X86
disassembler_win32_x64.cc 202 target->set_image_base(image_base());
379 ++abs32_target_rvas_[target_address - image_base()];
576 RVA target_rva = target_address - image_base();
disassembler_win32_x86.cc 202 target->set_image_base(image_base());
379 ++abs32_target_rvas_[target_address - image_base()];
576 RVA target_rva = target_address - image_base();
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 179 uint64_t image_base; member in struct:ObjectFilePECOFF::coff_opt_header
ObjectFilePECOFF.cpp 408 m_coff_header_opt.image_base = m_data.GetMaxU64 (offset_ptr, addr_byte_size);
    [all...]
  /art/dex2oat/
dex2oat.cc 466 uintptr_t image_base,
475 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location,
867 uintptr_t image_base = 0; local
    [all...]

Completed in 222 milliseconds