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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf64-ppc.c6798 unsigned char *toc_ref = NULL;
6841 if (toc_ref != NULL)
6842 free (toc_ref);
6953 if (toc_ref != NULL)
6954 toc_ref[toc_ref_index] = 1;
6983 if (toc_ref == NULL)
6985 toc_ref = bfd_zmalloc (toc->size / 8);
6986 if (toc_ref == NULL)
6997 toc_ref[toc_ref_index] = 1;
7004 || toc_ref
6794 unsigned char *toc_ref = NULL; local
[all...]

Completed in 61 milliseconds