Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dlinker.c2929 bfd_byte *sec_contents, *l_sec_contents = NULL; in _bfd_handle_already_linked() local
2936 &l_sec_contents)) in _bfd_handle_already_linked()
2940 else if (memcmp (sec_contents, l_sec_contents, sec->size) != 0) in _bfd_handle_already_linked()
2947 if (l_sec_contents) in _bfd_handle_already_linked()
2948 free (l_sec_contents); in _bfd_handle_already_linked()