Table of Contents

Struct Section

Namespace
Ubiquity.NET.Llvm.ObjectFile
Assembly
Ubiquity.NET.Llvm.dll

Section in an TargetBinary

public readonly record struct Section : IEquatable<Section>
Implements
Inherited Members

Properties

Address

Gets the address of the section

ContainingBinary

Gets the TargetBinary this section belongs to

Contents

Gets the contents of the section

Name

Gets the name of the section

Relocations

Gets the Relocations in this TargetBinary

Methods

ContainsSymbol(Symbol)

Tests whether the section contains a given symbol

MoveToContainingSection(Symbol)

Move the iterator to the section containing the provided symbol