Searched refs:text_section (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb-stabs.h69 asection *text_section; member in struct:dbx_symfile_info
85 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
H A Dsomread.c484 asection *text_section; /* section handle */ local
508 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$");
509 if (!text_section)
512 bfd_get_section_contents (objfile->obfd, text_section, dl_header, 0, 12 * sizeof (int));
531 bfd_get_section_contents (objfile->obfd, text_section, string_buffer,
546 bfd_get_section_contents (objfile->obfd, text_section, buffer,
566 bfd_get_section_contents (objfile->obfd, text_section, buffer,
604 asection *text_section; /* section handle */ local
631 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$");
632 if (!text_section)
[all...]
H A Dwin32-nat.c769 asection *text_section = bfd_get_section_by_name (abfd, ".text"); local
772 if (!text_section)
777 else if (text_load == (text_vma = bfd_get_section_vma (abfd, text_section)))
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-m68hc1x.c227 asection *text_section; local
240 text_section = 0;
256 text_section = section;
264 htab->tramp_section = text_section;

Completed in 54 milliseconds