Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxcofflink.c2987 bfd_byte *debug_contents = NULL; in bfd_xcoff_size_dynamic_sections() local
3285 if (! bfd_malloc_and_get_section (sub, subdeb, &debug_contents)) in bfd_xcoff_size_dynamic_sections()
3315 name = (char *) debug_contents + sym._n._n_n._n_offset; in bfd_xcoff_size_dynamic_sections()
3328 free (debug_contents); in bfd_xcoff_size_dynamic_sections()
3329 debug_contents = NULL; in bfd_xcoff_size_dynamic_sections()
3351 if (debug_contents != NULL) in bfd_xcoff_size_dynamic_sections()
3352 free (debug_contents); in bfd_xcoff_size_dynamic_sections()