Searched refs:tsec_free (Results 1 – 2 of 2) sorted by relevance
3023 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; in elf64_alpha_relax_opt_call() local3031 tsec_free = NULL; in elf64_alpha_relax_opt_call()3042 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs); in elf64_alpha_relax_opt_call()3055 if (tsec_free) in elf64_alpha_relax_opt_call()3056 free (tsec_free); in elf64_alpha_relax_opt_call()3059 if (tsec_free) in elf64_alpha_relax_opt_call()3060 free (tsec_free); in elf64_alpha_relax_opt_call()
1518 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local1526 tsec_free = NULL;1537 tsec_free = (info->link_info->keep_memory ? NULL : tsec_relocs);1550 if (tsec_free)1551 free (tsec_free);1554 if (tsec_free)1555 free (tsec_free);