Skip to documentation
SLOP

tiny.tldr.ObjectSection

Reference tiny.tldr ObjectSection

Defined in object.

API (9)

Fields and members

Public fields and members.

No direct callersNo direct callsobjectObjectSection
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/tldr/src/object.zig:104

zig
pub const ObjectSection = struct {    segment_name: []const u8 = "",    name: []const u8,    address: u64 = 0,    size: u64,    offset: u64,    alignment: u64,    flags: u64,    section_type: u32 = 0,    relocation_count: u32,};

Source: lib/tldr/src/root.zig:76

zig
pub const ObjectSection = object.ObjectSection;

Audit

Definitions1
Public names2
Members9
Version26.7.0
Revisiondaab053ee433