tiny.tldr.ObjectSymbol
Defined in object.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/tldr/src/object.zig:116
zig
pub const ObjectSymbol = struct { name: []const u8, section_index: i32, value: u64, size: u64 = 0, kind: u32, binding: u32 = 0, external: bool, undefined: bool,};Source: lib/tldr/src/root.zig:77
zig
pub const ObjectSymbol = object.ObjectSymbol;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |