HomeSort by: relevance | last modified time | path
    Searched defs:the_bfd_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
target-section.h 65 the_bfd_section (sect_),
76 struct bfd_section *the_bfd_section; member in struct:target_section
objfiles.h 382 return bfd_section_vma (this->the_bfd_section) + this->offset ();
389 return this->addr () + bfd_section_size (this->the_bfd_section);
399 struct bfd_section *the_bfd_section; member in struct:obj_section
694 while (m_iter < m_end && m_iter->the_bfd_section == nullptr)
787 The table is indexed by the_bfd_section->index, thus it is generally
914 return this->objfile->section_offset (this->the_bfd_section);
921 this->objfile->set_section_offset (this->the_bfd_section, offset);
  /src/external/gpl3/gdb.old/dist/gdb/
target-section.h 65 the_bfd_section (sect_),
76 struct bfd_section *the_bfd_section; member in struct:target_section
objfiles.h 381 return bfd_section_vma (this->the_bfd_section) + this->offset ();
388 return this->addr () + bfd_section_size (this->the_bfd_section);
398 struct bfd_section *the_bfd_section; member in struct:obj_section
681 while (m_iter < m_end && m_iter->the_bfd_section == nullptr)
772 The table is indexed by the_bfd_section->index, thus it is generally
898 return this->objfile->section_offset (this->the_bfd_section);
905 this->objfile->set_section_offset (this->the_bfd_section, offset);

Completed in 28 milliseconds