tiny.tldr.ObjectSection
Defined in object.
API (9)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 9 |
| Version | 26.7.0 |
| Revision | daab053ee433 |