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

12345

/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 Dpriv_readxcoff.h42 Bool ML_(read_xcoff_debug_info) ( struct _DebugInfo* di,
H A Dreadelf.c206 struct _DebugInfo* di, /* containing DebugInfo */
260 text_svma = di->text_debug_svma;
261 text_bias = di->text_debug_bias;
262 data_svma = di->data_debug_svma;
263 data_bias = di->data_debug_bias;
264 sdata_svma = di->sdata_debug_svma;
265 sdata_bias = di->sdata_debug_bias;
266 rodata_svma = di->rodata_debug_svma;
267 rodata_bias = di->rodata_debug_bias;
268 bss_svma = di
204 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
577 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
679 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
1048 find_debug_file( struct _DebugInfo* di, Char* objpath, Char* buildid, Char* debugname, UInt crc, UWord* size ) argument
[all...]
H A Dstorage.c62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) argument
77 (di && di->filename) ? di->filename : (UChar*)"???");
196 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) argument
211 if (di->strchunks == NULL ||
212 (di->strchunks->strtab_used
214 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
216 chunk->next = di->strchunks;
217 di
232 addSym( struct _DebugInfo* di, DiSym* sym ) argument
280 addLoc( struct _DebugInfo* di, DiLoc* loc ) argument
328 addLineInfo( struct _DebugInfo* di, UChar* filename, UChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
422 addDiCfSI( struct _DebugInfo* di, DiCfSI* cfsi_orig ) argument
836 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
1115 prefersym( struct _DebugInfo* di, DiSym* a, DiSym* b ) argument
1579 search_one_symtab( struct _DebugInfo* di, Addr ptr, Bool match_anywhere_in_sym, Bool findText ) argument
1612 search_one_loctab( struct _DebugInfo* di, Addr ptr ) argument
1636 search_one_cfitab( struct _DebugInfo* di, Addr ptr ) argument
1661 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.c119 /* Find 'di' in the debugInfo_list and move it one step closer the the
124 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
127 if (di == debugInfo_list)
129 vg_assert(di != NULL);
134 if (di0 == NULL || di0 == di) break;
139 vg_assert(di0 == di);
142 /* di0 points to di, di1 to its predecessor, and di2 to di1's
179 DebugInfo* di; local
183 di = ML_(dinfo_zalloc)("di
452 DebugInfo* di; local
475 DebugInfo* di; local
608 DebugInfo *di; local
674 DebugInfo* di; local
1150 DebugInfo* di = find_or_create_DebugInfo_for(exename, NULL/*membername*/ ); local
1206 DebugInfo* di; local
1283 DebugInfo *di, *di2; local
1311 DebugInfo* di; local
1373 DebugInfo* di; local
1405 DebugInfo* di; local
1606 DebugInfo* di; local
1651 DebugInfo* di; local
2092 DebugInfo* di; local
2185 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon10822
2225 compute_cfa( D3UnwindRegs* uregs, Addr min_accessible, Addr max_accessible, DebugInfo* di, DiCfSI* cfsi ) argument
2287 DebugInfo* di; local
2329 DebugInfo* di; local
2438 DebugInfo* di; local
2937 DebugInfo* di; local
3076 DebugInfo* di; local
3270 analyse_deps( XArray* blocks, XArray* tyents, Addr ip, const DebugInfo* di, DiVariable* var, Bool arrays_only ) argument
3405 DebugInfo* di; local
3524 DebugInfo* di; local
3653 next_DebugInfo(const DebugInfo* di) argument
3660 DebugInfo_get_text_avma(const DebugInfo* di) argument
3665 DebugInfo_get_text_size(const DebugInfo* di) argument
3670 DebugInfo_get_plt_avma(const DebugInfo* di) argument
3675 DebugInfo_get_plt_size(const DebugInfo* di) argument
3680 DebugInfo_get_gotplt_avma(const DebugInfo* di) argument
3685 DebugInfo_get_gotplt_size(const DebugInfo* di) argument
3690 DebugInfo_get_soname(const DebugInfo* di) argument
3695 DebugInfo_get_filename(const DebugInfo* di) argument
3700 DebugInfo_get_text_bias(const DebugInfo* di) argument
3758 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, UChar* frame, SizeT frame_sz, Bool for_eh );
H A Dreadpdb.c89 #define BIAS_FOR_SYMBOLS (di->rx_map_avma)
90 #define BIAS_FOR_LINETAB (di->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
1533 DEBUG_SnarfLinetab( DebugInfo* di, IMAGE_SECTION_HEADER* sectp, Char* linetab, Int size ) argument
1703 codeview_dump_linetab2( DebugInfo* di, Char* linetab, DWORD size, Char* strimage, DWORD strsize, Char* pfx ) argument
1830 pdb_dump( struct pdb_reader* pdb, DebugInfo* di, Addr pe_avma, Int unknown_purpose__reloc, IMAGE_SECTION_HEADER* sectp_avma ) argument
2205 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 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 Dpriv_readdwarf3.h44 struct _DebugInfo* di,
H A Dpriv_readpdb.h42 DebugInfo* di,
H A Dd3basics.c419 static Bool bias_address( Addr* a, const DebugInfo* di )
421 if (di->text_present
422 && di->text_size > 0
423 && *a >= di->text_debug_svma && *a < di->text_debug_svma + di->text_size) {
424 *a += di->text_debug_bias;
426 else if (di->data_present
427 && di->data_size > 0
428 && *a >= di
461 evaluate_Dwarf3_Expr( UChar* expr, UWord exprszB, GExpr* fbGX, RegSummary* regs, const DebugInfo* di, Bool push_initial_zero ) argument
[all...]
H A Dpriv_storage.h468 di->text_svma = svma;
470 di->text_bias = rx_bias;
471 di->text_debug_svma = svma;
472 di->text_debug_bias = rx_bias;
683 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym );
687 void ML_(addLineInfo) ( struct _DebugInfo* di,
694 void ML_(shrinkSym) ( struct _DebugInfo *di );
696 void ML_(shrinkLineInfo) ( struct _DebugInfo *di );
699 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi );
703 extern UChar* ML_(addStr) ( struct _DebugInfo* di, UCha
[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/bluetooth/bluez/tools/
H A Dhcieventmask.c46 struct hci_dev_info di; local
69 if (hci_devinfo(dev, &di) < 0) {
86 if (di.features[5] & LMP_SNIFF_SUBR)
89 if (di.features[5] & LMP_PAUSE_ENC)
92 if (di.features[6] & LMP_EXT_INQ)
95 if (di.features[6] & LMP_NFLUSH_PKTS)
98 if (di.features[7] & LMP_LSTO)
101 if (di.features[6] & LMP_SIMPLE_PAIR) {
114 if (di.features[4] & LMP_LE)
117 if (di
[all...]
H A Dhciconfig.c48 static struct hci_dev_info di; variable in typeref:struct:hci_dev_info
51 static void print_dev_hdr(struct hci_dev_info *di);
52 static void print_dev_info(int ctl, struct hci_dev_info *di);
74 di.dev_id = (dr+i)->dev_id;
75 if (ioctl(ctl, HCIGETDEVINFO, (void *) &di) < 0)
77 if (hci_test_bit(HCI_RAW, &di.flags) &&
78 !bacmp(&di.bdaddr, BDADDR_ANY)) {
79 int dd = hci_open_dev(di.dev_id);
80 hci_read_bd_addr(dd, &di.bdaddr, 1000);
83 print_dev_info(ctl, &di);
87 print_pkt_type(struct hci_dev_info *di) argument
95 print_link_policy(struct hci_dev_info *di) argument
100 print_link_mode(struct hci_dev_info *di) argument
108 print_dev_features(struct hci_dev_info *di, int format) argument
983 struct hci_dev_info di; local
1836 print_dev_hdr(struct hci_dev_info *di) argument
1855 print_dev_info(int ctl, struct hci_dev_info *di) argument
[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/bluetooth/bluez/compat/
H A Ddun.c58 struct rfcomm_dev_info *di; local
68 dl = malloc(sizeof(*dl) + RFCOMM_MAX_DEV * sizeof(*di));
76 di = dl->dev_info;
84 r = func(di + i, arg);
244 static int show_conn(struct rfcomm_dev_info *di, unsigned long arg) argument
248 if (di->state == BT_CONNECTED &&
249 (di->flags & (1<<RFCOMM_REUSE_DLC)) &&
250 (di->flags & (1<<RFCOMM_TTY_ATTACHED)) &&
251 (di->flags & (1<<RFCOMM_RELEASE_ONHUP))) {
253 if (find_pppd(di
264 kill_conn(struct rfcomm_dev_info *di, unsigned long arg) argument
[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.cpp56 for (DiagnosticIDs::diag_iterator di = DiagnosticIDs::diags_begin(),
57 de = DiagnosticIDs::diags_end(); di != de; ++di) {
59 unsigned diagID = di.getDiagID();
67 Entry entry(di.getDiagName(),

Completed in 586 milliseconds

12345