Home | History | Annotate | Download | only in gdb

Lines Matching defs:n_words

2586       int n_bytes = 0, n_words = 0;
2634 n_words = ((word >> 16) & 0xff);
2683 n_words = ((word >> 24) & 0xff);
2690 if (n_words)
2692 || addr + 4 * n_words > extab_vma + extab_data.size ())
2693 n_words = n_bytes = 0;
2696 significant bytes are valid), followed by N_WORDS words in the
2698 if (n_bytes || n_words)
2702 n_bytes + n_words * 4 + 1);
2707 while (n_words--)