OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_offset
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
loader.c
307
int load_elf(const char *filename, int64_t
address_offset
,
342
ret = load_elf64(fd,
address_offset
, must_swab, pentry,
345
ret = load_elf32(fd,
address_offset
, must_swab, pentry,
elf_ops.h
180
static int glue(load_elf, SZ)(int fd, int64_t
address_offset
,
245
/*
address_offset
is hack for kernel images that are
247
addr = ph->p_paddr +
address_offset
;
sysemu.h
229
int load_elf(const char *filename, int64_t
address_offset
,
/external/oprofile/events/i386/nehalem/
unit_masks
10
0x04
address_offset
Counts the number of loads blocked by a preceding store address
/external/qemu/target-arm/
translate.c
7169
int
address_offset
;
local
[
all
...]
Completed in 464 milliseconds