Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dxcofflink.c2989 bfd_byte *debug_contents = NULL; in bfd_xcoff_size_dynamic_sections() local
3287 if (! bfd_malloc_and_get_section (sub, subdeb, &debug_contents)) in bfd_xcoff_size_dynamic_sections()
3317 name = (char *) debug_contents + sym._n._n_n._n_offset; in bfd_xcoff_size_dynamic_sections()
3330 free (debug_contents); in bfd_xcoff_size_dynamic_sections()
3331 debug_contents = NULL; in bfd_xcoff_size_dynamic_sections()
3353 if (debug_contents != NULL) in bfd_xcoff_size_dynamic_sections()
3354 free (debug_contents); in bfd_xcoff_size_dynamic_sections()