Searched refs:subdeb (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c3256 asection *subdeb;
3265 subdeb = bfd_get_section_by_name (sub, ".debug");
3266 if (subdeb == NULL || subdeb->size == 0)
3273 subdeb->size = 0;
3291 if (! bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
3337 /* Clear the size of subdeb, so that it is not included directly
3339 subdeb->size = 0;
3251 asection *subdeb; local
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c3837 asection *subdeb;
3867 subdeb = NULL;
3871 subdeb = bfd_get_section_by_name (sub, ".debug");
3872 if (subdeb != NULL && subdeb->size > 0)
3879 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
3963 /* Clear the size of subdeb, so that it is not included directly
3965 subdeb->size = 0;
3826 asection *subdeb; local

Completed in 35 milliseconds