LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::LoaderSectionHeader64 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Public Member Functions

uint64_t getOffsetToSymTbl () const
 
uint64_t getOffsetToRelEnt () const
 

Public Attributes

support::ubig32_t Version
 
support::ubig32_t NumberOfSymTabEnt
 
support::ubig32_t NumberOfRelTabEnt
 
support::ubig32_t LengthOfImpidStrTbl
 
support::ubig32_t NumberOfImpid
 
support::ubig32_t LengthOfStrTbl
 
support::big64_t OffsetToImpid
 
support::big64_t OffsetToStrTbl
 
support::big64_t OffsetToSymTbl
 
support::big64_t OffsetToRelEnt
 

Detailed Description

Definition at line 275 of file XCOFFObjectFile.h.

Member Function Documentation

◆ getOffsetToRelEnt()

uint64_t llvm::object::LoaderSectionHeader64::getOffsetToRelEnt ( ) const
inline

Definition at line 288 of file XCOFFObjectFile.h.

◆ getOffsetToSymTbl()

uint64_t llvm::object::LoaderSectionHeader64::getOffsetToSymTbl ( ) const
inline

Definition at line 287 of file XCOFFObjectFile.h.

Member Data Documentation

◆ LengthOfImpidStrTbl

support::ubig32_t llvm::object::LoaderSectionHeader64::LengthOfImpidStrTbl

◆ LengthOfStrTbl

support::ubig32_t llvm::object::LoaderSectionHeader64::LengthOfStrTbl

Definition at line 281 of file XCOFFObjectFile.h.

◆ NumberOfImpid

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfImpid

Definition at line 280 of file XCOFFObjectFile.h.

◆ NumberOfRelTabEnt

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfRelTabEnt

Definition at line 278 of file XCOFFObjectFile.h.

◆ NumberOfSymTabEnt

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfSymTabEnt

Definition at line 277 of file XCOFFObjectFile.h.

◆ OffsetToImpid

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToImpid

◆ OffsetToRelEnt

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToRelEnt

Definition at line 285 of file XCOFFObjectFile.h.

◆ OffsetToStrTbl

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToStrTbl

Definition at line 283 of file XCOFFObjectFile.h.

◆ OffsetToSymTbl

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToSymTbl

Definition at line 284 of file XCOFFObjectFile.h.

◆ Version

support::ubig32_t llvm::object::LoaderSectionHeader64::Version

Definition at line 276 of file XCOFFObjectFile.h.


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