Lines Matching refs:gotplt

3904 	  asection *plt, *gotplt, *base_got;  in elf_i386_relocate_section()  local
3922 gotplt = htab->elf.sgotplt; in elf_i386_relocate_section()
3927 gotplt = htab->elf.igotplt; in elf_i386_relocate_section()
3993 - gotplt->output_section->vma in elf_i386_relocate_section()
3994 - gotplt->output_offset); in elf_i386_relocate_section()
4004 relocation += (gotplt->output_section->vma in elf_i386_relocate_section()
4005 + gotplt->output_offset); in elf_i386_relocate_section()
4010 relocation += gotplt->output_offset; in elf_i386_relocate_section()
4109 relocation -= (gotplt->output_section->vma in elf_i386_relocate_section()
4110 + gotplt->output_offset); in elf_i386_relocate_section()
5246 asection *plt, *gotplt, *relplt; in elf_i386_finish_dynamic_symbol() local
5253 gotplt = htab->elf.sgotplt; in elf_i386_finish_dynamic_symbol()
5259 gotplt = htab->elf.igotplt; in elf_i386_finish_dynamic_symbol()
5272 || gotplt == NULL in elf_i386_finish_dynamic_symbol()
5304 (gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
5305 + gotplt->output_offset in elf_i386_finish_dynamic_symbol()
5366 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
5369 rel.r_offset = (gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
5370 + gotplt->output_offset in elf_i386_finish_dynamic_symbol()
5385 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
5416 asection *plt, *got, *gotplt; in elf_i386_finish_dynamic_symbol() local
5425 gotplt = htab->elf.sgotplt; in elf_i386_finish_dynamic_symbol()
5431 || gotplt == NULL) in elf_i386_finish_dynamic_symbol()
5445 - gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
5446 - gotplt->output_offset); in elf_i386_finish_dynamic_symbol()