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

12345678

/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 Dstorage.c62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) argument
77 (di && di->fsm.filename) ? di->fsm.filename
218 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) argument
233 if (di->strchunks == NULL ||
234 (di->strchunks->strtab_used
236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
238 chunk->next = di->strchunks;
239 di
256 addSym( struct _DebugInfo* di, DiSym* sym ) argument
288 addLoc( struct _DebugInfo* di, DiLoc* loc ) argument
339 addLineInfo( struct _DebugInfo* di, UChar* filename, UChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
440 addDiCfSI( struct _DebugInfo* di, DiCfSI* cfsi_orig ) argument
870 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, UChar* name, UWord typeR, GExpr* gexpr, GExpr* fbGX, UChar* fileName, Int lineNo, Bool show ) argument
1151 preferName( struct _DebugInfo* di, UChar* a_name, UChar* b_name, Addr sym_avma ) argument
1289 add_DiSym_names_to_from( DebugInfo* di, DiSym* to, DiSym* from ) argument
1786 search_one_symtab( struct _DebugInfo* di, Addr ptr, Bool match_anywhere_in_sym, Bool findText ) argument
1819 search_one_loctab( struct _DebugInfo* di, Addr ptr ) argument
1843 search_one_cfitab( struct _DebugInfo* di, Addr ptr ) argument
1868 search_one_fpotab( struct _DebugInfo* di, Addr ptr ) argument
[all...]
H A Dreadelf.c208 struct _DebugInfo* di, /* containing DebugInfo */
273 text_svma = di->text_debug_svma;
274 text_bias = di->text_debug_bias;
275 data_svma = di->data_debug_svma;
276 data_bias = di->data_debug_bias;
277 sdata_svma = di->sdata_debug_svma;
278 sdata_bias = di->sdata_debug_bias;
279 rodata_svma = di->rodata_debug_svma;
280 rodata_bias = di->rodata_debug_bias;
281 bss_svma = di
206 get_elf_symbol_info( struct _DebugInfo* di, ElfXX_Sym* sym, Char* sym_name, Addr sym_svma, Bool symtab_in_debug, UChar* opd_img, PtrdiffT opd_bias, Char** sym_name_out, Addr* sym_avma_out, Int* sym_size_out, Addr* sym_tocptr_out, Bool* from_opd_out, Bool* is_text_out, Bool* is_ifunc ) argument
615 read_elf_symtab__normal( struct _DebugInfo* di, UChar* tab_name, ElfXX_Sym* symtab_img, SizeT symtab_szB, UChar* strtab_img, SizeT strtab_szB, Bool symtab_in_debug, UChar* opd_img ) argument
718 read_elf_symtab__ppc64_linux( struct _DebugInfo* di, UChar* tab_name, ElfXX_Sym* symtab_img, SizeT symtab_szB, UChar* strtab_img, SizeT strtab_szB, Bool symtab_in_debug, UChar* opd_img ) argument
1130 find_ad_hoc_debug_image( struct _DebugInfo* di, Char* filename, Addr* dimage, SizeT* n_dimage ) argument
1208 find_debug_file( struct _DebugInfo* di, Char* objpath, Char* buildid, Char* debugname, UInt crc, Bool rel_ok, Addr* dimage, SizeT* n_dimage ) argument
[all...]
H A Dpriv_readstabs.h44 void ML_(read_debuginfo_stabs) ( struct _DebugInfo* di,
H A Ddebuginfo.c115 /* Find 'di' in the debugInfo_list and move it one step closer the the
120 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
123 if (di == debugInfo_list)
125 vg_assert(di != NULL);
130 if (di0 == NULL || di0 == di) break;
135 vg_assert(di0 == di);
138 /* di0 points to di, di1 to its predecessor, and di2 to di1's
174 DebugInfo* di; local
178 di = ML_(dinfo_zalloc)("di
439 DebugInfo* di; local
460 DebugInfo* di; local
697 DebugInfo* di; local
1233 { DebugInfo* di = find_or_create_DebugInfo_for(exename); local
1271 DebugInfo *di, *di2; local
1282 find_rx_mapping( struct _DebugInfo* di, Addr lo, Addr hi ) argument
1324 DebugInfo* di; local
1384 DebugInfo* di; local
1416 DebugInfo* di; local
1631 DebugInfo* di; local
1665 DebugInfo* di; local
2139 DebugInfo* di; local
2232 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon28030
2272 compute_cfa( D3UnwindRegs* uregs, Addr min_accessible, Addr max_accessible, DebugInfo* di, DiCfSI* cfsi ) argument
2362 DebugInfo* di; local
2412 DebugInfo* di; local
2533 DebugInfo* di; local
3041 DebugInfo* di; local
3180 DebugInfo* di; local
3375 analyse_deps( XArray* blocks, XArray* tyents, Addr ip, const DebugInfo* di, DiVariable* var, Bool arrays_only ) argument
3510 DebugInfo* di; local
3625 DebugInfo* di; local
3754 next_DebugInfo(const DebugInfo* di) argument
3761 DebugInfo_get_text_avma(const DebugInfo* di) argument
3766 DebugInfo_get_text_size(const DebugInfo* di) argument
3771 DebugInfo_get_plt_avma(const DebugInfo* di) argument
3776 DebugInfo_get_plt_size(const DebugInfo* di) argument
3781 DebugInfo_get_gotplt_avma(const DebugInfo* di) argument
3786 DebugInfo_get_gotplt_size(const DebugInfo* di) argument
3791 DebugInfo_get_soname(const DebugInfo* di) argument
3796 DebugInfo_get_filename(const DebugInfo* di) argument
3801 DebugInfo_get_text_bias(const DebugInfo* di) argument
3861 DebugInfo* di; local
[all...]
H A Dpriv_readdwarf.h46 ( struct _DebugInfo* di,
58 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di,
67 ( /*OUT*/struct _DebugInfo* di,
H A Dpriv_readelf.h51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
H A Dreadmacho.c158 static Bool map_image_aboard ( DebugInfo* di, /* only for err msgs */ argument
170 ML_(symerr)(di, True, "Can't stat image (to determine its size)?!");
177 ML_(symerr)(di, True, "Can't open image to read symbols?!");
184 ML_(symerr)(di, True, "Can't mmap image to read symbols?!");
207 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small).");
222 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small).");
246 ML_(symerr)(di, True, "Invalid Mach-O file (2 too small).");
255 ML_(symerr)(di, True,
267 ML_(symerr)(di, True, "Invalid Mach-O file (3 too small).");
272 ML_(symerr)(di, Tru
321 read_symtab( XArray* syms, struct _DebugInfo* di, struct NLIST* o_symtab, UInt o_symtab_count, UChar* o_strtab, UInt o_strtab_sz ) argument
[all...]
H A Dreadpdb.c86 di.readpe.pdr.1. I haven't bothered to chase it further. */
985 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1006 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
1202 DebugInfo* di,
1215 Bool debug = di->trace_symtab;
1264 nmstr = ML_(addStr)(di, symname, sym->data_v1.p_name.namelen);
1274 ML_(addSym)( di, &vsym );
1290 nmstr = ML_(addStr)(di, symname, k);
1302 ML_(addSym)( di, &vsym );
1324 nmstr = ML_(addStr)(di, symnam
1201 DEBUG_SnarfCodeView( DebugInfo* di, PtrdiffT bias, IMAGE_SECTION_HEADER* sectp, void* root, Int offset, Int size ) argument
1516 DEBUG_SnarfLinetab( DebugInfo* di, PtrdiffT bias, IMAGE_SECTION_HEADER* sectp, Char* linetab, Int size ) argument
1686 codeview_dump_linetab2( DebugInfo* di, Addr bias, IMAGE_SECTION_HEADER* sectp, Char* linetab, DWORD size, Char* strimage, DWORD strsize, Char* pfx ) argument
1818 pdb_dump( struct pdb_reader* pdb, DebugInfo* di, Addr pe_avma, PtrdiffT pe_bias, IMAGE_SECTION_HEADER* sectp_avma ) argument
2174 read_pdb_debug_info( DebugInfo* di, Addr obj_avma, PtrdiffT obj_bias, void* pdbimage, SizeT n_pdbimage, Char* pdbname, ULong pdbmtime ) argument
[all...]
H A Dpriv_readpdb.h42 DebugInfo* di,
/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/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/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils.cc183 DirectoryIterator *di = IterateDirectory();
184 if (!di)
186 if (di->Iterate(old_dir.pathname())) {
188 if (di->Name() == "." || di->Name() == "..")
194 source.SetFilename(di->Name());
195 dest.SetFilename(di->Name());
198 } while (di->Next());
200 delete di;
207 DirectoryIterator *di local
[all...]
/external/grub/stage2/
H A Dstart.S74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
77 movl (%di), %ebp
83 cmpw $0, 4(%di)
97 movl (%di), %ebx
104 cmpw %ax, 4(%di) /* compare against total number of sectors */
110 movw 4(%di), %ax
114 subw %ax, 4(%di)
117 addl %eax, (%di)
165 movl (%di), %eax
196 cmpw %ax, 4(%di) /* compar
[all...]
H A Dnbloader.S62 xorw %di, %di
103 xorw %di, %di
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h185 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
187 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *di );
191 const UChar* VG_(DebugInfo_get_soname) ( const DebugInfo *di );
192 const UChar* VG_(DebugInfo_get_filename) ( const DebugInfo *di );
193 PtrdiffT VG_(DebugInfo_get_text_bias) ( const DebugInfo *di );
202 const DebugInfo* VG_(next_DebugInfo) ( const DebugInfo *di );
[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/chromium/third_party/libjingle/source/talk/base/
H A Dfileutils.cc177 DirectoryIterator di;
178 di.Iterate(old_dir.pathname());
179 while (di.Next()) {
180 if (di.Name() == "." || di.Name() == "..")
186 source.SetFilename(di.Name());
187 dest.SetFilename(di.Name());
197 DirectoryIterator *di = IterateDirectory(); local
198 di->Iterate(folder);
199 while (di
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas-llabel.asm17 xorw %di, %di
/external/clang/tools/diagtool/
H A DListWarnings.cpp58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
60 di != de; ++di) {
61 unsigned diagID = di->DiagID;
69 Entry entry(di->getName(),

Completed in 790 milliseconds

12345678