Home | History | Annotate | Download | only in MC

Lines Matching full:attributes

20  *  \brief AttributeBase provides the real storage for attributes of options.
22 * Attributes are options affecting the link editing of input files.
26 * "attributes of input files"
28 * AttributeBase is the storage for attributes of input files. Each input
30 * most attributes of input files are identical, our design lets input files
31 * which have identical attributes share common attribute. AttributeBase is
83 * \brief The base class of attributes. Providing the raw operations of an
84 * attributes
86 * For conventience and producing less bugs, we move the stoarges of attributes
121 * Some systems can not enable certain attributes of a input file.
123 * --call_shared options. We call the ability of enabling attributes
124 * as the constraint of attributes of a system.
126 * Systems enable attributes at the target implementation of SectLinker.
170 * We designers want to hide the details of sharing common attributes
172 * have their own private attributes to simplify the linking algorithms.
175 * its attribute without explicit searching of existing attributes