Function gimli::read::unit::parse_debug_abbrev_offset
source ยท fn parse_debug_abbrev_offset<R: Reader>(
input: &mut R,
format: Format,
) -> Result<DebugAbbrevOffset<R::Offset>>
Expand description
Parse the debug_abbrev_offset
in the compilation unit header.