OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGRelocation
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
68
typedef struct
TCGRelocation
{
69
struct
TCGRelocation
*next;
73
}
TCGRelocation
;
79
TCGRelocation
*first_reloc;
tcg.c
117
TCGRelocation
*r;
127
r = tcg_malloc(sizeof(
TCGRelocation
));
140
TCGRelocation
*r;
[
all
...]
Completed in 16 milliseconds