Struct goblin::elf::dynamic::DynamicInfo[][src]

pub struct DynamicInfo {
Show fields pub rela: usize, pub relasz: usize, pub relaent: u64, pub relacount: usize, pub rel: usize, pub relsz: usize, pub relent: u64, pub relcount: usize, pub gnu_hash: Option<u64>, pub hash: Option<u64>, pub strtab: usize, pub strsz: usize, pub symtab: usize, pub syment: usize, pub pltgot: Option<u64>, pub pltrelsz: usize, pub pltrel: u64, pub jmprel: usize, pub verneed: u64, pub verneednum: u64, pub versym: u64, pub init: u64, pub fini: u64, pub init_array: u64, pub init_arraysz: usize, pub fini_array: u64, pub fini_arraysz: usize, pub needed_count: usize, pub flags: u64, pub flags_1: u64, pub soname: usize, pub textrel: bool,
}
Expand description

Important dynamic linking info generated via a single pass through the _DYNAMIC array

Fields

rela: usizerelasz: usizerelaent: u64relacount: usizerel: usizerelsz: usizerelent: u64relcount: usizegnu_hash: Option<u64>hash: Option<u64>strtab: usizestrsz: usizesymtab: usizesyment: usizepltgot: Option<u64>pltrelsz: usizepltrel: u64jmprel: usizeverneed: u64verneednum: u64versym: u64init: u64fini: u64init_array: u64init_arraysz: usizefini_array: u64fini_arraysz: usizeneeded_count: usizeflags: u64flags_1: u64soname: usizetextrel: bool

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.