Lines Matching refs:gen_code_ptr
314 uint8_t *gen_code_ptr = *gen_code_pp, *plt_start, *got_start;
325 plt_start = gen_code_ptr;
333 memcpy(gen_code_ptr, plt_bundle, sizeof(plt_bundle));
334 ia64_imm64 (gen_code_ptr + 0x02, fdesc->gp);
335 ia64_imm60b(gen_code_ptr + 0x12,
336 (fdesc->ip - (long) (gen_code_ptr + 0x10)) >> 4);
337 gen_code_ptr += sizeof(plt_bundle);
347 got_start = gen_code_ptr;
352 for (vp = (uint64_t *) got_start; vp < (uint64_t *) gen_code_ptr; ++vp)
355 if (vp == (uint64_t *) gen_code_ptr) {
358 gen_code_ptr += 8;
363 if ((long) gen_code_ptr & 15)
364 gen_code_ptr += 8;
365 *gen_code_pp = gen_code_ptr;
414 uint8_t *gen_code_ptr;
420 gen_code_ptr = s->code_ptr;
431 hppa_process_stubs(hppa_stubs, &gen_code_ptr);
434 s->code_ptr = gen_code_ptr;