Public Member Functions | Public Attributes | Private Attributes | List of all members
bloaty::pe::Section Class Reference

Public Member Functions

uint32_t raw_offset () const
 
uint32_t raw_size () const
 
 Section (string_view header_data)
 
uint32_t virtual_addr () const
 
uint32_t virtual_size () const
 

Public Attributes

string name
 

Private Attributes

pe_section header_
 

Detailed Description

Definition at line 158 of file pe.cc.

Constructor & Destructor Documentation

◆ Section()

bloaty::pe::Section::Section ( string_view  header_data)
inline

Definition at line 168 of file pe.cc.

Member Function Documentation

◆ raw_offset()

uint32_t bloaty::pe::Section::raw_offset ( ) const
inline

Definition at line 162 of file pe.cc.

◆ raw_size()

uint32_t bloaty::pe::Section::raw_size ( ) const
inline

Definition at line 163 of file pe.cc.

◆ virtual_addr()

uint32_t bloaty::pe::Section::virtual_addr ( ) const
inline

Definition at line 165 of file pe.cc.

◆ virtual_size()

uint32_t bloaty::pe::Section::virtual_size ( ) const
inline

Definition at line 166 of file pe.cc.

Member Data Documentation

◆ header_

pe_section bloaty::pe::Section::header_
private

Definition at line 180 of file pe.cc.

◆ name

string bloaty::pe::Section::name

Definition at line 160 of file pe.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:58