Struct gimli::read::PubNamesEntry
source · pub struct PubNamesEntry<R: Reader> { /* private fields */ }
Expand description
A single parsed pubname.
Implementations§
source§impl<R: Reader> PubNamesEntry<R>
impl<R: Reader> PubNamesEntry<R>
sourcepub fn unit_header_offset(&self) -> DebugInfoOffset<R::Offset>
pub fn unit_header_offset(&self) -> DebugInfoOffset<R::Offset>
Returns the offset into the .debug_info section for the header of the compilation unit which contains this name.
sourcepub fn die_offset(&self) -> UnitOffset<R::Offset>
pub fn die_offset(&self) -> UnitOffset<R::Offset>
Returns the offset into the compilation unit for the debugging information entry which has this name.