Lines Matching refs:checkOpcode
301 Entry->checkOpcode = checkOpcodeArm<K>; in initEntry()
303 Entry->checkOpcode = checkOpcodeThumb<K>; in initEntry()
315 static Error checkOpcode(LinkGraph &G, const ArmRelocation &R, in checkOpcode() function
321 assert(Info.checkOpcode && "Opcode check is mandatory for Arm edges"); in checkOpcode()
322 if (!Info.checkOpcode(R.Wd)) in checkOpcode()
328 static Error checkOpcode(LinkGraph &G, const ThumbRelocation &R, in checkOpcode() function
334 assert(Info.checkOpcode && "Opcode check is mandatory for Thumb edges"); in checkOpcode()
335 if (!Info.checkOpcode(R.Hi, R.Lo)) in checkOpcode()
414 if (Error Err = checkOpcode(G, R, Kind)) in readAddendArm()
437 if (Error Err = checkOpcode(G, R, Kind)) in readAddendThumb()
526 if (Error Err = checkOpcode(G, R, Kind)) in applyFixupArm()
602 if (Error Err = checkOpcode(G, R, Kind)) in applyFixupThumb()