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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c1511 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
1517 tsec_relocs = info->relocs;
1523 tsec_relocs = (_bfd_elf_link_read_relocs
1527 if (tsec_relocs == NULL)
1529 tsec_relend = tsec_relocs + info->tsec->reloc_count;
1530 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
1539 (tsec_relocs, tsec_relend, ofs, R_ALPHA_GPDISP));
1507 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local

Completed in 104 milliseconds