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

#include "symfile.h"

Public Member Functions

 other_sections (CORE_ADDR addr_, std::string &&name_, int sectindex_)
 
 other_sections (other_sections &&other)=default
 
 DISABLE_COPY_AND_ASSIGN (other_sections)
 

Public Attributes

CORE_ADDR addr
 
std::string name
 
int sectindex
 

Detailed Description

Definition at line 45 of file symfile.h.

Constructor & Destructor Documentation

◆ other_sections() [1/2]

other_sections::other_sections ( CORE_ADDR addr_,
std::string && name_,
int sectindex_ )
inline

Definition at line 47 of file symfile.h.

◆ other_sections() [2/2]

other_sections::other_sections ( other_sections && other)
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

other_sections::DISABLE_COPY_AND_ASSIGN ( other_sections )

Member Data Documentation

◆ addr

CORE_ADDR other_sections::addr

Definition at line 58 of file symfile.h.

Referenced by addr_info_make_relative(), and relative_addr_info_to_section_offsets().

◆ name

std::string other_sections::name

◆ sectindex

int other_sections::sectindex

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