Searched refs:debug_section (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c42 char* debug_section; member in struct:dwarf1_debug
367 eachDie = stash->debug_section + eachDieInfo.sibling;
480 stash->debug_section = bfd_alloc (abfd, size);
482 if (! stash->debug_section)
485 if (! bfd_get_section_contents (abfd, msec, stash->debug_section,
488 stash->debug_section = 0;
492 stash->debug_section_end = stash->debug_section + size;
493 stash->currentDie = stash->debug_section;
497 /* A null debug_section indicates that there was no dwarf1 info
500 if (! stash->debug_section)
[all...]
H A Dcoffgen.c1380 char *debug_section; local
1393 debug_section = bfd_alloc (abfd, sec_size);
1394 if (debug_section == NULL)
1403 || bfd_bread (debug_section, sec_size, abfd) != sec_size
1406 return debug_section;
1568 char *debug_section = NULL; local
1708 if (debug_section == NULL)
1709 debug_section = build_debug_section (abfd);
1711 (debug_section + internal_ptr->u.syment._n._n_n._n_offset);
H A Dxcofflink.c457 ret->debug_section = NULL;
856 if (xcoff_hash_table (info)->debug_section == NULL
866 xcoff_hash_table (info)->debug_section = dsec;
2394 || o == xcoff_hash_table (info)->debug_section
3350 xcoff_hash_table (info)->debug_section->size =
5908 o = xcoff_hash_table (info)->debug_section;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c181 static segT debug_section;
183 if (!debug_section)
189 debug_section = s->section;
191 return debug_section;
179 static segT debug_section; local
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h339 asection *debug_section; member in struct:xcoff_link_hash_table
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c366 asection *pinfo_section, *debug_section, *header_section;
380 debug_section = bfd_get_section_by_name (sym_bfd, "$DEBUG$");
383 if (pinfo_section && !debug_section)
1560 asection *pinfo_section, *debug_section, *header_section;
1587 debug_section = bfd_get_section_by_name (objfile->obfd, "$DEBUG$");
1589 if (debug_section)
361 asection *pinfo_section, *debug_section, *header_section; local
1551 asection *pinfo_section, *debug_section, *header_section; local

Completed in 201 milliseconds