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

/haiku-buildtools/legacy/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
865 xcoff_hash_table (info)->debug_section = dsec;
2393 || o == xcoff_hash_table (info)->debug_section
3349 xcoff_hash_table (info)->debug_section->size =
5907 o = xcoff_hash_table (info)->debug_section;
/haiku-buildtools/binutils/bfd/
H A Ddwarf1.c45 bfd_byte *debug_section; member in struct:dwarf1_debug
376 eachDie = stash->debug_section + eachDieInfo.sibling;
489 stash->debug_section
493 if (! stash->debug_section)
496 stash->debug_section_end = stash->debug_section + size;
497 stash->currentDie = stash->debug_section;
502 /* A null debug_section indicates that there was no dwarf1 info
505 if (! stash->debug_section)
544 != stash->debug_section + aDieInfo.sibling)
557 stash->currentDie = stash->debug_section
[all...]
H A Dcoffgen.c1573 char *debug_section; local
1586 debug_section = (char *) bfd_alloc (abfd, sec_size);
1587 if (debug_section == NULL)
1596 || bfd_bread (debug_section, sec_size, abfd) != sec_size
1601 return debug_section;
H A Dxcofflink.c106 asection *debug_section; member in struct:xcoff_link_hash_table
1118 if (xcoff_hash_table (info)->debug_section == NULL
1128 xcoff_hash_table (info)->debug_section = dsec;
3031 || o == xcoff_hash_table (info)->debug_section
3976 xcoff_hash_table (info)->debug_section->size =
6414 o = xcoff_hash_table (info)->debug_section;
/haiku-buildtools/legacy/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
/haiku-buildtools/legacy/binutils/include/coff/
H A Dxcoff.h339 asection *debug_section; member in struct:xcoff_link_hash_table
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c248 static segT debug_section;
250 if (!debug_section)
256 debug_section = s->section;
258 return debug_section;
246 static segT debug_section; local
/haiku-buildtools/gcc/libbacktrace/
H A Delf.c229 enum debug_section enum

Completed in 283 milliseconds