Searched refs:di (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/libunwind/src/mi/
H A Ddyn-cancel.c29 _U_dyn_cancel (unw_dyn_info_t *di) argument
35 if (di->prev)
36 di->prev->next = di->next;
38 _U_dyn_info_list.first = di->next;
40 if (di->next)
41 di->next->prev = di->prev;
45 di->next = di
[all...]
H A Ddyn-register.c31 _U_dyn_register (unw_dyn_info_t *di) argument
37 di->next = _U_dyn_info_list.first;
38 di->prev = NULL;
39 if (di->next)
40 di->next->prev = di;
41 _U_dyn_info_list.first = di;
H A DGdyn-extract.c30 unw_proc_info_t *pi, unw_dyn_info_t *di,
33 pi->start_ip = di->start_ip;
34 pi->end_ip = di->end_ip;
35 pi->gp = di->gp;
36 pi->format = di->format;
37 switch (di->format)
40 pi->handler = di->u.pi.handler;
42 pi->flags = di->u.pi.flags;
45 pi->unwind_info = di;
54 return tdep_search_unwind_table (as, ip, di, p
29 unwi_extract_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, unw_dyn_info_t *di, int need_unwind_info, void *arg) argument
[all...]
H A DGfind_dynamic_proc_info.c44 unw_dyn_info_t *di; local
53 for (di = list->first; di; di = di->next)
54 if (ip >= di->start_ip && ip < di->end_ip)
55 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info,
H A DGdyn-remote.c127 free_dyn_info (unw_dyn_info_t *di) argument
129 switch (di->format)
132 if (di->u.pi.regions)
134 free_regions (di->u.pi.regions);
135 di->u.pi.regions = NULL;
140 if (di->u.ti.table_data)
142 free (di->u.ti.table_data);
143 di->u.ti.table_data = NULL;
155 unw_word_t *addr, unw_dyn_info_t *di, void *arg)
160 switch (di
154 intern_dyn_info(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_dyn_info_t *di, void *arg) argument
210 unw_dyn_info_t *di = NULL; local
[all...]
/external/gcc-demangle/
H A Dcp-demangle.h130 - call d_check_char(di, '\0')
132 #define d_peek_char(di) (*((di)->n))
133 #define d_peek_next_char(di) ((di)->n[1])
134 #define d_advance(di, i) ((di)->n += (i))
135 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
[all...]
H A Dcp-demangle.c764 d_make_empty (struct d_info *di) argument
768 if (di->next_comp >= di->num_comps)
770 p = &di->comps[di->next_comp];
771 ++di->next_comp;
778 d_make_comp (struct d_info *di, enum demangle_component_type type, argument
865 p = d_make_empty (di);
878 d_make_demangle_mangled_name (struct d_info *di, const char *s) argument
880 if (d_peek_char (di) !
889 d_make_name(struct d_info *di, const char *s, int len) argument
902 d_make_builtin_type(struct d_info *di, const struct demangle_builtin_type_info *type) argument
921 d_make_operator(struct d_info *di, const struct demangle_operator_info *op) argument
937 d_make_extended_operator(struct d_info *di, int args, struct demangle_component *name) argument
949 d_make_default_arg(struct d_info *di, int num, struct demangle_component *sub) argument
965 d_make_ctor(struct d_info *di, enum gnu_v3_ctor_kinds kind, struct demangle_component *name) argument
979 d_make_dtor(struct d_info *di, enum gnu_v3_dtor_kinds kind, struct demangle_component *name) argument
993 d_make_template_param(struct d_info *di, long i) argument
1009 d_make_function_param(struct d_info *di, long i) argument
1025 d_make_sub(struct d_info *di, const char *name, int len) argument
1045 cplus_demangle_mangled_name(struct d_info *di, int top_level) argument
1117 d_encoding(struct d_info *di, int top_level) argument
1179 d_name(struct d_info *di) argument
1260 d_nested_name(struct d_info *di) argument
1294 d_prefix(struct d_info *di) argument
1368 d_unqualified_name(struct d_info *di) argument
1418 d_source_name(struct d_info *di) argument
1434 d_number(struct d_info *di) argument
1467 d_number_component(struct d_info *di) argument
1481 d_identifier(struct d_info *di, int len) argument
1587 d_operator_name(struct d_info *di) argument
1631 d_make_character(struct d_info *di, int c) argument
1644 d_java_resource(struct d_info *di) argument
1743 d_special_name(struct d_info *di) argument
1856 d_call_offset(struct d_info *di, int c) argument
1888 d_ctor_dtor_name(struct d_info *di) argument
2012 cplus_demangle_type(struct d_info *di) argument
2269 d_cv_qualifiers(struct d_info *di, struct demangle_component **pret, int member_fn) argument
2316 d_function_type(struct d_info *di) argument
2337 d_parmlist(struct d_info *di) argument
2381 d_bare_function_type(struct d_info *di, int has_return_type) argument
2416 d_class_enum_type(struct d_info *di) argument
2426 d_array_type(struct d_info *di) argument
2470 d_vector_type(struct d_info *di) argument
2497 d_pointer_to_member_type(struct d_info *di) argument
2543 d_compact_number(struct d_info *di) argument
2563 d_template_param(struct d_info *di) argument
2582 d_template_args(struct d_info *di) argument
2636 d_template_arg(struct d_info *di) argument
2664 d_exprlist(struct d_info *di) argument
2708 d_expression(struct d_info *di) argument
2866 d_expr_primary(struct d_info *di) argument
2928 d_local_name(struct d_info *di) argument
2987 d_discriminator(struct d_info *di) argument
3003 d_lambda(struct d_info *di) argument
3042 d_unnamed_type(struct d_info *di) argument
3072 d_add_substitution(struct d_info *di, struct demangle_component *dc) argument
3128 d_substitution(struct d_info *di, int prefix) argument
4750 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
4793 struct d_info di; local
5083 struct d_info di; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h130 - call d_check_char(di, '\0')
132 #define d_peek_char(di) (*((di)->n))
133 #define d_peek_next_char(di) ((di)->n[1])
134 #define d_advance(di, i) ((di)->n += (i))
135 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
[all...]
H A Dcp-demangle.c786 d_make_empty (struct d_info *di) argument
790 if (di->next_comp >= di->num_comps)
792 p = &di->comps[di->next_comp];
793 ++di->next_comp;
800 d_make_comp (struct d_info *di, enum demangle_component_type type, argument
890 p = d_make_empty (di);
903 d_make_demangle_mangled_name (struct d_info *di, const char *s) argument
905 if (d_peek_char (di) !
914 d_make_name(struct d_info *di, const char *s, int len) argument
927 d_make_builtin_type(struct d_info *di, const struct demangle_builtin_type_info *type) argument
946 d_make_operator(struct d_info *di, const struct demangle_operator_info *op) argument
962 d_make_extended_operator(struct d_info *di, int args, struct demangle_component *name) argument
974 d_make_default_arg(struct d_info *di, int num, struct demangle_component *sub) argument
990 d_make_ctor(struct d_info *di, enum gnu_v3_ctor_kinds kind, struct demangle_component *name) argument
1004 d_make_dtor(struct d_info *di, enum gnu_v3_dtor_kinds kind, struct demangle_component *name) argument
1018 d_make_template_param(struct d_info *di, long i) argument
1034 d_make_function_param(struct d_info *di, long i) argument
1050 d_make_sub(struct d_info *di, const char *name, int len) argument
1070 cplus_demangle_mangled_name(struct d_info *di, int top_level) argument
1155 d_encoding(struct d_info *di, int top_level) argument
1217 d_name(struct d_info *di) argument
1298 d_nested_name(struct d_info *di) argument
1333 d_prefix(struct d_info *di) argument
1416 d_unqualified_name(struct d_info *di) argument
1466 d_source_name(struct d_info *di) argument
1482 d_number(struct d_info *di) argument
1515 d_number_component(struct d_info *di) argument
1529 d_identifier(struct d_info *di, int len) argument
1635 d_operator_name(struct d_info *di) argument
1679 d_make_character(struct d_info *di, int c) argument
1692 d_java_resource(struct d_info *di) argument
1793 d_special_name(struct d_info *di) argument
1926 d_call_offset(struct d_info *di, int c) argument
1958 d_ctor_dtor_name(struct d_info *di) argument
2088 cplus_demangle_type(struct d_info *di) argument
2345 d_cv_qualifiers(struct d_info *di, struct demangle_component **pret, int member_fn) argument
2416 d_function_type(struct d_info *di) argument
2437 d_parmlist(struct d_info *di) argument
2481 d_bare_function_type(struct d_info *di, int has_return_tipe) argument
2516 d_class_enum_type(struct d_info *di) argument
2526 d_array_type(struct d_info *di) argument
2570 d_vector_type(struct d_info *di) argument
2597 d_pointer_to_member_type(struct d_info *di) argument
2643 d_compact_number(struct d_info *di) argument
2663 d_template_param(struct d_info *di) argument
2682 d_template_args(struct d_info *di) argument
2736 d_template_arg(struct d_info *di) argument
2764 d_exprlist(struct d_info *di) argument
2808 d_expression(struct d_info *di) argument
2974 d_expr_primary(struct d_info *di) argument
3036 d_local_name(struct d_info *di) argument
3095 d_discriminator(struct d_info *di) argument
3111 d_lambda(struct d_info *di) argument
3150 d_unnamed_type(struct d_info *di) argument
3181 d_clone_suffix(struct d_info *di, struct demangle_component *encoding) argument
3207 d_add_substitution(struct d_info *di, struct demangle_component *dc) argument
3263 d_substitution(struct d_info *di, int prefix) argument
5008 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
5051 struct d_info di; local
5341 struct d_info di; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c187 sym_name = ML_(img_strdup)(strtab_img, "di.sres.1", sym_name_ioff);
226 struct _DebugInfo* di, /* containing DebugInfo */
292 text_svma = di->text_debug_svma;
293 text_bias = di->text_debug_bias;
294 data_svma = di->data_debug_svma;
295 data_bias = di->data_debug_bias;
296 sdata_svma = di->sdata_debug_svma;
297 sdata_bias = di->sdata_debug_bias;
298 rodata_svma = di->rodata_debug_svma;
299 rodata_bias = di
224 get_elf_symbol_info( struct _DebugInfo* di, ElfXX_Sym* sym, DiOffT sym_name_ioff, DiSlice* escn_strtab, Addr sym_svma, Bool symtab_in_debug, DiSlice* escn_opd, PtrdiffT opd_bias, DiOffT* sym_name_out_ioff, Addr* sym_avma_out, Int* sym_size_out, Addr* sym_tocptr_out, Bool* from_opd_out, Bool* is_text_out, Bool* is_ifunc ) argument
691 read_elf_symtab__normal( struct _DebugInfo* di, const HChar* tab_name, DiSlice* escn_symtab, DiSlice* escn_strtab, DiSlice* escn_opd, Bool symtab_in_debug ) argument
809 read_elf_symtab__ppc64_linux( struct _DebugInfo* di, const HChar* tab_name, DiSlice* escn_symtab, DiSlice* escn_strtab, DiSlice* escn_opd, Bool symtab_in_debug ) argument
1167 find_debug_file( struct _DebugInfo* di, const HChar* objpath, const HChar* buildid, const HChar* debugname, UInt crc, Bool rel_ok ) argument
1263 find_debug_file_ad_hoc( struct _DebugInfo* di, const HChar* objpath ) argument
[all...]
H A Dstorage.c63 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, const HChar* msg ) argument
78 (di && di->fsm.filename) ? di->fsm.filename
232 HChar* ML_(addStr) ( struct _DebugInfo* di, const HChar* str, Int len ) argument
247 if (di->strchunks == NULL ||
248 (di->strchunks->strtab_used
250 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
252 chunk->next = di->strchunks;
253 di
269 addStrFromCursor( struct _DebugInfo* di, DiCursor c ) argument
285 addSym( struct _DebugInfo* di, DiSym* sym ) argument
317 addLoc( struct _DebugInfo* di, DiLoc* loc ) argument
368 addLineInfo( struct _DebugInfo* di, const HChar* filename, const HChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
469 addDiCfSI( struct _DebugInfo* di, DiCfSI* cfsi_orig ) argument
925 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, HChar* name, UWord typeR, GExpr* gexpr, GExpr* fbGX, HChar* fileName, Int lineNo, Bool show ) argument
1206 preferName( struct _DebugInfo* di, HChar* a_name, HChar* b_name, Addr sym_avma ) argument
1344 add_DiSym_names_to_from( DebugInfo* di, DiSym* to, DiSym* from ) argument
1841 search_one_symtab( struct _DebugInfo* di, Addr ptr, Bool match_anywhere_in_sym, Bool findText ) argument
1874 search_one_loctab( struct _DebugInfo* di, Addr ptr ) argument
1898 search_one_cfitab( struct _DebugInfo* di, Addr ptr ) argument
1923 search_one_fpotab( struct _DebugInfo* di, Addr ptr ) argument
[all...]
H A Dpriv_readdwarf.h49 ( DebugInfo* di,
61 void ML_(read_debuginfo_dwarf1) ( DebugInfo* di,
70 ( /*OUT*/ DebugInfo* di,
H A Dpriv_readstabs.h47 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
H A Ddebuginfo.c117 /* Find 'di' in the debugInfo_list and move it one step closer the the
122 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
125 if (di == debugInfo_list)
127 vg_assert(di != NULL);
132 if (di0 == NULL || di0 == di) break;
137 vg_assert(di0 == di);
140 /* di0 points to di, di1 to its predecessor, and di2 to di1's
176 DebugInfo* di; local
180 di = ML_(dinfo_zalloc)("di
441 DebugInfo* di; local
462 DebugInfo* di; local
699 DebugInfo* di; local
1246 { DebugInfo* di = find_or_create_DebugInfo_for(exename); local
1284 DebugInfo *di, *di2; local
1295 find_rx_mapping( struct _DebugInfo* di, Addr lo, Addr hi ) argument
1337 DebugInfo* di; local
1397 DebugInfo* di; local
1429 DebugInfo* di; local
1644 DebugInfo* di; local
1678 DebugInfo* di; local
2164 DebugInfo* di; local
2258 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon32396
2303 compute_cfa( D3UnwindRegs* uregs, Addr min_accessible, Addr max_accessible, DebugInfo* di, DiCfSI* cfsi ) argument
2400 DebugInfo* di; local
2460 DebugInfo* di; local
2588 DebugInfo* di; local
3096 DebugInfo* di; local
3235 DebugInfo* di; local
3405 analyse_deps( XArray* blocks, XArray* tyents, Addr ip, const DebugInfo* di, DiVariable* var, Bool arrays_only ) argument
3540 DebugInfo* di; local
3655 DebugInfo* di; local
3784 next_DebugInfo(const DebugInfo* di) argument
3791 DebugInfo_get_text_avma(const DebugInfo* di) argument
3796 DebugInfo_get_text_size(const DebugInfo* di) argument
3801 DebugInfo_get_bss_avma(const DebugInfo* di) argument
3806 DebugInfo_get_bss_size(const DebugInfo* di) argument
3811 DebugInfo_get_plt_avma(const DebugInfo* di) argument
3816 DebugInfo_get_plt_size(const DebugInfo* di) argument
3821 DebugInfo_get_gotplt_avma(const DebugInfo* di) argument
3826 DebugInfo_get_gotplt_size(const DebugInfo* di) argument
3831 DebugInfo_get_got_avma(const DebugInfo* di) argument
3836 DebugInfo_get_got_size(const DebugInfo* di) argument
3841 DebugInfo_get_soname(const DebugInfo* di) argument
3846 DebugInfo_get_filename(const DebugInfo* di) argument
3851 DebugInfo_get_text_bias(const DebugInfo* di) argument
3911 DebugInfo* di; local
[all...]
H A Dpriv_readelf.h54 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
H A Dreadmacho.c148 static DiSlice map_image_aboard ( DebugInfo* di, /* only for err msgs */ argument
177 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small).");
190 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small).");
219 ML_(symerr)(di, True, "Invalid Mach-O file (2 too small).");
229 ML_(symerr)(di, True,
241 ML_(symerr)(di, True, "Invalid Mach-O file (3 too small).");
246 ML_(symerr)(di, True, "Invalid Mach-O file (thin bigger than fat).");
253 ML_(symerr)(di, True, "Invalid Mach-O file (thin not inside fat).");
263 ML_(symerr)(di, True, "Invalid Mach-O file (bad magic).");
268 ML_(symerr)(di, Tru
298 read_symtab( XArray* syms, struct _DebugInfo* di, DiCursor symtab_cur, UInt symtab_count, DiCursor strtab_cur, UInt strtab_sz ) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcodegen-coverage.js50 var di; // Register edi, rdi.
63 di = x + 1;
72 di = x + 1;
80 di = x + 1;
89 di = x + 1;
100 di = x + 1;
111 di = x + 1;
119 di = x + 1;
127 di = x + 1;
135 di
[all...]
/external/libunwind/src/ia64/
H A DGtables.c140 _Uia64_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) argument
146 unw_word_t gp = di->gp;
149 switch (di->format)
156 e = (struct ia64_table_entry *) di->u.ti.table_data;
157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]);
158 segbase = di->u.ti.segbase;
169 unw_word_t e_addr = di->u.rti.table_data;
171 table_size = di->u.rti.table_len * sizeof (unw_word_t);
172 segbase = di
251 unw_search_ia64_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
404 get_kernel_table(unw_dyn_info_t *di) argument
444 _Uia64_get_kernel_table(unw_dyn_info_t *di) argument
474 unw_dyn_info_t *di = ptr; local
651 unw_dyn_info_t di, *dip = &di; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c147 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
167 if (di->is_ps) {
199 if (!di->is_ps && di->version >= SVGA3D_VS_30) {
358 const struct dump_info *di)
400 dump_reg( u.reg, indreg, di);
414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
430 dump_reg( *(struct sh_reg *) &srcreg, indreg, di );
477 parse_op(struct dump_info *di, argument
495 (!di
356 dump_dstreg(struct sh_dstreg dstreg, struct sh_srcreg *indreg, const struct dump_info *di) argument
519 dump_inst(struct dump_info *di, const unsigned **assem, struct sh_op op, const struct sh_opcode_info *info) argument
562 struct dump_info di; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c147 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
167 if (di->is_ps) {
199 if (!di->is_ps && di->version >= SVGA3D_VS_30) {
358 const struct dump_info *di)
400 dump_reg( u.reg, indreg, di);
414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
430 dump_reg( *(struct sh_reg *) &srcreg, indreg, di );
477 parse_op(struct dump_info *di, argument
495 (!di
356 dump_dstreg(struct sh_dstreg dstreg, struct sh_srcreg *indreg, const struct dump_info *di) argument
519 dump_inst(struct dump_info *di, const unsigned **assem, struct sh_op op, const struct sh_opcode_info *info) argument
562 struct dump_info di; local
[all...]
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h187 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_bss_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_bss_size) ( const DebugInfo *di );
191 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
192 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
193 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di );
194 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *di );
195 Addr VG_(DebugInfo_get_got_avma) ( const DebugInfo *di );
196 SizeT VG_(DebugInfo_get_got_size) ( const DebugInfo *di );
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.cc161 DirectoryIterator *di = IterateDirectory();
162 if (!di)
164 if (di->Iterate(old_dir.pathname())) {
166 if (di->Name() == "." || di->Name() == "..")
172 source.SetFilename(di->Name());
173 dest.SetFilename(di->Name());
176 } while (di->Next());
178 delete di;
185 DirectoryIterator *di local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dlaplace.c74 int di; local
78 di = IMIN(val - i, ndi_max - 1);
79 fl += (2*di+1+s)*LAPLACE_MINP;
81 *value = (i+di+s)^s;
118 int di; local
119 di = (fm-fl)>>(LAPLACE_LOG_MINP+1);
120 val += di;
121 fl += 2*di*LAPLACE_MINP;
/external/libopus/celt/
H A Dlaplace.c74 int di; local
78 di = IMIN(val - i, ndi_max - 1);
79 fl += (2*di+1+s)*LAPLACE_MINP;
81 *value = (i+di+s)^s;
118 int di; local
119 di = (fm-fl)>>(LAPLACE_LOG_MINP+1);
120 val += di;
121 fl += 2*di*LAPLACE_MINP;
/external/libunwind/tests/
H A DGtest-dyn1.c171 unw_dyn_info_t di; local
202 memset (&di, 0, sizeof (di));
203 di.start_ip = (long) mem;
204 di.end_ip = (long) mem + 16*region->insn_count/3;
205 di.gp = get_gp (fdesc);
206 di.format = UNW_INFO_FORMAT_DYNAMIC;
207 di.u.pi.name_ptr = (unw_word_t) "copy_of_template";
208 di.u.pi.regions = region;
210 _U_dyn_register (&di);
[all...]

Completed in 1265 milliseconds

1234567891011