Lines Matching refs:aux

61    COFF, the aux.  information does not follow the symbol that uses
63 the MIPS compilers to collapse duplicate aux. entries, but I've not
65 types of aux. entries are:
72 function for the end of function first aux. entry.
81 aux. entry is the file number, and index: which is the pointer
92 size in bits follows as the next aux. entry.
94 b) continued: a bit that says the next aux. entry is a
234 5) index: pointer to a local symbol or aux. entry.
1065 symint_t void_type; /* aux. pointer to 'void' type */
1066 symint_t int_type; /* aux. pointer to 'int' type */
1097 AUXU aux [ PAGE_SIZE / sizeof (AUXU) ];
1493 #define ORIG_AUX(indx) (CHECK ((indx), orig_sym_hdr.iauxMax, "aux"), (indx) + orig_aux_syms)
1766 to local/aux. symbols. */
1886 /* Functions push two or more aux words as follows:
1888 2nd word: type of the function (plus any aux words needed).
2006 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2025 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2046 AUXU aux;
2048 aux = init_aux;
2049 aux.ti.bt = (int) t->basic_type;
2050 aux.ti.continued = 0;
2051 aux.ti.fBitfield = t->bitfield;
2053 aux.ti.tq0 = (int) t->type_qualifiers[0];
2054 aux.ti.tq1 = (int) t->type_qualifiers[1];
2055 aux.ti.tq2 = (int) t->type_qualifiers[2];
2056 aux.ti.tq3 = (int) t->type_qualifiers[3];
2057 aux.ti.tq4 = (int) t->type_qualifiers[4];
2058 aux.ti.tq5 = (int) t->type_qualifiers[5];
2081 types because other aux entries precede this one. */
2088 hi = aux.isym & ((1 << HASHBITS) - 1);
2095 if (aux.isym == hash_ptr->type.isym)
2106 hash_ptr->type = aux;
2112 /* Everything is set up, add the aux symbol. */
2116 aux_ptr = &vp->last->datum->aux[ vp->objects_last_page++ ];
2117 *aux_ptr = aux;
2135 references add 2 aux symbols: a [file index, symbol index]
2165 = &vp->last->datum->aux[ vp->objects_last_page - 1];
2169 = &vp->last->datum->aux[ vp->objects_last_page - 1];
2396 virtual arrays (strings, symbols, aux syms, etc.). Record
3200 type word in the aux. symbol table. */
3397 two word aux. symbol, whose first word is the index of the end
3955 i = symbolic_header.iauxMax; /* aux syms. */
4169 if (symbolic_header.iauxMax > 0) /* aux symbols */
4429 if (orig_sym_hdr.iauxMax > 0) /* aux symbols */