Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c7909 const unsigned char *ttype_base = NULL; in print_debug_exception_table() local
7916 ttype_base = readp + ttype_base_offset; in print_debug_exception_table()
8000 if (max_ar_filter > 0 && ttype_base != NULL) in print_debug_exception_table()
8026 > (size_t) (ttype_base - (const unsigned char *) data->d_buf) / dsize) in print_debug_exception_table()
8029 readp = ttype_base - max_ar_filter * dsize; in print_debug_exception_table()
8033 readp = read_encoded (ttype_encoding, readp, ttype_base, &ttype, in print_debug_exception_table()
8037 while (readp < ttype_base); in print_debug_exception_table()