GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
obj_section Struct Reference

#include "objfiles.h"

Public Member Functions

CORE_ADDR offset () const
 
void set_offset (CORE_ADDR offset)
 
CORE_ADDR addr () const
 
CORE_ADDR endaddr () const
 

Public Attributes

struct bfd_section * the_bfd_section
 
struct objfileobjfile
 
int ovly_mapped
 

Detailed Description

Definition at line 376 of file objfiles.h.

Member Function Documentation

◆ addr()

CORE_ADDR obj_section::addr ( ) const
inline

◆ endaddr()

CORE_ADDR obj_section::endaddr ( ) const
inline

◆ offset()

CORE_ADDR obj_section::offset ( ) const
inline

◆ set_offset()

void obj_section::set_offset ( CORE_ADDR offset)
inline

Definition at line 910 of file objfiles.h.

References objfile::set_section_offset(), and the_bfd_section.

Member Data Documentation

◆ objfile

struct objfile* obj_section::objfile

◆ ovly_mapped

int obj_section::ovly_mapped

Definition at line 404 of file objfiles.h.

Referenced by add_to_objfile_sections(), section_is_mapped(), and simple_overlay_update_1().

◆ the_bfd_section

struct bfd_section* obj_section::the_bfd_section

The documentation for this struct was generated from the following file: