Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c8326 unsigned char *toc_ref; in ppc64_elf_tls_optimize() local
8343 toc_ref = NULL; in ppc64_elf_tls_optimize()
8361 free (toc_ref); in ppc64_elf_tls_optimize()
8388 if (toc_ref != NULL) in ppc64_elf_tls_optimize()
8389 free (toc_ref); in ppc64_elf_tls_optimize()
8527 if (toc_ref == NULL) in ppc64_elf_tls_optimize()
8528 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8); in ppc64_elf_tls_optimize()
8529 if (toc_ref == NULL) in ppc64_elf_tls_optimize()
8546 toc_ref[toc_ref_index] = 1; in ppc64_elf_tls_optimize()
8550 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