Searched refs:sec_contents (Results 1 – 1 of 1) sorted by relevance
11490 bfd_byte *sec_contents, *l_sec_contents = NULL; in _bfd_elf_section_already_linked() local11492 if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) in _bfd_elf_section_already_linked()11501 else if (memcmp (sec_contents, l_sec_contents, sec->size) != 0) in _bfd_elf_section_already_linked()11506 if (sec_contents) in _bfd_elf_section_already_linked()11507 free (sec_contents); in _bfd_elf_section_already_linked()