Struct object::read::Symbol [−][src]
pub struct Symbol<'data, 'file, R = &'data [u8]> where
'data: 'file,
R: ReadRef<'data>, { /* fields omitted */ }
Expand description
A symbol table entry.
Trait Implementations
The index of the symbol.
Return the kind of this symbol.
Returns the section where the symbol is defined.
Return true if the symbol is undefined.
Return true if the symbol is a definition of a function or data object that has a known address. Read more
Returns the symbol scope.
Return true if the symbol visible outside of the compilation unit. Read more
Return true if the symbol is only visible within the compilation unit.
Symbol flags that are specific to each file format.
Returns the section index for the section containing this symbol. Read more