Lines Matching refs:gotplt

2240 	  asection *gotplt, *base_got;  in elf_i386_relocate_section()  local
2271 gotplt = htab->elf.sgotplt; in elf_i386_relocate_section()
2277 gotplt = htab->elf.igotplt; in elf_i386_relocate_section()
2344 - gotplt->output_section->vma in elf_i386_relocate_section()
2345 - gotplt->output_offset); in elf_i386_relocate_section()
2355 relocation += (gotplt->output_section->vma in elf_i386_relocate_section()
2356 + gotplt->output_offset); in elf_i386_relocate_section()
2361 relocation += gotplt->output_offset; in elf_i386_relocate_section()
2474 relocation -= (gotplt->output_section->vma in elf_i386_relocate_section()
2475 + gotplt->output_offset); in elf_i386_relocate_section()
3577 asection *plt, *resolved_plt, *gotplt, *relplt; in elf_i386_finish_dynamic_symbol() local
3584 gotplt = htab->elf.sgotplt; in elf_i386_finish_dynamic_symbol()
3590 gotplt = htab->elf.igotplt; in elf_i386_finish_dynamic_symbol()
3594 VERIFY_PLT_ENTRY (info, h, plt, gotplt, relplt, local_undefweak) in elf_i386_finish_dynamic_symbol()
3646 (gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
3647 + gotplt->output_offset in elf_i386_finish_dynamic_symbol()
3707 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
3710 rel.r_offset = (gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
3711 + gotplt->output_offset in elf_i386_finish_dynamic_symbol()
3726 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
3764 asection *plt, *got, *gotplt; in elf_i386_finish_dynamic_symbol() local
3770 gotplt = htab->elf.sgotplt; in elf_i386_finish_dynamic_symbol()
3776 || gotplt == NULL) in elf_i386_finish_dynamic_symbol()
3790 - gotplt->output_section->vma in elf_i386_finish_dynamic_symbol()
3791 - gotplt->output_offset); in elf_i386_finish_dynamic_symbol()