Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c3637 bfd_byte *debug_contents = NULL; in bfd_xcoff_size_dynamic_sections() local
3862 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents)) in bfd_xcoff_size_dynamic_sections()
3895 if (debug_contents != NULL in bfd_xcoff_size_dynamic_sections()
3898 name = (const char *) debug_contents + sym._n._n_n._n_offset; in bfd_xcoff_size_dynamic_sections()
3941 if (debug_contents) in bfd_xcoff_size_dynamic_sections()
3943 free (debug_contents); in bfd_xcoff_size_dynamic_sections()
3944 debug_contents = NULL; in bfd_xcoff_size_dynamic_sections()
3967 if (debug_contents != NULL) in bfd_xcoff_size_dynamic_sections()
3968 free (debug_contents); in bfd_xcoff_size_dynamic_sections()