Struct object::elf::SectionHeader64 [−][src]
Section header.
Fields
sh_name: U32<E>
Section name.
This is an offset into the section header string table.
sh_type: U32<E>
Section type. One of the SHT_*
constants.
sh_flags: U64<E>
Section flags. A combination of the SHF_*
constants.
sh_addr: U64<E>
Section virtual address at execution.
sh_offset: U64<E>
Section file offset.
sh_size: U64<E>
Section size in bytes.
sh_link: U32<E>
Link to another section.
The section relationship depends on the sh_type
value.
sh_info: U32<E>
Additional section information.
The meaning of this field depends on the sh_type
value.
sh_addralign: U64<E>
Section alignment.
sh_entsize: U64<E>
Entry size if the section holds a table.
Trait Implementations
impl<E: Clone + Endian> Clone for SectionHeader64<E>
[src][+]
impl<E: Copy + Endian> Copy for SectionHeader64<E>
[src]
impl<E: Debug + Endian> Debug for SectionHeader64<E>
[src][+]
impl<E: Endian> Pod for SectionHeader64<E>
[src]
impl<Endian: Endian> SectionHeader for SectionHeader64<Endian>
[src][+]
Auto Trait Implementations
impl<E> Send for SectionHeader64<E> where
E: Send,
E: Send,
impl<E> Sync for SectionHeader64<E> where
E: Sync,
E: Sync,
impl<E> Unpin for SectionHeader64<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,