Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dunwind-libunwind-local.c332 if (dso__data(dso)->eh_frame_hdr_offset == 0) { in read_unwind_spec_eh_frame()
340 &dso__data(dso)->eh_frame_hdr_offset); in read_unwind_spec_eh_frame()
343 if (ret || dso__data(dso)->eh_frame_hdr_offset == 0) in read_unwind_spec_eh_frame()
352 ret = unwind_spec_ehframe(dso, ui->machine, dso__data(dso)->eh_frame_hdr_offset, in read_unwind_spec_eh_frame()
Ddso.h160 u64 eh_frame_hdr_offset; member