Searched refs:segbase (Results 1 – 4 of 4) sorted by relevance
/tools/build/feature/ |
D | test-libunwind-debug-frame-aarch64.c | 7 unw_word_t ip, unw_word_t segbase,
|
D | test-libunwind-debug-frame-arm.c | 7 unw_word_t ip, unw_word_t segbase,
|
D | test-libunwind-debug-frame.c | 7 unw_word_t ip, unw_word_t segbase,
|
/tools/perf/util/ |
D | unwind-libunwind-local.c | 56 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()
|