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

123456

/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.h129 - call d_check_char(di, '\0')
131 #define d_peek_char(di) (*((di)->n))
132 #define d_peek_next_char(di) ((di)->n[1])
133 #define d_advance(di, i) ((di)->n += (i))
134 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
[all...]
H A Dcp-demangle.c765 d_make_empty (struct d_info *di) argument
769 if (di->next_comp >= di->num_comps)
771 p = &di->comps[di->next_comp];
772 ++di->next_comp;
779 d_make_comp (struct d_info *di, enum demangle_component_type type, argument
863 p = d_make_empty (di);
876 d_make_name (struct d_info *di, const char *s, int len) argument
880 p = d_make_empty (di);
889 d_make_builtin_type(struct d_info *di, const struct demangle_builtin_type_info *type) argument
908 d_make_operator(struct d_info *di, const struct demangle_operator_info *op) argument
924 d_make_extended_operator(struct d_info *di, int args, struct demangle_component *name) argument
938 d_make_ctor(struct d_info *di, enum gnu_v3_ctor_kinds kind, struct demangle_component *name) argument
952 d_make_dtor(struct d_info *di, enum gnu_v3_dtor_kinds kind, struct demangle_component *name) argument
966 d_make_template_param(struct d_info *di, long i) argument
982 d_make_sub(struct d_info *di, const char *name, int len) argument
1002 cplus_demangle_mangled_name(struct d_info *di, int top_level) argument
1070 d_encoding(struct d_info *di, int top_level) argument
1132 d_name(struct d_info *di) argument
1212 d_nested_name(struct d_info *di) argument
1246 d_prefix(struct d_info *di) argument
1309 d_unqualified_name(struct d_info *di) argument
1347 d_source_name(struct d_info *di) argument
1363 d_number(struct d_info *di) argument
1396 d_identifier(struct d_info *di, int len) argument
1500 d_operator_name(struct d_info *di) argument
1544 d_make_character(struct d_info *di, int c) argument
1557 d_java_resource(struct d_info *di) argument
1656 d_special_name(struct d_info *di) argument
1769 d_call_offset(struct d_info *di, int c) argument
1801 d_ctor_dtor_name(struct d_info *di) argument
1923 cplus_demangle_type(struct d_info *di) argument
2152 d_cv_qualifiers(struct d_info *di, struct demangle_component **pret, int member_fn) argument
2199 d_function_type(struct d_info *di) argument
2220 d_bare_function_type(struct d_info *di, int has_return_tipe) argument
2284 d_class_enum_type(struct d_info *di) argument
2294 d_array_type(struct d_info *di) argument
2337 d_pointer_to_member_type(struct d_info *di) argument
2385 d_template_param(struct d_info *di) argument
2413 d_template_args(struct d_info *di) argument
2467 d_template_arg(struct d_info *di) argument
2495 d_exprlist(struct d_info *di) argument
2539 d_expression(struct d_info *di) argument
2668 d_expr_primary(struct d_info *di) argument
2728 d_local_name(struct d_info *di) argument
2766 d_discriminator(struct d_info *di) argument
2782 d_add_substitution(struct d_info *di, struct demangle_component *dc) argument
2838 d_substitution(struct d_info *di, int prefix) argument
4362 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
4398 struct d_info di; local
4682 struct d_info di; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c207 struct _DebugInfo* di, /* containing DebugInfo */
261 text_svma = di->text_debug_svma;
262 text_bias = di->text_debug_bias;
263 data_svma = di->data_debug_svma;
264 data_bias = di->data_debug_bias;
265 sdata_svma = di->sdata_debug_svma;
266 sdata_bias = di->sdata_debug_bias;
267 rodata_svma = di->rodata_debug_svma;
268 rodata_bias = di->rodata_debug_bias;
269 bss_svma = di
205 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
601 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
704 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
1081 find_ad_hoc_debug_image( struct _DebugInfo* di, Char* filename, Addr* dimage, SizeT* n_dimage ) argument
1159 find_debug_file( struct _DebugInfo* di, Char* objpath, Char* buildid, Char* debugname, UInt crc, Addr* dimage, SizeT* n_dimage ) argument
[all...]
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
433 addDiCfSI( struct _DebugInfo* di, DiCfSI* cfsi_orig ) argument
856 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
1141 preferName( struct _DebugInfo* di, UChar* a_name, UChar* b_name, Addr sym_avma ) argument
1279 add_DiSym_names_to_from( DebugInfo* di, DiSym* to, DiSym* from ) argument
1769 search_one_symtab( struct _DebugInfo* di, Addr ptr, Bool match_anywhere_in_sym, Bool findText ) argument
1802 search_one_loctab( struct _DebugInfo* di, Addr ptr ) argument
1826 search_one_cfitab( struct _DebugInfo* di, Addr ptr ) argument
1851 search_one_fpotab( struct _DebugInfo* di, Addr ptr ) argument
[all...]
H A Dpriv_readelf.h51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
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
447 DebugInfo* di; local
468 DebugInfo* di; local
679 DebugInfo* di; local
1229 { DebugInfo* di = find_or_create_DebugInfo_for(exename); local
1267 DebugInfo *di, *di2; local
1295 DebugInfo* di; local
1357 DebugInfo* di; local
1389 DebugInfo* di; local
1588 DebugInfo* di; local
1622 DebugInfo* di; local
2091 DebugInfo* di; local
2184 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon14113
2224 compute_cfa( D3UnwindRegs* uregs, Addr min_accessible, Addr max_accessible, DebugInfo* di, DiCfSI* cfsi ) argument
2304 DebugInfo* di; local
2354 DebugInfo* di; local
2469 DebugInfo* di; local
2977 DebugInfo* di; local
3116 DebugInfo* di; local
3311 analyse_deps( XArray* blocks, XArray* tyents, Addr ip, const DebugInfo* di, DiVariable* var, Bool arrays_only ) argument
3446 DebugInfo* di; local
3561 DebugInfo* di; local
3690 next_DebugInfo(const DebugInfo* di) argument
3697 DebugInfo_get_text_avma(const DebugInfo* di) argument
3702 DebugInfo_get_text_size(const DebugInfo* di) argument
3707 DebugInfo_get_plt_avma(const DebugInfo* di) argument
3712 DebugInfo_get_plt_size(const DebugInfo* di) argument
3717 DebugInfo_get_gotplt_avma(const DebugInfo* di) argument
3722 DebugInfo_get_gotplt_size(const DebugInfo* di) argument
3727 DebugInfo_get_soname(const DebugInfo* di) argument
3732 DebugInfo_get_filename(const DebugInfo* di) argument
3737 DebugInfo_get_text_bias(const DebugInfo* di) argument
3797 DebugInfo* di; local
[all...]
H A Dpriv_readdwarf.h46 ( struct _DebugInfo* di,
56 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di,
65 ( /*OUT*/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.c89 #define BIAS_FOR_SYMBOLS (di->fsm.rx_map_avma)
90 #define BIAS_FOR_LINETAB (di->fsm.rx_map_avma)
91 #define BIAS_FOR_LINETAB2 (di->text_bias)
92 #define BIAS_FOR_FPO (di->text_bias)
93 /* Using di->text_bias for the FPOs causes 981 in range and 1 out of
95 so di->text_bias looks like a better bet.:
109 di.readpe.pdr.1. I haven't bothered to chase it further. */
1008 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1029 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
1225 DebugInfo* di,
1224 DEBUG_SnarfCodeView( DebugInfo* di, IMAGE_SECTION_HEADER* sectp, void* root, Int offset, Int size ) argument
1539 DEBUG_SnarfLinetab( DebugInfo* di, IMAGE_SECTION_HEADER* sectp, Char* linetab, Int size ) argument
1709 codeview_dump_linetab2( DebugInfo* di, Char* linetab, DWORD size, Char* strimage, DWORD strsize, Char* pfx ) argument
1836 pdb_dump( struct pdb_reader* pdb, DebugInfo* di, Addr pe_avma, Int unknown_purpose__reloc, IMAGE_SECTION_HEADER* sectp_avma ) argument
2211 read_pdb_debug_info( DebugInfo* di, Addr obj_avma, PtrdiffT unknown_purpose__reloc, void* pdbimage, SizeT n_pdbimage, Char* pdbname, ULong pdbmtime ) argument
[all...]
H A Dpriv_readdwarf3.h44 struct _DebugInfo* di,
H A Dpriv_readpdb.h42 DebugInfo* di,
H A Dd3basics.c420 static Bool bias_address( Addr* a, const DebugInfo* di )
422 if (di->text_present
423 && di->text_size > 0
424 && *a >= di->text_debug_svma && *a < di->text_debug_svma + di->text_size) {
425 *a += di->text_debug_bias;
427 else if (di->data_present
428 && di->data_size > 0
429 && *a >= di
462 evaluate_Dwarf3_Expr( UChar* expr, UWord exprszB, GExpr* fbGX, RegSummary* regs, const DebugInfo* di, Bool push_initial_zero ) argument
[all...]
H A Dreaddwarf.c101 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
335 Word process_extended_line_op( struct _DebugInfo* di, argument
365 di->text_debug_bias, state_machine_regs.address );
379 di,
383 di->text_debug_bias + state_machine_regs.last_address,
384 di->text_debug_bias + state_machine_regs.address,
390 if (di->ddump_line)
398 if (di->ddump_line)
405 addto_WordArray( filenames, (Word)ML_(addStr)(di,name,-1) );
412 if (di
443 read_dwarf2_lineblock( struct _DebugInfo* di, UnitInfo* ui, UChar* theBlock, Int noLargerThan ) argument
1166 read_debuginfo_dwarf3( struct _DebugInfo* di, UChar* debug_info_img, Word debug_info_sz, UChar* debug_abbv_img, Word debug_abbv_sz, UChar* debug_line_img, Word debug_line_sz, UChar* debug_str_img, Word debug_str_sz ) argument
1395 read_debuginfo_dwarf1( struct _DebugInfo* di, UChar* dwarf1d, Int dwarf1d_sz, UChar* dwarf1l, Int dwarf1l_sz ) argument
3525 run_CF_instructions( struct _DebugInfo* di, Bool record, UnwindContext* ctx, UChar* instrs, Int ilen, UWord fde_arange, UnwindContext* restore_ctx, AddressDecodingInfo* adi ) argument
3617 read_callframe_info_dwarf3( struct _DebugInfo* di, UChar* frame_image, SizeT frame_size, Addr frame_avma, Bool is_ehframe ) argument
[all...]
H A Dreadstabs.c98 void ML_(read_debuginfo_stabs) ( DebugInfo* di, argument
139 file.name = ML_(addStr)(di,"???", -1);
147 if (di->trace_symtab) {
197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
227 string = ML_(addStr)(di, qbuf, qidx);
274 ML_(addLineInfo)(di, file.name, NULL, line.addr,
285 file.name = ML_(addStr)(di, nm, -1);
289 file.name = ML_(addStr)(di, "?1\0", -1);
299 ML_(addLineInfo)(di, file.name, NULL, line.addr,
352 addr = 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/clang/test/SemaTemplate/
H A Dexample-dynarray.cpp128 dynarray<int> di; local
129 di.push_back(0);
130 di.push_back(1);
131 di.push_back(2);
132 di.push_back(3);
133 di.push_back(4);
134 assert(di.size() == 5);
135 for (dynarray<int>::iterator I = di.begin(), IEnd = di.end(); I != IEnd; ++I)
136 assert(*I == I - di
[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/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/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(),
/external/valgrind/main/drd/
H A Ddrd_load_store.c309 IRDirty* di; local
330 di = unsafeIRDirty_0_N(/*regparms*/1,
337 di = unsafeIRDirty_0_N(/*regparms*/1,
344 di = unsafeIRDirty_0_N(/*regparms*/1,
351 di = unsafeIRDirty_0_N(/*regparms*/1,
359 di = unsafeIRDirty_0_N(/*regparms*/2,
365 addStmtToIRSB(bb, IRStmt_Dirty(di));
374 IRDirty* di; local
395 di = unsafeIRDirty_0_N(/*regparms*/1,
402 di
440 IRDirty* di; local
[all...]

Completed in 367 milliseconds

123456