3 <!-- This HTML file has been created by texi2html 1.54
4 from suif1.texi on 28 April 1999 -->
6 <TITLE>The SUIF Version
1 Library - Other
</TITLE>
7 <link href=
"suif1_100.html" rel=Next
>
8 <link href=
"suif1_98.html" rel=Previous
>
9 <link href=
"suif1_toc.html" rel=ToC
>
13 <p>Go to the
<A HREF=
"suif1_1.html">first
</A>,
<A HREF=
"suif1_98.html">previous
</A>,
<A HREF=
"suif1_100.html">next
</A>,
<A HREF=
"suif1_113.html">last
</A> section,
<A HREF=
"suif1_toc.html">table of contents
</A>.
17 <H1><A NAME=
"SEC99" HREF=
"suif1_toc.html#TOC99">Other Features of the SUIF Library
</A></H1>
20 This chapter describes various features of the SUIF library that are too
21 small to warrant separate chapters. These include immediate values and
22 symbolic addresses, which are used in annotations and
<CODE>ldc
</CODE>
23 instructions, the
<CODE>lexicon
</CODE>, in which almost all character strings
24 are entered, the
<CODE>machine_params
</CODE> structure, which records a
25 variety of parameters for the target architecture, and a variety of
26 functions for initializing the library, handling errors, and iterating
32 <LI><A HREF=
"suif1_100.html#SEC100">Immeds
</A>: Immediate values.
33 <LI><A HREF=
"suif1_101.html#SEC101">Symbolic Addresses
</A>: Symbolic addresses used in immediate values.
34 <LI><A HREF=
"suif1_102.html#SEC102">Lexicon
</A>: All character strings are stored in this table.
35 <LI><A HREF=
"suif1_103.html#SEC103">Target Machine Parameters
</A>: Various parameters for the target architecture.
36 <LI><A HREF=
"suif1_104.html#SEC104">Initialization
</A>: Initializing and finalizing SUIF libraries.
37 <LI><A HREF=
"suif1_105.html#SEC105">Command-Line Parser
</A>: Extracting options from the command-line.
38 <LI><A HREF=
"suif1_106.html#SEC106">Error Handling
</A>: Errors, warnings, and assertions.
39 <LI><A HREF=
"suif1_107.html#SEC107">Procedure Iterators
</A>: Code for visiting all procedures in a program.
43 <p>Go to the
<A HREF=
"suif1_1.html">first
</A>,
<A HREF=
"suif1_98.html">previous
</A>,
<A HREF=
"suif1_100.html">next
</A>,
<A HREF=
"suif1_113.html">last
</A> section,
<A HREF=
"suif1_toc.html">table of contents
</A>.