Trait xmas_elf::symbol_table::Entry [−][src]
Required methods
fn name(&self) -> u32
[src]
fn info(&self) -> u8
[src]
fn other(&self) -> Visibility_
[src]
fn shndx(&self) -> u16
[src]
fn value(&self) -> u64
[src]
fn size(&self) -> u64
[src]
fn get_name<'a>(
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
[src]
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
Provided methods
fn get_other(&self) -> Visibility
[src]
fn get_binding(&self) -> Result<Binding, &'static str>
[src]
fn get_type(&self) -> Result<Type, &'static str>
[src]
fn get_section_header<'a>(
&'a self,
elf_file: &ElfFile<'a>,
self_index: usize
) -> Result<SectionHeader<'a>, &'static str>
[src]
&'a self,
elf_file: &ElfFile<'a>,
self_index: usize
) -> Result<SectionHeader<'a>, &'static str>
Trait Implementations
Implementors
impl Entry for DynEntry32
[src]
fn get_name<'a>(
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
[src]
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
fn name(&self) -> u32
[src]
fn info(&self) -> u8
[src]
fn other(&self) -> Visibility_
[src]
fn shndx(&self) -> u16
[src]
fn value(&self) -> u64
[src]
fn size(&self) -> u64
[src]
impl Entry for DynEntry64
[src]
fn get_name<'a>(
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
[src]
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
fn name(&self) -> u32
[src]
fn info(&self) -> u8
[src]
fn other(&self) -> Visibility_
[src]
fn shndx(&self) -> u16
[src]
fn value(&self) -> u64
[src]
fn size(&self) -> u64
[src]
impl Entry for Entry32
[src]
fn get_name<'a>(
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>
[src]
&'a self,
elf_file: &ElfFile<'a>
) -> Result<&'a str, &'static str>