Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A 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()
338 ret = unwind_spec_ehframe(dso, ui->machine, dso->data.eh_frame_hdr_offset, in read_unwind_spec_eh_frame()
H A Ddso.h203 u64 eh_frame_hdr_offset; member