ROSE 0.11.145.147
Public Attributes | List of all members
Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo Struct Reference

Description

Information about the procedure lookup table.

Definition at line 39 of file ModulesElf.h.

#include <Rose/BinaryAnalysis/Partitioner2/ModulesElf.h>

Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo:
Collaboration graph
[legend]

Public Attributes

SgAsmGenericSectionsection
 
size_t firstOffset
 Byte offset w.r.t.
 
size_t entrySize
 Size of each entry in bytes.
 

Constructor & Destructor Documentation

◆ PltInfo()

Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo::PltInfo ( )
inline

Definition at line 44 of file ModulesElf.h.

Member Data Documentation

◆ section

SgAsmGenericSection* Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo::section

Definition at line 40 of file ModulesElf.h.

◆ firstOffset

size_t Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo::firstOffset

Byte offset w.r.t.

section for first valid entry.

Definition at line 41 of file ModulesElf.h.

◆ entrySize

size_t Rose::BinaryAnalysis::Partitioner2::ModulesElf::PltInfo::entrySize

Size of each entry in bytes.

Definition at line 42 of file ModulesElf.h.


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