Struct goblin::elf::section_header::section_header32::SectionHeader [−][src]
Section Headers are typically used by humans and static linkers for additional information or how to relocate the object
NOTE section headers are strippable from a binary without any loss of portability/executability; do not rely on them being there!
Fields
sh_name: u32
Section name (string tbl index)
sh_type: u32
Section type
sh_flags: u32
Section flags
sh_addr: u32
Section virtual addr at execution
sh_offset: u32
Section file offset
sh_size: u32
Section size in bytes
sh_link: u32
Link to another section
sh_info: u32
Additional section information
sh_addralign: u32
Section alignment
sh_entsize: u32
Entry size if section holds table
Implementations
impl SectionHeader
[src][−]
pub fn from_bytes(bytes: &[u8], shnum: usize) -> Vec<SectionHeader>
[src]
pub fn from_fd(
fd: &mut File,
offset: u64,
shnum: usize
) -> Result<Vec<SectionHeader>>
[src]
fd: &mut File,
offset: u64,
shnum: usize
) -> Result<Vec<SectionHeader>>
Trait Implementations
impl Clone for SectionHeader
[src][+]
impl Copy for SectionHeader
[src]
impl Debug for SectionHeader
[src][+]
impl Default for SectionHeader
[src][+]
impl Eq for SectionHeader
[src]
impl From<SectionHeader> for ElfSectionHeader
[src][+]
impl From<SectionHeader> for SectionHeader
[src][+]
impl PartialEq<SectionHeader> for SectionHeader
[src][+]
impl Plain for SectionHeader
[src][+]
impl SizeWith<Endian> for SectionHeader
[src][+]
impl StructuralEq for SectionHeader
[src]
impl StructuralPartialEq for SectionHeader
[src]
impl<'a> TryFromCtx<'a, Endian, [u8]> for SectionHeader where
SectionHeader: 'a,
[src][+]
SectionHeader: 'a,
impl<'a> TryIntoCtx<Endian, [u8]> for &'a SectionHeader
[src][+]
impl TryIntoCtx<Endian, [u8]> for SectionHeader
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for SectionHeader
impl Send for SectionHeader
impl Sync for SectionHeader
impl Unpin for SectionHeader
impl UnwindSafe for SectionHeader
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>,