AUXILIARY Attribute

Indicates that this symbol is an auxiliary filter on the shared object name (soname). See Generating Auxiliary Filters.

The AUXILIARY attribute is equivalent to the following.

        FILTER {
                FILTEE = soname;
                TYPE = AUXILIARY;
        };