Searched refs:resolved_plt (Results 1 – 5 of 5) sorted by relevance
2478 asection *base_got, *resolved_plt; in elf_x86_64_relocate_section() local2698 resolved_plt = htab->plt_second; in elf_x86_64_relocate_section()2703 resolved_plt = htab->elf.splt; in elf_x86_64_relocate_section()2709 resolved_plt = htab->elf.iplt; in elf_x86_64_relocate_section()2713 relocation = (resolved_plt->output_section->vma in elf_x86_64_relocate_section()2714 + resolved_plt->output_offset + plt_offset); in elf_x86_64_relocate_section()3068 resolved_plt = htab->plt_got; in elf_x86_64_relocate_section()3073 resolved_plt = htab->plt_second; in elf_x86_64_relocate_section()3078 resolved_plt = htab->elf.splt; in elf_x86_64_relocate_section()3082 relocation = (resolved_plt->output_section->vma in elf_x86_64_relocate_section()[all …]
2081 asection *resolved_plt; in elf_i386_relocate_section() local2263 resolved_plt = htab->plt_second; in elf_i386_relocate_section()2268 resolved_plt = htab->elf.splt; in elf_i386_relocate_section()2275 resolved_plt = htab->elf.iplt; in elf_i386_relocate_section()2376 relocation = (resolved_plt->output_section->vma in elf_i386_relocate_section()2377 + resolved_plt->output_offset + plt_offset); in elf_i386_relocate_section()2713 resolved_plt = htab->plt_second; in elf_i386_relocate_section()2718 resolved_plt = htab->elf.splt; in elf_i386_relocate_section()2724 resolved_plt = htab->plt_got; in elf_i386_relocate_section()2728 relocation = (resolved_plt->output_section->vma in elf_i386_relocate_section()[all …]
2650 asection *base_got, *resolved_plt; in elf_x86_64_relocate_section() local2871 resolved_plt = htab->plt_second; in elf_x86_64_relocate_section()2876 resolved_plt = htab->elf.splt; in elf_x86_64_relocate_section()2882 resolved_plt = htab->elf.iplt; in elf_x86_64_relocate_section()2886 relocation = (resolved_plt->output_section->vma in elf_x86_64_relocate_section()2887 + resolved_plt->output_offset + plt_offset); in elf_x86_64_relocate_section()3242 resolved_plt = htab->plt_got; in elf_x86_64_relocate_section()3247 resolved_plt = htab->plt_second; in elf_x86_64_relocate_section()3252 resolved_plt = htab->elf.splt; in elf_x86_64_relocate_section()3256 relocation = (resolved_plt->output_section->vma in elf_x86_64_relocate_section()[all …]
2107 asection *resolved_plt; in elf_i386_relocate_section() local2289 resolved_plt = htab->plt_second; in elf_i386_relocate_section()2294 resolved_plt = htab->elf.splt; in elf_i386_relocate_section()2301 resolved_plt = htab->elf.iplt; in elf_i386_relocate_section()2402 relocation = (resolved_plt->output_section->vma in elf_i386_relocate_section()2403 + resolved_plt->output_offset + plt_offset); in elf_i386_relocate_section()2739 resolved_plt = htab->plt_second; in elf_i386_relocate_section()2744 resolved_plt = htab->elf.splt; in elf_i386_relocate_section()2750 resolved_plt = htab->plt_got; in elf_i386_relocate_section()2754 relocation = (resolved_plt->output_section->vma in elf_i386_relocate_section()[all …]
2528 asection *resolved_plt = NULL; in _bfd_x86_elf_size_dynamic_sections() local2533 resolved_plt = htab->plt_second; in _bfd_x86_elf_size_dynamic_sections()2535 resolved_plt = htab->elf.splt; in _bfd_x86_elf_size_dynamic_sections()2537 if (resolved_plt != NULL && resolved_plt->size == 0) in _bfd_x86_elf_size_dynamic_sections()2538 resolved_plt = NULL; in _bfd_x86_elf_size_dynamic_sections()2689 if (resolved_plt != NULL in _bfd_x86_elf_size_dynamic_sections()2769 asection *resolved_plt; in _bfd_x86_elf_finish_dynamic_sections() local2771 resolved_plt = htab->plt_second; in _bfd_x86_elf_finish_dynamic_sections()2773 resolved_plt = htab->elf.splt; in _bfd_x86_elf_finish_dynamic_sections()2821 s = resolved_plt->output_section; in _bfd_x86_elf_finish_dynamic_sections()[all …]