OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_base
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/
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
/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 43 milliseconds