Home
last modified time | relevance | path

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

/third_party/ulib/backtrace/include/backtrace/
A Dbacktrace.h47 struct backtrace_state;
80 extern struct backtrace_state *backtrace_create_state (
86 extern void backtrace_destroy_state (struct backtrace_state *state,
107 extern void backtrace_set_so_iterator (struct backtrace_state *state,
114 extern void backtrace_set_base_address (struct backtrace_state *state,
140 extern int backtrace_full (struct backtrace_state *state, int skip,
159 extern int backtrace_simple (struct backtrace_state *state, int skip,
169 extern void backtrace_print (struct backtrace_state *state, int skip, FILE *);
180 extern int backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc,
206 extern int backtrace_syminfo (struct backtrace_state *state, uintptr_t addr,
/third_party/ulib/backtrace/
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()
77 backtrace_destroy_state (struct backtrace_state *state, in backtrace_destroy_state()
86 struct backtrace_state final_state = *state; in backtrace_destroy_state()
94 backtrace_set_so_iterator (struct backtrace_state *state, in backtrace_set_so_iterator()
103 backtrace_set_base_address (struct backtrace_state *state, uintptr_t base) in backtrace_set_base_address()
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
202 extern void backtrace_release_view (struct backtrace_state *state,
222 extern void *backtrace_alloc (struct backtrace_state *state, size_t size,
229 extern void backtrace_free (struct backtrace_state *state, void *mem,
262 extern void* backtrace_vector_finish (struct backtrace_state *state,
270 extern int backtrace_vector_release (struct backtrace_state *state,
285 extern int backtrace_initialize (struct backtrace_state *state,
294 extern void backtrace_destroy_target (struct backtrace_state *state,
[all …]
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()
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()
A Dmmap.c70 backtrace_free_locked (struct backtrace_state *state, void *addr, size_t size) in backtrace_free_locked()
88 backtrace_alloc (struct backtrace_state *state, in backtrace_alloc()
169 backtrace_free (struct backtrace_state *state, void *addr, size_t size, in backtrace_free()
217 backtrace_vector_grow (struct backtrace_state *state,size_t size, in backtrace_vector_grow()
267 struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_vector_finish()
283 backtrace_vector_release (struct backtrace_state *state, in backtrace_vector_release()
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()
A Dfileline.c52 fileline_initialize (struct backtrace_state *state, in fileline_initialize()
170 backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc, in backtrace_pcinfo()
191 backtrace_syminfo (struct backtrace_state *state, uintptr_t pc, in backtrace_syminfo()
A Dprint.c46 struct backtrace_state *state;
84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) in backtrace_print()
A Dmmapio.c53 backtrace_get_view (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_get_view()
87 backtrace_release_view (struct backtrace_state *state ATTRIBUTE_UNUSED, in backtrace_release_view()
A Dread.c48 backtrace_get_view (struct backtrace_state *state, int descriptor, in backtrace_get_view()
88 backtrace_release_view (struct backtrace_state *state, in backtrace_release_view()
A Dsimple.c47 struct backtrace_state *state;
94 backtrace_simple (struct backtrace_state *state, int skip, in backtrace_simple()
A Dbacktrace.c50 struct backtrace_state *state;
102 backtrace_full (struct backtrace_state *state, int skip, in backtrace_full()
A Delf.c308 elf_nodebug (struct backtrace_state *state ATTRIBUTE_UNUSED, in elf_nodebug()
321 elf_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED, in elf_nosyms()
368 elf_initialize_syminfo (struct backtrace_state *state, in elf_initialize_syminfo()
442 elf_add_syminfo_data (struct backtrace_state *state, in elf_add_syminfo_data()
484 elf_syminfo (struct backtrace_state *state, uintptr_t addr, in elf_syminfo()
539 elf_add (struct backtrace_state *state, int descriptor, in elf_add()
884 struct backtrace_state *state;
977 backtrace_initialize (struct backtrace_state *state, int descriptor, in backtrace_initialize()
1050 backtrace_destroy_target (struct backtrace_state *state, in backtrace_destroy_target()
A Dpecoff.c196 coff_nodebug (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nodebug()
209 coff_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED, in coff_nosyms()
342 coff_initialize_syminfo (struct backtrace_state *state, in coff_initialize_syminfo()
474 coff_add_syminfo_data (struct backtrace_state *state, in coff_add_syminfo_data()
536 coff_syminfo (struct backtrace_state *state, uintptr_t addr, in coff_syminfo()
588 coff_add (struct backtrace_state *state, int descriptor, in coff_add()
893 backtrace_initialize (struct backtrace_state *state, int descriptor, in backtrace_initialize()
A Ddwarf.c723 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs, in free_abbrevs()
937 add_unit_addr (struct backtrace_state *state, uintptr_t base_address, in add_unit_addr()
976 free_unit_addrs_vector (struct backtrace_state *state, in free_unit_addrs_vector()
1102 read_abbrevs (struct backtrace_state *state, uint64_t abbrev_offset, in read_abbrevs()
1269 add_unit_ranges (struct backtrace_state *state, uintptr_t base_address, in add_unit_ranges()
1616 add_line (struct backtrace_state *state, struct dwarf_data *ddata, in add_line()
1669 read_line_header (struct backtrace_state *state, struct unit *u, in read_line_header()
2038 read_line_info (struct backtrace_state *state, struct dwarf_data *ddata, in read_line_info()
2949 dwarf_fileline (struct backtrace_state *state, uintptr_t pc, in dwarf_fileline()
2998 build_dwarf_data (struct backtrace_state *state, in build_dwarf_data()
[all …]

Completed in 22 milliseconds