Lines Matching defs:aux

86    COFF, the aux.  information does not follow the symbol that uses
88 the MIPS compilers to collapse duplicate aux. entries, but I've not
90 types of aux. entries are:
97 function for the end of function first aux. entry.
106 aux. entry is the file number, and index: which is the pointer
117 size in bits follows as the next aux. entry.
119 b) continued: a bit that says the next aux. entry is a
258 5) index: pointer to a local symbol or aux. entry.
855 /* For aux information we keep the type and the data. */
857 enum aux_type type; /* aux type */
858 AUXU data; /* aux data */
943 symint_t void_type; /* aux. pointer to 'void' type */
944 symint_t int_type; /* aux. pointer to 'int' type */
990 0, /* void_type: ptr to aux node for void type */
991 0, /* int_type: ptr to aux node for int type */
1037 aux_t aux [ PAGE_SIZE / sizeof (aux_t) ];
1605 symint_t indx /* index to local/aux. syms */)
1741 /* Functions push two or more aux words as follows:
1743 2nd word: type of the function (plus any aux words needed).
1752 &svp->last->datum->aux[svp->objects_last_page - 1];
1802 for integral aux types, not just symints. */
1818 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1841 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1863 AUXU aux;
1870 aux = init_aux;
1871 aux.ti.bt = (int) t->basic_type;
1872 aux.ti.continued = 0;
1873 aux.ti.fBitfield = t->bitfield;
1875 aux.ti.tq0 = (int) t->type_qualifiers[0];
1876 aux.ti.tq1 = (int) t->type_qualifiers[1];
1877 aux.ti.tq2 = (int) t->type_qualifiers[2];
1878 aux.ti.tq3 = (int) t->type_qualifiers[3];
1879 aux.ti.tq4 = (int) t->type_qualifiers[4];
1880 aux.ti.tq5 = (int) t->type_qualifiers[5];
1902 types because other aux entries precede this one. */
1909 hi = aux.isym & ((1 << HASHBITS) - 1);
1916 if (aux.isym == hash_ptr->type.isym)
1927 hash_ptr->type = aux;
1933 /* Everything is set up, add the aux symbol. */
1937 aux_ptr = &vp->last->datum->aux[vp->objects_last_page++];
1939 aux_ptr->data = aux;
1956 references add 2 aux symbols: a [file index, symbol index]
1980 = &vp->last->datum->aux[vp->objects_last_page - 1];
1984 = &vp->last->datum->aux[vp->objects_last_page - 1];
2188 virtual arrays (strings, symbols, aux syms, etc.). Record
2892 type word in the aux. symbol table. */
4371 /* Swap out the aux information. */
4390 /* The aux entries are stored by file. */
4423 aux_ptr = aux_link->datum->aux;