Home | History | Annotate | Download | only in bfd

Lines Matching refs:sgotplt

798   /* The amount of space used by the reserved portion of the sgotplt
2245 htab->elf.sgotplt->size += 4;
2311 eh->tlsdesc_got = htab->elf.sgotplt->size
2313 htab->elf.sgotplt->size += 8;
2770 *local_tlsdesc_gotent = htab->elf.sgotplt->size
2772 htab->elf.sgotplt->size += 8;
2822 /* For every jump slot reserved in the sgotplt, reloc_count is
2840 if (htab->elf.sgotplt)
2846 && (htab->elf.sgotplt->size
2856 htab->elf.sgotplt->size = 0;
2889 else if (s == htab->elf.sgotplt
3352 gotplt = htab->elf.sgotplt;
3449 base_got = htab->elf.sgotplt;
3593 - htab->elf.sgotplt->output_section->vma
3594 - htab->elf.sgotplt->output_offset;
3651 relocation -= htab->elf.sgotplt->output_section->vma
3652 + htab->elf.sgotplt->output_offset;
3657 relocation = htab->elf.sgotplt->output_section->vma
3658 + htab->elf.sgotplt->output_offset;
4021 <= htab->elf.sgotplt->size);
4022 outrel.r_offset = (htab->elf.sgotplt->output_section->vma
4023 + htab->elf.sgotplt->output_offset
4038 htab->elf.sgotplt->contents + offplt
4044 htab->elf.sgotplt->contents + offplt
4127 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma
4128 + htab->elf.sgotplt->output_offset;
4174 - htab->elf.sgotplt->output_section->vma
4175 - htab->elf.sgotplt->output_offset,
4215 - htab->elf.sgotplt->output_section->vma
4216 - htab->elf.sgotplt->output_offset,
4305 - htab->elf.sgotplt->output_section->vma
4306 - htab->elf.sgotplt->output_offset;
4454 gotplt = htab->elf.sgotplt;
4539 rel.r_offset = (htab->elf.sgotplt->output_section->vma
4540 + htab->elf.sgotplt->output_offset
4789 s = htab->elf.sgotplt;
4851 (htab->elf.sgotplt->output_section->vma
4852 + htab->elf.sgotplt->output_offset
4857 (htab->elf.sgotplt->output_section->vma
4858 + htab->elf.sgotplt->output_offset
4922 if (htab->elf.sgotplt)
4924 if (bfd_is_abs_section (htab->elf.sgotplt->output_section))
4927 (_("discarded output section: `%A'"), htab->elf.sgotplt);
4932 if (htab->elf.sgotplt->size > 0)
4937 htab->elf.sgotplt->contents);
4938 bfd_put_32 (output_bfd, 0, htab->elf.sgotplt->contents + 4);
4939 bfd_put_32 (output_bfd, 0, htab->elf.sgotplt->contents + 8);
4942 elf_section_data (htab->elf.sgotplt->output_section)->this_hdr.sh_entsize = 4;