LLDB mainline
Classes | Public Member Functions | Protected Attributes | List of all members
MachSymtabSectionInfo Class Reference

Classes

struct  SectionInfo
 

Public Member Functions

 MachSymtabSectionInfo (SectionList *section_list)
 
SectionSP GetSection (uint8_t n_sect, addr_t file_addr)
 

Protected Attributes

SectionListm_section_list
 
std::vector< SectionInfom_section_infos
 

Detailed Description

Definition at line 1955 of file ObjectFileMachO.cpp.

Constructor & Destructor Documentation

◆ MachSymtabSectionInfo()

MachSymtabSectionInfo::MachSymtabSectionInfo ( SectionList section_list)
inline

Member Function Documentation

◆ GetSection()

SectionSP MachSymtabSectionInfo::GetSection ( uint8_t  n_sect,
addr_t  file_addr 
)
inline

Member Data Documentation

◆ m_section_infos

std::vector<SectionInfo> MachSymtabSectionInfo::m_section_infos
protected

Definition at line 2012 of file ObjectFileMachO.cpp.

Referenced by GetSection(), and MachSymtabSectionInfo().

◆ m_section_list

SectionList* MachSymtabSectionInfo::m_section_list
protected

Definition at line 2011 of file ObjectFileMachO.cpp.

Referenced by GetSection().


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