Lines Matching defs:table
8 * 2. Builds a symbol table. See symtable.c.
159 is_bit_set_in_table(const uint32_t *table, int bitindex) {
166 uint32_t word = table[bitindex >> LOG_BITS_PER_INT];
238 /* Exception stack at start of block, used by assembler to create the exception handling table */
629 src is a symbol table dictionary. If the scope of a name matches
7124 PyObject *a_except_table; /* bytes containing exception table */
7128 int a_except_table_off; /* offset into exception table */
7129 int a_prevlineno; /* lineno of last emitted line in line table */
7130 int a_prev_end_lineno; /* end_lineno of last emitted line in line table */
8530 The consts table must still be in list form so that the
9243 * Also reduces the size of the line number table,