Searched refs:n_table_words (Results 1 – 1 of 1) sorted by relevance
319 unsigned int n_table_words = 0; in arm_exidx_extract() local333 n_table_words = (data >> 16) & 0xff; in arm_exidx_extract()351 n_table_words = data >> 24; in arm_exidx_extract()357 assert (n_table_words <= 5); in arm_exidx_extract()359 for (j = 0; j < n_table_words; j++) in arm_exidx_extract()