OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_symbol
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
disas.h
15
const char *
lookup_symbol
(target_ulong orig_addr);
29
lookup_symbol_t
lookup_symbol
;
member in struct:syminfo
elf_ops.h
76
static const char *glue(
lookup_symbol
, SZ)(struct syminfo *s, target_ulong orig_addr)
165
s->
lookup_symbol
= glue(
lookup_symbol
, SZ);
disas.c
321
const char *
lookup_symbol
(target_ulong orig_addr)
function
327
symbol = s->
lookup_symbol
(s, orig_addr);
cpu-exec.c
641
lookup_symbol
(tb->pc));
[
all
...]
/external/qemu/target-i386/
translate.c
[
all
...]
/external/qemu/target-mips/
translate.c
[
all
...]
/external/qemu/target-arm/
translate.c
[
all
...]
Completed in 167 milliseconds