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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c11502 bfd_byte *sec_contents, *l_sec_contents = NULL;
11509 &l_sec_contents))
11513 else if (memcmp (sec_contents, l_sec_contents, sec->size) != 0)
11520 if (l_sec_contents)
11521 free (l_sec_contents);
11490 bfd_byte *sec_contents, *l_sec_contents = NULL; local

Completed in 71 milliseconds