Home
last modified time | relevance | path

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

/tools/build/feature/
Dtest-libunwind-debug-frame-aarch64.c7 unw_word_t ip, unw_word_t segbase,
Dtest-libunwind-debug-frame-arm.c7 unw_word_t ip, unw_word_t segbase,
Dtest-libunwind-debug-frame.c7 unw_word_t ip, unw_word_t segbase,
/tools/perf/util/
Dunwind-libunwind-local.c56 unw_word_t segbase,
306 u64 *table_data, u64 *segbase, in read_unwind_spec_eh_frame() argument
337 *segbase = base_addr + dso->data.eh_frame_hdr_addr; in read_unwind_spec_eh_frame()
343 *table_data += *segbase; in read_unwind_spec_eh_frame()
436 u64 table_data, segbase, fde_count; in find_proc_info() local
452 if (!read_unwind_spec_eh_frame(dso, ui, &table_data, &segbase, &fde_count)) { in find_proc_info()
457 di.u.rti.segbase = segbase; in find_proc_info()
468 !read_unwind_spec_debug_frame(dso, ui->machine, &segbase)) { in find_proc_info()