Searched refs:undo_reloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dxtensa-isa-internal.h86 xtensa_undo_reloc_fn undo_reloc; /* Undo a PC-relative relocation. */ member in struct:xtensa_operand_internal_struct
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c1236 if (!intop->undo_reloc)
1239 strcpy (xtisa_error_msg, "operand missing undo_reloc function");
1243 if ((*intop->undo_reloc) (valp, pc))
1247 "undo_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);

Completed in 78 milliseconds