Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c3174 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; in elf64_alpha_relax_opt_call() local
3180 tsec_relocs = info->relocs; in elf64_alpha_relax_opt_call()
3186 tsec_relocs = (_bfd_elf_link_read_relocs in elf64_alpha_relax_opt_call()
3190 if (tsec_relocs == NULL) in elf64_alpha_relax_opt_call()
3192 tsec_relend = tsec_relocs + info->tsec->reloc_count; in elf64_alpha_relax_opt_call()
3193 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs); in elf64_alpha_relax_opt_call()
3202 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP)); in elf64_alpha_relax_opt_call()