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

#include "target-section.h"

Public Member Functions

 target_section (CORE_ADDR addr_, CORE_ADDR end_, struct bfd_section *sect_, void *owner_=nullptr)
 

Public Attributes

CORE_ADDR addr
 
CORE_ADDR endaddr
 
struct bfd_section * the_bfd_section
 
void * owner
 

Detailed Description

Definition at line 27 of file target-section.h.

Constructor & Destructor Documentation

◆ target_section()

target_section::target_section ( CORE_ADDR addr_,
CORE_ADDR end_,
struct bfd_section * sect_,
void * owner_ = nullptr )
inline

Definition at line 29 of file target-section.h.

Member Data Documentation

◆ addr

CORE_ADDR target_section::addr

◆ endaddr

CORE_ADDR target_section::endaddr

◆ owner

void* target_section::owner

Definition at line 51 of file target-section.h.

◆ the_bfd_section

struct bfd_section* target_section::the_bfd_section

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