Home
last modified time | relevance | path

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

/openbmc/linux/tools/build/feature/
H A Dtest-libunwind-debug-frame-aarch64.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
11 #define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame) macro
15 dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0); in main()
H A Dtest-libunwind-debug-frame-arm.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
11 #define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame) macro
15 dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0); in main()
H A Dtest-libunwind-debug-frame.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
11 #define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame) macro
15 dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0); in main()
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c54 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
60 #define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame) macro
481 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()