Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dunwind-libunwind-local.c331 if (dso__data(dso)->eh_frame_hdr_offset == 0) { in read_unwind_spec_eh_frame()
338 &dso__data(dso)->eh_frame_hdr_offset); in read_unwind_spec_eh_frame()
341 if (ret || dso__data(dso)->eh_frame_hdr_offset == 0) in read_unwind_spec_eh_frame()
350 ret = unwind_spec_ehframe(dso, ui->machine, dso__data(dso)->eh_frame_hdr_offset, in read_unwind_spec_eh_frame()
H A Ddso.h240 u64 eh_frame_hdr_offset; member