Table of Contents

Struct Symbol

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

Symbol in an TargetBinary

public readonly struct Symbol : IEquatable<Symbol>
Implements
Inherited Members

Properties

Address

Gets the address of the symbol

ContainingBinary

Gets the TargetBinary this symbol belongs to

Name

Gets the name of the symbol

Section

Gets the section this symbol belongs to

Size

Gets the size of the symbol

Methods

Equals(object?)

Tests an object for equality

Equals(Symbol)

Tests an Symbol for equality

GetHashCode()

Gets a hash code for this Section

Operators

operator ==(Symbol, Symbol)

Equality comparison

operator !=(Symbol, Symbol)

Inequality comparison