Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c10494 unsigned int lpstart_encoding = *readp++; in print_debug_exception_table() local
10495 printf (gettext (" LPStart encoding: %#x "), lpstart_encoding); in print_debug_exception_table()
10496 print_encoding_base ("", lpstart_encoding); in print_debug_exception_table()
10497 if (lpstart_encoding != DW_EH_PE_omit) in print_debug_exception_table()
10500 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg); in print_debug_exception_table()