Home
last modified time | relevance | path

Searched refs:n_table_words (Results 1 – 1 of 1) sorted by relevance

/third_party/libunwind/src/arm/
DGex_tables.c325 unsigned int n_table_words = 0; in arm_exidx_extract() local
339 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()
364 if(n_table_words > 5) { in arm_exidx_extract()
365 Debug (2, "n_table_words is %d will be crash the stack\n",n_table_words); in arm_exidx_extract()
369 for (j = 0; j < n_table_words; j++) in arm_exidx_extract()