Symbol: dwarf_find_debug_frame
tools/build/feature/test-libunwind-debug-frame.c
10
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/build/feature/test-libunwind-debug-frame.c
14
dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0);
tools/build/feature/test-libunwind-debug-frame.c
5
UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-arm.c
168
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-arm.c
173
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-arm.c
197
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-arm64.c
167
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-arm64.c
172
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-arm64.c
196
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-i386.c
190
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-i386.c
195
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-i386.c
219
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-loongarch.c
175
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-loongarch.c
180
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-loongarch.c
204
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-mips.c
177
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-mips.c
182
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-mips.c
206
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-ppc32.c
181
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-ppc32.c
186
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-ppc32.c
210
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-ppc64.c
181
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-ppc64.c
186
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-ppc64.c
210
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-riscv.c
175
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-riscv.c
180
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-riscv.c
204
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-s390.c
177
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-s390.c
182
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-s390.c
206
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);
tools/perf/util/libunwind-arch/libunwind-x86_64.c
199
extern int UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
tools/perf/util/libunwind-arch/libunwind-x86_64.c
204
#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)
tools/perf/util/libunwind-arch/libunwind-x86_64.c
228
int ret = dwarf_find_debug_frame(found, &di, ip, segbase, obj_name, start, end);