Searched defs:di (Results 1 - 25 of 122) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c975 struct gas_dialog_info *di; local
985 di = gas_dialog_create(hapd, sa, dialog_token);
986 if (!di) {
995 di->prot = prot;
996 di->sd_resp = buf;
997 di->sd_resp_pos = 0;
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c975 struct gas_dialog_info *di; local
985 di = gas_dialog_create(hapd, sa, dialog_token);
986 if (!di) {
995 di->prot = prot;
996 di->sd_resp = buf;
997 di->sd_resp_pos = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c975 struct gas_dialog_info *di; local
985 di = gas_dialog_create(hapd, sa, dialog_token);
986 if (!di) {
995 di->prot = prot;
996 di->sd_resp = buf;
997 di->sd_resp_pos = 0;
/external/valgrind/main/VEX/priv/
H A Dir_defs.c3483 IRDirty* di; local
3563 di = st->Ist.Dirty.details;
3564 if (!isIRAtom(di->guard))
3566 for (i = 0; di->args[i]; i++)
3567 if (!isIRAtom_or_VECRET_or_BBPTR(di->args[i]))
3569 if (di->mAddr && !isIRAtom(di->mAddr))
/external/valgrind/main/VEX/
H A Dtest_main.c1018 static void setHelperAnns ( MCEnv* mce, IRDirty* di ) {
1019 di->nFxState = 2;
1020 di->fxState[0].fx = Ifx_Read;
1021 di->fxState[0].offset = mce->layout->offset_SP;
1022 di->fxState[0].size = mce->layout->sizeof_SP;
1023 di->fxState[1].fx = Ifx_Read;
1024 di->fxState[1].offset = mce->layout->offset_IP;
1025 di->fxState[1].size = mce->layout->sizeof_IP;
1044 IRDirty* di; local
1066 di
2034 IRDirty* di; local
2232 IRDirty *di, *diLo64, *diHi64; local
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c708 IRDirty* di; local
874 di = unsafeIRDirty_0_N( regparms,
877 addStmtToIRSB( cgs->sbOut, IRStmt_Dirty(di) );
987 IRDirty* di; local
996 di = unsafeIRDirty_0_N(
1000 di->guard = guard;
1001 addStmtToIRSB( cgs->sbOut, IRStmt_Dirty(di) );
/external/valgrind/main/callgrind/
H A Dbb.c201 DebugInfo* di; local
204 di = VG_(find_DebugInfo)(addr);
205 obj = CLG_(get_obj_node)( di );
210 offset = di ? VG_(DebugInfo_get_text_bias)(di):0;
212 Addr start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
218 CLG_ASSERT( obj->size == (di ? VG_(DebugInfo_get_text_size)(di) : 0) );
H A Ddebug.c379 DebugInfo* di; local
387 CLG_(get_debug_info)(addr, fl_buf, fn_buf, &ln, &di);
394 if (di) {
395 obj_name = VG_(DebugInfo_get_filename)(di);
H A Dfn.c229 obj_node* new_obj_node(DebugInfo* di, obj_node* next) argument
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
236 VG_(DebugInfo_get_filename)(di) )
246 obj->start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
247 obj->size = di ? VG_(DebugInfo_get_text_size)(di) : 0;
248 obj->offset = di ? VG_(DebugInfo_get_text_bias)(di) : 0;
264 obj_node* CLG_(get_obj_node)(DebugInfo* di) argument
405 get_fn_node_inseg(DebugInfo* di, HChar filename[FILENAME_LEN], HChar fnname[FN_NAME_LEN]) argument
492 DebugInfo* di; local
[all...]
H A Dmain.c384 IRDirty* di; local
590 di = unsafeIRDirty_0_N( regparms,
593 addStmtToIRSB( clgs->sbOut, IRStmt_Dirty(di) );
698 IRDirty* di; local
707 di = unsafeIRDirty_0_N(
711 di->guard = guard;
712 addStmtToIRSB( clgs->sbOut, IRStmt_Dirty(di) );
939 IRDirty* di; local
944 di = unsafeIRDirty_0_N( 1, "setup_bbcc",
947 addStmtToIRSB( clgs->sbOut, IRStmt_Dirty(di) );
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c432 static Bool bias_address( Addr* a, const DebugInfo* di )
434 if (di->text_present
435 && di->text_size > 0
436 && *a >= di->text_debug_svma && *a < di->text_debug_svma + di->text_size) {
437 *a += di->text_debug_bias;
439 else if (di->data_present
440 && di->data_size > 0
441 && *a >= di
474 evaluate_Dwarf3_Expr( UChar* expr, UWord exprszB, GExpr* fbGX, RegSummary* regs, const DebugInfo* di, Bool push_initial_zero ) argument
[all...]
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 Dreaddwarf.c103 new_tab = ML_(dinfo_zalloc)("di.aWA.1", new_size * sizeof(Word));
325 void process_extended_line_op( struct _DebugInfo* di, argument
345 di->text_debug_bias, state_machine_regs.address );
359 di,
363 di->text_debug_bias + state_machine_regs.last_address,
364 di->text_debug_bias + state_machine_regs.address,
370 if (di->ddump_line)
378 if (di->ddump_line)
385 HChar* name = ML_(cur_step_strdup)(data, "di.pelo.1");
386 addto_WordArray( filenames, (Word)ML_(addStr)(di,nam
420 read_dwarf2_lineblock( struct _DebugInfo* di, UnitInfo* ui, DiCursor theBlock, Int noLargerThan ) argument
1159 read_debuginfo_dwarf3( struct _DebugInfo* di, DiSlice escn_debug_info, DiSlice escn_debug_types, DiSlice escn_debug_abbv, DiSlice escn_debug_line, DiSlice escn_debug_str, DiSlice escn_debug_str_alt ) argument
3652 run_CF_instructions( struct _DebugInfo* di, Bool record, UnwindContext* ctx, DiCursor instrs, Int ilen, UWord fde_arange, UnwindContext* restore_ctx, AddressDecodingInfo* adi ) argument
3740 read_callframe_info_dwarf3( struct _DebugInfo* di, DiSlice escn_frame, Addr frame_avma, Bool is_ehframe ) argument
[all...]
H A Dreaddwarf3.c431 struct _DebugInfo* di; member in struct:__anon32471
554 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di )
572 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias);
576 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias);
599 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
644 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
715 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes );
770 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
784 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
820 xa = VG_(newXA)( ML_(dinfo_zalloc), "di
3547 new_dwarf3_reader_wrk( struct _DebugInfo* di, __attribute__((noreturn)) void (*barf)( const HChar* ), DiSlice escn_debug_info, DiSlice escn_debug_types, DiSlice escn_debug_abbv, DiSlice escn_debug_line, DiSlice escn_debug_str, DiSlice escn_debug_ranges, DiSlice escn_debug_loc, DiSlice escn_debug_info_alt, DiSlice escn_debug_abbv_alt, DiSlice escn_debug_line_alt, DiSlice escn_debug_str_alt ) argument
4369 new_dwarf3_reader( struct _DebugInfo* di, DiSlice escn_debug_info, DiSlice escn_debug_types, DiSlice escn_debug_abbv, DiSlice escn_debug_line, DiSlice escn_debug_str, DiSlice escn_debug_ranges, DiSlice escn_debug_loc, DiSlice escn_debug_info_alt, DiSlice escn_debug_abbv_alt, DiSlice escn_debug_line_alt, DiSlice escn_debug_str_alt ) argument
[all...]
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 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...]
H A Dreadpdb.c87 di.readpe.pdr.1. I haven't bothered to chase it further. */
986 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
1007 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
1204 DebugInfo* di,
1217 Bool debug = di->trace_symtab;
1266 nmstr = ML_(addStr)(di, symname, sym->data_v1.p_name.namelen);
1276 ML_(addSym)( di, &vsym );
1292 nmstr = ML_(addStr)(di, symname, k);
1304 ML_(addSym)( di, &vsym );
1326 nmstr = ML_(addStr)(di, symnam
1203 DEBUG_SnarfCodeView( DebugInfo* di, PtrdiffT bias, IMAGE_SECTION_HEADER* sectp, void* root, Int offset, Int size ) argument
1518 DEBUG_SnarfLinetab( DebugInfo* di, PtrdiffT bias, IMAGE_SECTION_HEADER* sectp, void* linetab, Int size ) argument
1688 codeview_dump_linetab2( DebugInfo* di, Addr bias, IMAGE_SECTION_HEADER* sectp, HChar* linetab, DWORD size, HChar* strimage, DWORD strsize, const HChar* pfx ) argument
1821 pdb_dump( struct pdb_reader* pdb, DebugInfo* di, Addr pe_avma, PtrdiffT pe_bias, IMAGE_SECTION_HEADER* sectp_avma ) argument
2177 read_pdb_debug_info( DebugInfo* di, Addr obj_avma, PtrdiffT obj_bias, void* pdbimage, SizeT n_pdbimage, HChar* pdbname, ULong pdbmtime ) argument
[all...]
H A Dreadstabs.c101 void ML_(read_debuginfo_stabs) ( DebugInfo* di, argument
140 file.name = ML_(addStr)(di,"???", -1);
197 n = ML_(dinfo_zalloc)("di.readstabs.rds.1", qbuflen);
207 if (di->trace_symtab) {
227 string = ML_(addStr)(di, qbuf, qidx);
273 ML_(addLineInfo)(di, file.name, NULL, line.addr,
284 file.name = ML_(addStr)(di, nm, -1);
287 file.name = ML_(addStr)(di, "?1\0", -1);
297 ML_(addLineInfo)(di, file.name, NULL, line.addr,
350 addr = di
[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...]
/external/valgrind/main/coregrind/m_demangle/
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...]
H A Dsafe-ctype.c135 #define di _sch_isdigit macro
151 #define D (const unsigned short) (di |xd|pr) /* decimal digit */
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1079 IRDirty* di; local
1086 di = unsafeIRDirty_0_N( nargs/*regparms*/, nm,
1089 di->nFxState = 0;
1091 addStmtToIRSB(irsb, IRStmt_Dirty(di));
1118 IRDirty* di; local
1145 di = unsafeIRDirty_0_N( nargs/*regparms*/, nm,
1157 di->nFxState = 2;
1158 di->fxState[0].fx = Ifx_Read;
1159 di->fxState[0].offset = layout->offset_SP;
1160 di
[all...]
/external/valgrind/main/coregrind/
H A Dm_redir.c328 DebugInfo* di,
727 DebugInfo* di,
746 VG_(DebugInfo_get_soname)(di) );
756 nsyms = VG_(DebugInfo_syms_howmany)( di );
758 VG_(DebugInfo_syms_getidx)( di, i, &sym_addr, NULL,
827 v, VG_(DebugInfo_get_soname)(di));
1507 static void handle_require_text_symbols ( DebugInfo* di )
1518 const HChar* di_soname = VG_(DebugInfo_get_soname)(di);
1563 Int nsyms = VG_(DebugInfo_syms_howmany)(di);
1568 VG_(DebugInfo_syms_getidx)( di,
722 generate_and_add_actives( Spec* specs, TopSpec* parent_spec, DebugInfo* di, TopSpec* parent_sym ) argument
[all...]
H A Dm_translate.c1412 DebugInfo* di = VG_(find_DebugInfo)( addr ); local
1413 if (di) {
1414 objname = VG_(DebugInfo_get_filename)(di);
1415 objoff = addr - VG_(DebugInfo_get_text_bias)(di);
/external/valgrind/main/drd/
H A Ddrd_load_store.c359 IRDirty* di local
365 if (guard) di->guard = guard;
366 addStmtToIRSB(bb, IRStmt_Dirty(di));
462 IRDirty* di local
469 if (guard) di->guard = guard;
470 addStmtToIRSB(bb, IRStmt_Dirty(di) );
479 IRDirty* di; local
488 di = unsafeIRDirty_0_N(/*regparms*/1,
495 di = unsafeIRDirty_0_N(/*regparms*/1,
502 di
533 IRDirty* di; local
599 IRDirty* di; local
[all...]

Completed in 1862 milliseconds

12345