Searched refs:tsec_free (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;
3065 tsec_free = NULL;
3076 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);
3089 if (tsec_free)
3090 free (tsec_free);
3093 if (tsec_free)
3094 free (tsec_free);
3048 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local

Completed in 66 milliseconds