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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c3090 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
3096 tsec_relocs = info->relocs;
3102 tsec_relocs = (_bfd_elf_link_read_relocs
3106 if (tsec_relocs == NULL)
3108 tsec_relend = tsec_relocs + info->tsec->reloc_count;
3109 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
3118 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
3081 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-alpha.c3172 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
3178 tsec_relocs = info->relocs;
3184 tsec_relocs = (_bfd_elf_link_read_relocs
3188 if (tsec_relocs == NULL)
3190 tsec_relend = tsec_relocs + info->tsec->reloc_count;
3191 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
3200 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
3163 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local

Completed in 95 milliseconds