Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dunwind-libunwind-local.c313 if (dso->data.eh_frame_hdr_offset == 0) { in read_unwind_spec_eh_frame()
321 &dso->data.eh_frame_hdr_offset); in read_unwind_spec_eh_frame()
324 if (ret || dso->data.eh_frame_hdr_offset == 0) in read_unwind_spec_eh_frame()
335 ret = unwind_spec_ehframe(dso, ui->machine, dso->data.eh_frame_hdr_offset, in read_unwind_spec_eh_frame()
Ddso.h202 u64 eh_frame_hdr_offset; member