Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dreadelf.c7802 const unsigned char *ttype_base = NULL; in print_debug_exception_table() local
7809 ttype_base = readp + ttype_base_offset; in print_debug_exception_table()
7889 if (max_ar_filter > 0 && ttype_base != NULL) in print_debug_exception_table()
7898 readp = ttype_base - max_ar_filter * 2; in print_debug_exception_table()
7902 readp = ttype_base - max_ar_filter * 4; in print_debug_exception_table()
7906 readp = ttype_base - max_ar_filter * 8; in print_debug_exception_table()
7915 readp = read_encoded (ttype_encoding, readp, ttype_base, &ttype, in print_debug_exception_table()
7919 while (readp < ttype_base); in print_debug_exception_table()