fn parse_sysv_extended_name<'data>(
digits: &[u8],
names: &'data [u8],
) -> Result<&'data [u8], ()>
Expand description
Digits are a decimal offset into the extended name table. Name is terminated by ā/\nā (for GNU) or a null byte (for COFF).