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

  /toolchain/binutils/binutils-2.27/include/
xtensa-isa-internal.h 88 xtensa_undo_reloc_fn undo_reloc; /* Undo a PC-relative relocation. */ member in struct:xtensa_operand_internal_struct
  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 1241 if (!intop->undo_reloc)
1244 strcpy (xtisa_error_msg, "operand missing undo_reloc function");
1248 if ((*intop->undo_reloc) (valp, pc))
1252 "undo_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
    [all...]

Completed in 844 milliseconds