Searched refs:tsec_relocs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c3057 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
3063 tsec_relocs = info->relocs;
3069 tsec_relocs = (_bfd_elf_link_read_relocs
3073 if (tsec_relocs == NULL)
3075 tsec_relend = tsec_relocs + info->tsec->reloc_count;
3076 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
3085 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
3048 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local

Completed in 109 milliseconds