Lines Matching refs:bundle
142 bundle (const struct insn *insn) in bundle() function
214 unsigned char bundle[2][16]; member
235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt()
236 && apply_imm60(mod, (struct insn *) (plt->bundle[1] + 2), in patch_plt()
237 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt()
245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target()
252 return (long) plt->bundle[1] + 16*off; in plt_target()
259 unsigned char bundle[3][16]; member
285 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt()
286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt()
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target()
566 while (plt->bundle[0][0]) { in get_plt()
665 val -= bundle(location); in do_reloc()
704 val -= bundle(location); in do_reloc()