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