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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c3048 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
3054 tsec_relocs = info->relocs;
3060 tsec_relocs = (_bfd_elf_link_read_relocs
3064 if (tsec_relocs == NULL)
3066 tsec_relend = tsec_relocs + info->tsec->reloc_count;
3067 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
3076 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
3039 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local

Completed in 194 milliseconds