Home | History | Annotate | Download | only in bfd

Lines Matching full:valp

956 			  const xtensa_insnbuf slotbuf, uint32 *valp)
985 *valp = (*get_fn) (slotbuf);
1029 uint32 *valp)
1072 (*set_fn) (tmpbuf, *valp);
1073 return ((*get_fn) (tmpbuf) != *valp);
1087 orig_val = *valp;
1088 if ((*intop->encode) (valp)
1089 || (test_val = *valp, (*intop->decode) (&test_val))
1093 sprintf (xtisa_error_msg, "cannot encode operand value 0x%08x", *valp);
1103 uint32 *valp)
1115 if ((*intop->decode) (valp))
1118 sprintf (xtisa_error_msg, "cannot decode operand value 0x%08x", *valp);
1198 uint32 *valp, uint32 pc)
1216 if ((*intop->do_reloc) (valp, pc))
1220 "do_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
1230 uint32 *valp, uint32 pc)
1248 if ((*intop->undo_reloc) (valp, pc))
1252 "undo_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);