Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dreadelf.c7799 unsigned int ttype_encoding = *readp++; in print_debug_exception_table() local
7800 printf (gettext (" TType encoding: %#x "), ttype_encoding); in print_debug_exception_table()
7801 print_encoding_base ("", ttype_encoding); in print_debug_exception_table()
7803 if (ttype_encoding != DW_EH_PE_omit) in print_debug_exception_table()
7894 switch (ttype_encoding & 7) in print_debug_exception_table()
7915 readp = read_encoded (ttype_encoding, readp, ttype_base, &ttype, in print_debug_exception_table()