Home
last modified time | relevance | path

Searched refs:plt_reloc_count (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c608 int plt_reloc_count; member
1104 htab->plt_reloc_count += 1; in elf_xtensa_check_relocs()
1108 if (! add_extra_plt_sections (info, htab->plt_reloc_count)) in elf_xtensa_check_relocs()
1418 if (! add_extra_plt_sections (info, htab->plt_reloc_count)) in elf_xtensa_create_dynamic_sections()
DChangeLog-20073323 * elf32-xtensa.c (plt_reloc_count): Move into link hash table.
3327 (elf_xtensa_check_relocs): Update plt_reloc_count references.
3330 table. Update for plt_reloc_count and add_extra_plt_sections.
DChangeLog-02031849 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.