Lines Matching defs:sgotplt

659   asection *sgotplt;
683 /* The amount of space used by the reserved portion of the sgotplt
751 ret->sgotplt = NULL;
781 htab->sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
782 if (!htab->sgot || !htab->sgotplt)
1612 htab->sgotplt->size += 4;
1678 eh->tlsdesc_got = htab->sgotplt->size
1680 htab->sgotplt->size += 8;
1930 *local_tlsdesc_gotent = htab->sgotplt->size
1932 htab->sgotplt->size += 8;
1977 /* For every jump slot reserved in the sgotplt, reloc_count is
1997 || s == htab->sgotplt
2457 - htab->sgotplt->output_section->vma
2458 - htab->sgotplt->output_offset;
2487 relocation -= htab->sgotplt->output_section->vma
2488 + htab->sgotplt->output_offset;
2493 relocation = htab->sgotplt->output_section->vma
2494 + htab->sgotplt->output_offset;
2914 <= htab->sgotplt->size);
2915 outrel.r_offset = (htab->sgotplt->output_section->vma
2916 + htab->sgotplt->output_offset
2931 htab->sgotplt->contents + offplt
2937 htab->sgotplt->contents + offplt
3026 bfd_vma g_o_t = htab->sgotplt->output_section->vma
3027 + htab->sgotplt->output_offset;
3090 - htab->sgotplt->output_section->vma
3091 - htab->sgotplt->output_offset,
3138 - htab->sgotplt->output_section->vma
3139 - htab->sgotplt->output_offset,
3243 - htab->sgotplt->output_section->vma
3244 - htab->sgotplt->output_offset;
3384 || htab->sgotplt == NULL
3405 (htab->sgotplt->output_section->vma
3406 + htab->sgotplt->output_offset
3438 rel.r_offset = (htab->sgotplt->output_section->vma
3439 + htab->sgotplt->output_offset
3465 htab->sgotplt->contents + got_offset);
3468 rel.r_offset = (htab->sgotplt->output_section->vma
3469 + htab->sgotplt->output_offset
3619 s = htab->sgotplt;
3681 (htab->sgotplt->output_section->vma
3682 + htab->sgotplt->output_offset
3686 (htab->sgotplt->output_section->vma
3687 + htab->sgotplt->output_offset
3749 if (htab->sgotplt)
3752 if (htab->sgotplt->size > 0)
3757 htab->sgotplt->contents);
3758 bfd_put_32 (output_bfd, 0, htab->sgotplt->contents + 4);
3759 bfd_put_32 (output_bfd, 0, htab->sgotplt->contents + 8);
3762 elf_section_data (htab->sgotplt->output_section)->this_hdr.sh_entsize = 4;