have now been created.
\subsubsection{Type signature example 2: flattenedbytestream}
\label{app:typesignatureexample2flattenedbytestream}
-% DWARF4 had a DW_AT_namespace below,
-% but this error is fixed here to be DW_TAG_namespace.
+% DWARF4 had a \livelink{chap:DWATnamespace}{DW_AT_namespace} below,
+% but this error is fixed here to be \livelink{chap:DWTAGnamespace}{DW_TAG_namespace}.
\begin{alltt}
// Step 2: 'C' \livelink{chap:DWTAGnamespace}{DW\-\_TAG\-\_namespace} "N"
0x43 0x39 0x4e 0x00
\hline
\endlastfoot
-DW\-\_VIS\-\_local&0x01 \\
-DW\-\_VIS\-\_exported&0x02 \\
-DW\-\_VIS\-\_qualified&0x03 \\
+\livelink{chap:DWVISlocal}{DW\-\_VIS\-\_local}&0x01 \\
+\livelink{chap:DWVISexported}{DW\-\_VIS\-\_exported}&0x02 \\
+\livelink{chap:DWVISqualified}{DW\-\_VIS\-\_qualified}&0x03 \\
\end{longtable}
\end{centering}
\hline
\endlastfoot
-DW\-\_VIRTUALITY\-\_none&0x00 \\
-DW\-\_VIRTUALITY\-\_virtual&0x01 \\
-DW\-\_VIRTUALITY\-\_pure\-\_virtual&0x02 \\
+\livelink{chap:DWVIRTUALITYnone}{DW\-\_VIRTUALITY\-\_none}&0x00 \\
+\livelink{chap:DWVIRTUALITYvirtual}{DW\-\_VIRTUALITY\-\_virtual}&0x01 \\
+\livelink{chap:DWVIRTUALITYpurevirtual}{DW\-\_VIRTUALITY\-\_pure\-\_virtual}&0x02 \\
\end{centering}
The value
-DW\-\_VIRTUALITY\-\_none is equivalent to the absence of the
+\livelink{chap:DWVIRTUALITYnone}{DW\-\_VIRTUALITY\-\_none} is equivalent to the absence of the
\livelink{chap:DWATvirtuality}{DW\-\_AT\-\_virtuality}
attribute.
\hline
\endlastfoot
-DW\-\_ORD\-\_row\-\_major&0x00 \\
-DW\-\_ORD\-\_col\-\_major&0x01 \\
+\livelink{chap:DWORDrowmajor}{DW\-\_ORD\-\_row\-\_major}&0x00 \\
+\livelink{chap:DWORDcolmajor}{DW\-\_ORD\-\_col\-\_major}&0x01 \\
\end{longtable}
\end{centering}
\subsection{Packed record example: DWARF description}
\label{app:packedrecordexampledwarfdescription}
-% DWARF4 had some entries here as DW_AT_member .
-% Those are fixed here to DW_TAG_member
+% DWARF4 had some entries here as \livelink{chap:DWATmember}{DW_AT_member} .
+% Those are fixed here to \livelink{chap:DWTAGmember}{DW_TAG_member}
\begin{alltt}
21\$: \livelink{chap:DWTAGstructuretype}{DW\-\_TAG\-\_structure\-\_type} ! anonymous type for F2
\begin{figure}[here]
\begin{description}
\centering
-\item [DW\-\_VIS\-\_local]
-\item [DW\-\_VIS\-\_exported]
-\item [DW\-\_VIS\-\_qualified]
+\item [\livetarg{chap:DWVISlocal}{DW\-\_VIS\-\_local}]
+\item [\livetarg{chap:DWVISexported}{DW\-\_VIS\-\_exported}]
+\item [\livetarg{chap:DWVISqualified}{DW\-\_VIS\-\_qualified}]
\end{description}
\caption{Visibility codes}
\label{fig:visibilitycodes}
\begin{figure}[here]
\begin{description}
\centering
-\item [DW\-\_VIRTUALITY\-\_none]
-\item [DW\-\_VIRTUALITY\-\_virtual]
-\item [DW\-\_VIRTUALITY\-\_pure\-\_virtual]
+\item [\livetarg{chap:DWVIRTUALITYnone}{DW\-\_VIRTUALITY\-\_none}]
+\item [\livetarg{chap:DWVIRTUALITYvirtual}{DW\-\_VIRTUALITY\-\_virtual}]
+\item [\livetarg{chap:DWVIRTUALITYpurevirtual}{DW\-\_VIRTUALITY\-\_pure\-\_virtual}]
\end{description}
\caption{Virtuality codes}
\label{fig:virtualitycodes}
\begin{figure}[here]
\autorows[0pt]{c}{1}{l}{
-\addtoindex{DW\-\_ORD\-\_col\-\_major},
-\addtoindex{DW\-\_ORD\-\_row\-\_major}
+\livetarg{chap:DWORDcolmajor}{DW\-\_ORD\-\_col\-\_major},
+\livetarg{chap:DWORDrowmajor}{DW\-\_ORD\-\_row\-\_major}
}
\caption{Array ordering}\label{fig:arrayordering}
\end{figure}