LLVM 20.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Additional Inherited Members | |
Public Attributes inherited from llvm::objcopy::elf::SectionBase | |
std::string | Name |
Segment * | ParentSegment = nullptr |
uint64_t | HeaderOffset = 0 |
uint32_t | Index = 0 |
uint32_t | OriginalIndex = 0 |
uint64_t | OriginalFlags = 0 |
uint64_t | OriginalType = ELF::SHT_NULL |
uint64_t | OriginalOffset = std::numeric_limits<uint64_t>::max() |
uint64_t | Addr = 0 |
uint64_t | Align = 1 |
uint32_t | EntrySize = 0 |
uint64_t | Flags = 0 |
uint64_t | Info = 0 |
uint64_t | Link = ELF::SHN_UNDEF |
uint64_t | NameIndex = 0 |
uint64_t | Offset = 0 |
uint64_t | Size = 0 |
uint64_t | Type = ELF::SHT_NULL |
ArrayRef< uint8_t > | OriginalData |
bool | HasSymbol = false |
Definition at line 775 of file ELFObject.h.
|
inlinevirtual |
Definition at line 783 of file ELFObject.h.
|
inline |
Definition at line 799 of file ELFObject.h.
References llvm::objcopy::elf::SectionBase::EntrySize, llvm::objcopy::elf::SectionBase::Name, llvm::objcopy::elf::SectionBase::OriginalType, and llvm::ELF::SHT_SYMTAB_SHNDX.
|
overridevirtual |
Implements llvm::objcopy::elf::SectionBase.
Definition at line 647 of file ELFObject.cpp.
References llvm::objcopy::elf::MutableSectionVisitor::visit().
|
overridevirtual |
Implements llvm::objcopy::elf::SectionBase.
Definition at line 643 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionVisitor::visit().
|
inline |
Definition at line 784 of file ELFObject.h.
References assert(), and llvm::objcopy::elf::SectionBase::Size.
Referenced by llvm::objcopy::elf::SymbolTableSection::fillShndxTable().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 641 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionBase::Index, and llvm::objcopy::elf::SectionBase::Link.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 624 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionTableRef::getSectionOfType(), llvm::objcopy::elf::SectionBase::Link, llvm::objcopy::elf::SectionBase::Name, llvm::objcopy::elf::SymbolTableSection::setShndxTable(), setSymTab(), llvm::objcopy::elf::SectionBase::Size, llvm::Error::success(), and llvm::Expected< T >::takeError().
|
inline |
Definition at line 789 of file ELFObject.h.
References llvm::objcopy::elf::SectionBase::Size.
Referenced by llvm::objcopy::elf::SymbolTableSection::prepareForLayout(), and llvm::objcopy::elf::Object::removeSections().
|
inline |
Definition at line 793 of file ELFObject.h.
Referenced by llvm::objcopy::elf::ELFWriter< ELFT >::finalize(), and initialize().