HomeSort by relevance Sort by last modified time
    Searched refs:patch_reloc (Results 1 - 8 of 8) sorted by null

  /external/qemu/tcg/
tcg.c 68 static void patch_reloc(uint8_t *code_ptr, int type,
124 patch_reloc(code_ptr, type, l->u.value, addend);
147 patch_reloc(r->ptr, r->type, value, r->addend);
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 80 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 129 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 147 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 86 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 205 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 196 static void patch_reloc (uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 103 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]

Completed in 314 milliseconds