Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c8136 unsigned char *toc_ref; in ppc64_elf_tls_optimize() local
8153 toc_ref = NULL; in ppc64_elf_tls_optimize()
8171 free (toc_ref); in ppc64_elf_tls_optimize()
8198 if (toc_ref != NULL) in ppc64_elf_tls_optimize()
8199 free (toc_ref); in ppc64_elf_tls_optimize()
8336 if (toc_ref == NULL) in ppc64_elf_tls_optimize()
8337 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8); in ppc64_elf_tls_optimize()
8338 if (toc_ref == NULL) in ppc64_elf_tls_optimize()
8355 toc_ref[toc_ref_index] = 1; in ppc64_elf_tls_optimize()
8359 if (pass != 0 && toc_ref[toc_ref_index] == 0) in ppc64_elf_tls_optimize()
[all …]
DChangeLog-20094137 if section has no old-style calls. Set toc_ref for new relocs as