Home
last modified time | relevance | path

Searched refs:tsec_free (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-alpha.c3023 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; in elf64_alpha_relax_opt_call() local
3031 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()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-alpha.c1518 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local
1526 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);