Home
last modified time | relevance | path

Searched refs:backtrace_state (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dinternal.h122 typedef int (*fileline) (struct backtrace_state *state, uintptr_t pc,
129 typedef void (*syminfo) (struct backtrace_state *state, uintptr_t pc,
135 struct backtrace_state struct
189 extern int backtrace_get_view (struct backtrace_state *state, int descriptor,
195 extern void backtrace_release_view (struct backtrace_state *state,
215 extern void *backtrace_alloc (struct backtrace_state *state, size_t size,
222 extern void backtrace_free (struct backtrace_state *state, void *mem,
245 extern void *backtrace_vector_grow (struct backtrace_state *state, size_t size,
255 extern void* backtrace_vector_finish (struct backtrace_state *state,
263 extern int backtrace_vector_release (struct backtrace_state *state,
[all …]
H A Dbacktrace.h64 struct backtrace_state;
104 extern struct backtrace_state *backtrace_create_state (
131 extern int backtrace_full (struct backtrace_state *state, int skip,
150 extern int backtrace_simple (struct backtrace_state *state, int skip,
160 extern void backtrace_print (struct backtrace_state *state, int skip, FILE *);
171 extern int backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc,
197 extern int backtrace_syminfo (struct backtrace_state *state, uintptr_t addr,
H A Dstate.c45 struct backtrace_state *
50 struct backtrace_state init_state; in backtrace_create_state()
51 struct backtrace_state *state; in backtrace_create_state()
65 state = ((struct backtrace_state *) in backtrace_create_state()
H A Dalloc.c51 backtrace_alloc (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_alloc()
69 backtrace_free (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_free()
80 backtrace_vector_grow (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_grow()
121 backtrace_vector_finish (struct backtrace_state *state, in backtrace_vector_finish()
143 backtrace_vector_release (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_release()
H A Dfileline.c65 sysctl_exec_name (struct backtrace_state *state, in sysctl_exec_name()
96 sysctl_exec_name1 (struct backtrace_state *state, in sysctl_exec_name1()
113 sysctl_exec_name2 (struct backtrace_state *state, in sysctl_exec_name2()
132 macho_get_executable_path (struct backtrace_state *state, in macho_get_executable_path()
162 fileline_initialize (struct backtrace_state *state, in fileline_initialize()
291 backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc, in backtrace_pcinfo()
307 backtrace_syminfo (struct backtrace_state *state, uintptr_t pc, in backtrace_syminfo()
H A Dmmap.c74 backtrace_free_locked (struct backtrace_state *state, void *addr, size_t size) in backtrace_free_locked()
114 backtrace_alloc (struct backtrace_state *state, in backtrace_alloc()
195 backtrace_free (struct backtrace_state *state, void *addr, size_t size, in backtrace_free()
243 backtrace_vector_grow (struct backtrace_state *state,size_t size, in backtrace_vector_grow()
293 struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_finish()
309 backtrace_vector_release (struct backtrace_state *state, in backtrace_vector_release()
H A Dmacho.c315 static int macho_add (struct backtrace_state *, const char *, int, off_t,
322 macho_nodebug (struct backtrace_state *state ATTRIBUTE_UNUSED, in macho_nodebug()
335 macho_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED, in macho_nosyms()
347 macho_add_dwarf_section (struct backtrace_state *state, int descriptor, in macho_add_dwarf_section()
380 macho_add_dwarf_segment (struct backtrace_state *state, int descriptor, in macho_add_dwarf_segment()
511 macho_add_symtab (struct backtrace_state *state, int descriptor, in macho_add_symtab()
705 macho_syminfo (struct backtrace_state *state, uintptr_t addr, in macho_syminfo()
758 macho_add_fat (struct backtrace_state *state, const char *filename, in macho_add_fat()
861 macho_add_dsym (struct backtrace_state *state, const char *filename, in macho_add_dsym()
978 macho_add (struct backtrace_state *state, const char *filename, int descriptor, in macho_add()
[all …]
H A Dnounwind.c45 backtrace_full (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_full()
57 backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_simple()
H A Dunknown.c43 unknown_fileline (struct backtrace_state *state ATTRIBUTE_UNUSED, in unknown_fileline()
56 backtrace_initialize (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_initialize()
H A Dpecoff.c186 coff_nodebug (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nodebug()
199 coff_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nosyms()
332 coff_initialize_syminfo (struct backtrace_state *state, in coff_initialize_syminfo()
467 coff_add_syminfo_data (struct backtrace_state *state, in coff_add_syminfo_data()
529 coff_syminfo (struct backtrace_state *state, uintptr_t addr, in coff_syminfo()
581 coff_add (struct backtrace_state *state, int descriptor, in coff_add()
889 backtrace_initialize (struct backtrace_state *state, in backtrace_initialize()
H A Dprint.c46 struct backtrace_state *state;
84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) in backtrace_print()
H A Dsimple.c47 struct backtrace_state *state;
94 backtrace_simple (struct backtrace_state *state, int skip, in backtrace_simple()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dinternal.h114 typedef int (*fileline) (struct backtrace_state *state, uintptr_t pc,
121 typedef void (*syminfo) (struct backtrace_state *state, uintptr_t pc,
127 struct backtrace_state struct
181 extern int backtrace_get_view (struct backtrace_state *state, int descriptor,
187 extern void backtrace_release_view (struct backtrace_state *state,
207 extern void *backtrace_alloc (struct backtrace_state *state, size_t size,
214 extern void backtrace_free (struct backtrace_state *state, void *mem,
237 extern void *backtrace_vector_grow (struct backtrace_state *state, size_t size,
247 extern void* backtrace_vector_finish (struct backtrace_state *state,
255 extern int backtrace_vector_release (struct backtrace_state *state,
[all …]
H A Dbacktrace.h64 struct backtrace_state;
103 extern struct backtrace_state *backtrace_create_state (
130 extern int backtrace_full (struct backtrace_state *state, int skip,
149 extern int backtrace_simple (struct backtrace_state *state, int skip,
159 extern void backtrace_print (struct backtrace_state *state, int skip, FILE *);
170 extern int backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc,
196 extern int backtrace_syminfo (struct backtrace_state *state, uintptr_t addr,
H A Dstate.c45 struct backtrace_state *
50 struct backtrace_state init_state; in backtrace_create_state()
51 struct backtrace_state *state; in backtrace_create_state()
65 state = ((struct backtrace_state *) in backtrace_create_state()
H A Dalloc.c51 backtrace_alloc (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_alloc()
69 backtrace_free (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_free()
80 backtrace_vector_grow (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_grow()
121 backtrace_vector_finish (struct backtrace_state *state, in backtrace_vector_finish()
143 backtrace_vector_release (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_release()
H A Dmmap.c70 backtrace_free_locked (struct backtrace_state *state, void *addr, size_t size) in backtrace_free_locked()
110 backtrace_alloc (struct backtrace_state *state, in backtrace_alloc()
191 backtrace_free (struct backtrace_state *state, void *addr, size_t size, in backtrace_free()
239 backtrace_vector_grow (struct backtrace_state *state,size_t size, in backtrace_vector_grow()
289 struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_finish()
305 backtrace_vector_release (struct backtrace_state *state, in backtrace_vector_release()
H A Dfileline.c53 fileline_initialize (struct backtrace_state *state, in fileline_initialize()
173 backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc, in backtrace_pcinfo()
189 backtrace_syminfo (struct backtrace_state *state, uintptr_t pc, in backtrace_syminfo()
H A Dnounwind.c45 backtrace_full (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_full()
57 backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_simple()
H A Dunknown.c43 unknown_fileline (struct backtrace_state *state ATTRIBUTE_UNUSED, in unknown_fileline()
56 backtrace_initialize (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_initialize()
H A Dpecoff.c186 coff_nodebug (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nodebug()
199 coff_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nosyms()
332 coff_initialize_syminfo (struct backtrace_state *state, in coff_initialize_syminfo()
464 coff_add_syminfo_data (struct backtrace_state *state, in coff_add_syminfo_data()
526 coff_syminfo (struct backtrace_state *state, uintptr_t addr, in coff_syminfo()
578 coff_add (struct backtrace_state *state, int descriptor, in coff_add()
881 backtrace_initialize (struct backtrace_state *state, in backtrace_initialize()
H A Ddwarf.c732 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs, in free_abbrevs()
1191 add_unit_addr (struct backtrace_state *state, void *rdata, in add_unit_addr()
1342 read_abbrevs (struct backtrace_state *state, uint64_t abbrev_offset, in read_abbrevs()
1604 add_low_high_range (struct backtrace_state *state, in add_low_high_range()
1608 int (*add_range) (struct backtrace_state *state, in add_low_high_range()
1653 struct backtrace_state *state, in add_ranges_from_ranges()
1658 int (*add_range) (struct backtrace_state *state, void *rdata, in add_ranges_from_ranges()
1720 struct backtrace_state *state, in add_ranges_from_rnglists()
1725 int (*add_range) (struct backtrace_state *state, void *rdata, in add_ranges_from_rnglists()
1896 add_ranges (struct backtrace_state *state, in add_ranges()
[all …]
H A Dprint.c46 struct backtrace_state *state;
84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) in backtrace_print()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dlibbacktrace.d.in43 struct backtrace_state {} struct
48 backtrace_state* backtrace_create_state(const(char)* filename, int threaded,
54 int backtrace_full(backtrace_state* state, int skip, backtrace_full_callback callback,
60 int backtrace_simple(backtrace_state* state, int skip, backtrace_simple_callback callback,
63 void backtrace_print(backtrace_state* state, int skip, FILE* file) nothrow;
65 int backtrace_pcinfo(backtrace_state* state, uintptr_t pc, backtrace_full_callback callback,
71 int backtrace_syminfo(backtrace_state *state, uintptr_t pc, backtrace_syminfo_callback callback,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dlibbacktrace.d.in43 struct backtrace_state {} struct
48 backtrace_state* backtrace_create_state(const(char)* filename, int threaded,
54 int backtrace_full(backtrace_state* state, int skip, backtrace_full_callback callback,
60 int backtrace_simple(backtrace_state* state, int skip, backtrace_simple_callback callback,
63 void backtrace_print(backtrace_state* state, int skip, FILE* file) nothrow;
65 int backtrace_pcinfo(backtrace_state* state, uintptr_t pc, backtrace_full_callback callback,
71 int backtrace_syminfo(backtrace_state *state, uintptr_t pc, backtrace_syminfo_callback callback,

123