Searched defs:di_debug (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/include/
H A Dlibunwind_i.h338 unw_dyn_info_t di_debug; /* additional table info for .debug_frame */ member in struct:elf_dyn_info
355 edi->di_debug.format = -1;
H A Ddwarf.h374 unw_dyn_info_t di_debug; /* additional table info for .debug_frame */ member in struct:dwarf_callback_data
402 extern int dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug,
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c364 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, argument
374 di = di_debug;
703 found = dwarf_find_debug_frame (found, &cb_data->di_debug, ip,
726 cb_data.di_debug.format = -1;
749 if (ret == -UNW_ENOINFO && cb_data.di_debug.format != -1)
750 ret = dwarf_search_unwind_table (as, ip, &cb_data.di_debug, pi,

Completed in 599 milliseconds