Searched refs:ins2 (Results 1 – 1 of 1) sorted by relevance
366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd() local369 if (!parseAdrp(ins1, adrp) || !parseAdd(ins2, add)) in applyAdrpAdd()395 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp() local397 if (!parseAdrp(ins1, adrp1) || !parseAdrp(ins2, adrp2)) in applyAdrpAdrp()422 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr() local425 if (!parseAdrp(ins1, adrp) || !parseLdr(ins2, ldr)) in applyAdrpLdr()446 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGot() local449 if (parseAdd(ins2, add)) in applyAdrpLdrGot()451 else if (parseLdr(ins2, ldr)) in applyAdrpLdrGot()469 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAddLdr() local[all …]