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

  /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 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/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);
401 struct bfd_section *the_bfd_section; member in struct:obj_section
664 { return sec.the_bfd_section != nullptr; }
670 That is, the sections for which obj_section::the_bfd_section is
750 The table is indexed by the_bfd_section->index, thus it is generally
877 return this->objfile->section_offset (this->the_bfd_section);
884 this->objfile->set_section_offset (this->the_bfd_section, offset);

Completed in 57 milliseconds