OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_base
(Results
1 - 6
of
6
) 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
();
/art/dex2oat/
dex2oat.cc
298
uintptr_t
image_base
,
307
if (!image_writer.Write(image_filename,
image_base
, oat_filename, oat_location)) {
592
uintptr_t
image_base
= 0;
local
666
image_base
= strtoul(image_base_str, &end, 16);
797
if (
image_base
== 0) {
[
all
...]
Completed in 38 milliseconds