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 60 static void patch_reloc(uint8_t *code_ptr, int type,
118 patch_reloc(code_ptr, type, l->u.value, addend);
141 patch_reloc(r->ptr, r->type, value, r->addend);
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 92 static void patch_reloc(uint8_t *code_ptr, int type, function
  /external/qemu/tcg/i386/
tcg-target.c 53 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...]
  /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 70 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 200 static void patch_reloc(uint8_t *code_ptr, int type, function
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 184 static void patch_reloc (uint8_t *code_ptr, int type, function
    [all...]

Completed in 3333 milliseconds