Lines Matching refs:ovf

252         int ovf = 0;  in arch_livepatch_perform_rela()  local
288 ovf = reloc_data(RELOC_OP_ABS, dest, val, 64); in arch_livepatch_perform_rela()
292 ovf = reloc_data(RELOC_OP_ABS, dest, val, 32); in arch_livepatch_perform_rela()
296 ovf = reloc_data(RELOC_OP_ABS, dest, val, 16); in arch_livepatch_perform_rela()
303 ovf = reloc_data(RELOC_OP_PREL, dest, val, 64); in arch_livepatch_perform_rela()
307 ovf = reloc_data(RELOC_OP_PREL, dest, val, 32); in arch_livepatch_perform_rela()
311 ovf = reloc_data(RELOC_OP_PREL, dest, val, 16); in arch_livepatch_perform_rela()
320 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela()
329 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 16, in arch_livepatch_perform_rela()
338 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 32, in arch_livepatch_perform_rela()
345 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 48, in arch_livepatch_perform_rela()
350 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela()
355 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 16, in arch_livepatch_perform_rela()
360 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 32, in arch_livepatch_perform_rela()
366 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 0, in arch_livepatch_perform_rela()
371 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 0, in arch_livepatch_perform_rela()
377 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 16, in arch_livepatch_perform_rela()
382 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 16, in arch_livepatch_perform_rela()
388 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 32, in arch_livepatch_perform_rela()
393 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 32, in arch_livepatch_perform_rela()
400 ovf = reloc_insn_movw(RELOC_OP_PREL, dest, val, 48, in arch_livepatch_perform_rela()
406 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 0, 21, in arch_livepatch_perform_rela()
414 ovf = reloc_insn_imm(RELOC_OP_PAGE, dest, val, 12, 21, in arch_livepatch_perform_rela()
423 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 0, 12, in arch_livepatch_perform_rela()
429 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 1, 11, in arch_livepatch_perform_rela()
435 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 2, 10, in arch_livepatch_perform_rela()
441 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 3, 9, in arch_livepatch_perform_rela()
447 ovf = reloc_insn_imm(RELOC_OP_ABS, dest, val, 4, 8, in arch_livepatch_perform_rela()
452 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 19, in arch_livepatch_perform_rela()
457 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 19, in arch_livepatch_perform_rela()
463 ovf = reloc_insn_imm(RELOC_OP_PREL, dest, val, 2, 26, in arch_livepatch_perform_rela()
473 if ( overflow_check && ovf == -EOVERFLOW ) in arch_livepatch_perform_rela()
477 return ovf; in arch_livepatch_perform_rela()