Searched refs:di (Results 1 - 25 of 324) 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/valgrind/coregrind/m_demangle/
H A Dcp-demangle.h134 - call d_check_char(di, '\0')
136 #define d_peek_char(di) (*((di)->n))
138 # define d_peek_next_char(di) ((di)->n[1])
139 # define d_advance(di, i) ((di)->n += (i))
141 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
147 d_peek_next_char(const struct d_info *di) argument
155 d_advance(struct d_info *di, int i) argument
[all...]
H A Dcp-demangle.c940 d_make_empty (struct d_info *di) argument
944 if (di->next_comp >= di->num_comps)
946 p = &di->comps[di->next_comp];
948 ++di->next_comp;
955 d_make_comp (struct d_info *di, enum demangle_component_type type, argument
1049 p = d_make_empty (di);
1062 d_make_demangle_mangled_name (struct d_info *di, const char *s) argument
1064 if (d_peek_char (di) !
1073 d_make_name(struct d_info *di, const char *s, int len) argument
1086 d_make_builtin_type(struct d_info *di, const struct demangle_builtin_type_info *type) argument
1105 d_make_operator(struct d_info *di, const struct demangle_operator_info *op) argument
1121 d_make_extended_operator(struct d_info *di, int args, struct demangle_component *name) argument
1133 d_make_default_arg(struct d_info *di, int num, struct demangle_component *sub) argument
1149 d_make_ctor(struct d_info *di, enum gnu_v3_ctor_kinds kind, struct demangle_component *name) argument
1163 d_make_dtor(struct d_info *di, enum gnu_v3_dtor_kinds kind, struct demangle_component *name) argument
1177 d_make_template_param(struct d_info *di, int i) argument
1193 d_make_function_param(struct d_info *di, int i) argument
1209 d_make_sub(struct d_info *di, const char *name, int len) argument
1229 cplus_demangle_mangled_name(struct d_info *di, int top_level) argument
1312 d_encoding(struct d_info *di, int top_level) argument
1364 d_abi_tags(struct d_info *di, struct demangle_component *dc) argument
1399 d_name(struct d_info *di) argument
1480 d_nested_name(struct d_info *di) argument
1526 d_prefix(struct d_info *di) argument
1609 d_unqualified_name(struct d_info *di) argument
1667 d_source_name(struct d_info *di) argument
1683 d_number(struct d_info *di) argument
1716 d_number_component(struct d_info *di) argument
1730 d_identifier(struct d_info *di, int len) argument
1852 d_operator_name(struct d_info *di) argument
1908 d_make_character(struct d_info *di, int c) argument
1921 d_java_resource(struct d_info *di) argument
2022 d_special_name(struct d_info *di) argument
2163 d_call_offset(struct d_info *di, int c) argument
2195 d_ctor_dtor_name(struct d_info *di) argument
2284 next_is_type_qual(struct d_info *di) argument
2362 cplus_demangle_type(struct d_info *di) argument
2702 d_cv_qualifiers(struct d_info *di, struct demangle_component **pret, int member_fn) argument
2810 d_ref_qualifier(struct d_info *di, struct demangle_component *sub) argument
2840 d_function_type(struct d_info *di) argument
2863 d_parmlist(struct d_info *di) argument
2911 d_bare_function_type(struct d_info *di, int has_return_tipe) argument
2946 d_class_enum_type(struct d_info *di) argument
2956 d_array_type(struct d_info *di) argument
3000 d_vector_type(struct d_info *di) argument
3027 d_pointer_to_member_type(struct d_info *di) argument
3064 d_compact_number(struct d_info *di) argument
3084 d_template_param(struct d_info *di) argument
3103 d_template_args(struct d_info *di) argument
3116 d_template_args_1(struct d_info *di) argument
3167 d_template_arg(struct d_info *di) argument
3197 d_exprlist(struct d_info *di, char terminator) argument
3253 d_expression_1(struct d_info *di) argument
3503 d_expression(struct d_info *di) argument
3520 d_expr_primary(struct d_info *di) argument
3583 d_local_name(struct d_info *di) argument
3646 d_discriminator(struct d_info *di) argument
3676 d_lambda(struct d_info *di) argument
3715 d_unnamed_type(struct d_info *di) argument
3746 d_clone_suffix(struct d_info *di, struct demangle_component *encoding) argument
3772 d_add_substitution(struct d_info *di, struct demangle_component *dc) argument
3828 d_substitution(struct d_info *di, int prefix) argument
3927 d_checkpoint(struct d_info *di, struct d_info_checkpoint *checkpoint) argument
3937 d_backtrack(struct d_info *di, struct d_info_checkpoint *checkpoint) argument
6176 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
6221 struct d_info di; local
6526 struct d_info di; local
[all...]
/external/syslinux/core/
H A Disolinux-c.c12 __export void get_derivative_info(union syslinux_derivative_info *di) argument
14 di->iso.filesystem = SYSLINUX_FS_ISOLINUX;
15 di->iso.sector_shift = SectorShift;
16 di->iso.drive_number = DriveNumber;
17 di->iso.cd_mode = ((BIOSType - bios_cdrom) >> 2);
19 di->iso.spec_packet = &spec_packet;
20 di->iso.esdi_ptr = &OrigESDI;
21 di->iso.partoffset = &Hidden;
H A Dpxelinux-c.c13 __export void get_derivative_info(union syslinux_derivative_info *di) argument
15 di->pxe.filesystem = SYSLINUX_FS_PXELINUX;
16 di->pxe.apiver = APIVer;
17 di->pxe.pxenvptr = GET_PTR(StrucPtr);
18 di->pxe.pxenv_offs = StrucPtr.offs;
19 di->pxe.pxenv_seg = StrucPtr.seg;
20 di->pxe.stack = GET_PTR(InitStack);
21 di->pxe.stack_offs = InitStack.offs;
22 di->pxe.stack_seg = InitStack.seg;
23 di
[all...]
H A Dldlinux-c.c10 __export void get_derivative_info(union syslinux_derivative_info *di) argument
12 di->disk.filesystem = SYSLINUX_FS_SYSLINUX;
13 di->disk.sector_shift = SectorShift;
14 di->disk.drive_number = DriveNumber;
16 di->disk.ptab_ptr = &PartInfo;
17 di->disk.esdi_ptr = &OrigESDI;
18 di->disk.partoffset = &Hidden;
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg ) argument
80 (di && di->fsm.filename) ? di->fsm.filename
235 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len ) argument
242 if (UNLIKELY(di->strpool == NULL))
243 di->strpool = VG_(newDedupPA)(SEGINFO_STRPOOLSIZE,
246 "di.storage.addStr.1",
248 return VG_(allocEltDedupPA) (di->strpool, len+1, str);
251 UInt ML_(addFnDn) (struct _DebugInfo* di, argument
270 fndn_ix2filename(const DebugInfo* di, UInt fndn_ix) argument
282 fndn_ix2dirname(const DebugInfo* di, UInt fndn_ix) argument
300 addStrFromCursor( DebugInfo* di, DiCursor c ) argument
316 addSym( struct _DebugInfo* di, DiSym* sym ) argument
345 fndn_ix(const DebugInfo* di, Word locno) argument
358 set_fndn_ix(struct _DebugInfo* di, Word locno, UInt fndn_ix) argument
419 addLoc( struct _DebugInfo* di, DiLoc* loc, UInt fndn_ix ) argument
503 addLineInfo( struct _DebugInfo* di, UInt fndn_ix, Addr this, Addr next, Int lineno, Int entry ) argument
595 addInl( struct _DebugInfo* di, DiInlLoc* inl ) argument
638 addInlInfo( struct _DebugInfo* di, Addr addr_lo, Addr addr_hi, const HChar* inlinedfn, UInt fndn_ix, Int lineno, UShort level) argument
684 get_cfsi_m(const DebugInfo* di, UInt pos) argument
703 addDiCfSI( struct _DebugInfo* di, Addr base, UInt len, DiCfSI_m* cfsi_m ) argument
1174 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
1452 preferName( const DebugInfo* di, const HChar* a_name, const HChar* b_name, Addr sym_avma ) argument
1592 add_DiSym_names_to_from( const DebugInfo* di, DiSym* to, const DiSym* from ) argument
2123 get_cfsi_rd_stats( const DebugInfo* di, UWord *n_mergeables, UWord *n_holes ) argument
2353 search_one_symtab( const DebugInfo* di, Addr ptr, Bool findText ) argument
2382 search_one_loctab( const DebugInfo* di, Addr ptr ) argument
2406 search_one_cfitab( const DebugInfo* di, Addr ptr ) argument
2436 search_one_fpotab( const 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 Ddebuginfo.c120 /* Find 'di' in the debugInfo_list and move it one step closer to the
125 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
128 if (di == debugInfo_list)
130 vg_assert(di != NULL);
135 if (di0 == NULL || di0 == di) break;
140 vg_assert(di0 == di);
143 /* di0 points to di, di1 to its predecessor, and di2 to di1's
179 DebugInfo* di; local
183 di = ML_(dinfo_zalloc)("di
449 DebugInfo* di; local
470 DebugInfo* di; local
614 show_DebugInfoMappings( const DebugInfo* di, XArray* maps ) argument
639 truncate_DebugInfoMapping_overlaps( const DebugInfo* di, XArray* maps ) argument
819 DebugInfo* di; local
1139 DebugInfo* di; local
1399 { DebugInfo* di = find_or_create_DebugInfo_for(exename); local
1437 DebugInfo *di, *di2; local
1448 find_rx_mapping( DebugInfo* di, Addr lo, Addr hi ) argument
1476 DebugInfo* di; // DebugInfo describing inlined calls at eip member in struct:_InlIPCursor
1505 DebugInfo *di; local
1545 inltab_insert_pos(DebugInfo *di, Addr eip) argument
1570 DebugInfo* di; local
1649 DebugInfo* di; local
1708 DebugInfo* di; local
1787 DebugInfo* di; local
2043 DebugInfo* di; local
2076 DebugInfo* di; local
2588 DebugInfo* di; local
2686 struct { Addr ip; DebugInfo* di; DiCfSI_m* cfsi_m; } member in struct:__anon28853
2728 compute_cfa( const D3UnwindRegs* uregs, Addr min_accessible, Addr max_accessible, const DebugInfo* di, const DiCfSI_m* cfsi_m ) argument
2865 DebugInfo* di; local
2911 DebugInfo* di; local
3039 const DebugInfo* di; local
3148 const DebugInfo* di; local
3255 format_message( XArray* dn1, XArray* dn2, Addr data_addr, const DebugInfo* di, const DiVariable* var, PtrdiffT var_offset, PtrdiffT residual_offset, const XArray* described, Int frameNo, ThreadId tid ) argument
3561 DebugInfo* di; local
3700 DebugInfo* di; local
3867 analyse_deps( XArray* blocks, const XArray* tyents, Addr ip, const DebugInfo* di, const DiVariable* var, Bool arrays_only ) argument
4002 DebugInfo* di; local
4116 DebugInfo* di; local
4244 next_DebugInfo(const DebugInfo* di) argument
4251 DebugInfo_get_text_avma(const DebugInfo* di) argument
4256 DebugInfo_get_text_size(const DebugInfo* di) argument
4261 DebugInfo_get_bss_avma(const DebugInfo* di) argument
4266 DebugInfo_get_bss_size(const DebugInfo* di) argument
4271 DebugInfo_get_plt_avma(const DebugInfo* di) argument
4276 DebugInfo_get_plt_size(const DebugInfo* di) argument
4281 DebugInfo_get_gotplt_avma(const DebugInfo* di) argument
4286 DebugInfo_get_gotplt_size(const DebugInfo* di) argument
4291 DebugInfo_get_got_avma(const DebugInfo* di) argument
4296 DebugInfo_get_got_size(const DebugInfo* di) argument
4301 DebugInfo_get_soname(const DebugInfo* di) argument
4306 DebugInfo_get_filename(const DebugInfo* di) argument
4311 DebugInfo_get_text_bias(const DebugInfo* di) argument
4370 DebugInfo* di; local
[all...]
H A Dreadelf.c220 sym_name = ML_(img_strdup)(strtab_img, "di.sres.1", sym_name_ioff);
259 struct _DebugInfo* di, /* containing DebugInfo */
327 text_svma = di->text_debug_svma;
328 text_bias = di->text_debug_bias;
329 data_svma = di->data_debug_svma;
330 data_bias = di->data_debug_bias;
331 sdata_svma = di->sdata_debug_svma;
332 sdata_bias = di->sdata_debug_bias;
333 rodata_svma = di->rodata_debug_svma;
334 rodata_bias = di
257 get_elf_symbol_info( struct _DebugInfo* di, const ElfXX_Sym* sym, DiOffT sym_name_ioff, const DiSlice* escn_strtab, Addr sym_svma, Bool symtab_in_debug, const DiSlice* escn_opd, PtrdiffT opd_bias, DiOffT* sym_name_out_ioff, SymAVMAs* sym_avmas_out, Int* sym_size_out, Bool* from_opd_out, Bool* is_text_out, Bool* is_ifunc_out, Bool* is_global_out ) argument
781 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
906 read_elf_symtab__ppc64be_linux( struct _DebugInfo* di, const HChar* tab_name, DiSlice* escn_symtab, DiSlice* escn_strtab, DiSlice* escn_opd, Bool symtab_in_debug ) argument
1273 find_debug_file( struct _DebugInfo* di, const HChar* objpath, const HChar* buildid, const HChar* debugname, UInt crc, Bool rel_ok ) argument
1367 find_debug_file_ad_hoc( const DebugInfo* di, const HChar* objpath ) argument
[all...]
H A Dpriv_readelf.h55 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
H A Dpriv_readexidx.h40 void ML_(read_exidx) ( /*MOD*/DebugInfo* di,
/external/syslinux/com32/modules/stubs/
H A Dswapstub.asm14 mov di,[es:0x413]
15 dec di
16 mov [es:0x413],di
20 mov es,di
21 xor di,di
24 mov di,0
26 mov es,di
/external/syslinux/dos/
H A Dmemmove.S12 pushw %di
14 movw %ax,%di
16 cmpw %si,%di
23 popw %di
26 1: /* si <= di, need reverse copy */
27 add %cx,%di
29 dec %di
H A Dmemset.S13 pushw %di
14 movw %ax,%di
18 popw %di
H A Dmemcpy.S13 pushw %di
15 movw %ax,%di
20 popw %di
/external/syslinux/efi/
H A Dderivative.c20 __export void get_derivative_info(union syslinux_derivative_info *di) argument
22 di->disk.filesystem = __filesystem;
/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/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c150 static void dump_reg( struct sh_reg reg, struct sh_srcreg *indreg, const struct dump_info *di )
170 if (di->is_ps) {
202 if (!di->is_ps && di->version >= SVGA3D_VS_30) {
361 const struct dump_info *di)
403 dump_reg( u.reg, indreg, di);
417 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
438 dump_reg(srcreg_sh, indreg, di );
485 parse_op(struct dump_info *di, argument
503 (!di
359 dump_dstreg(struct sh_dstreg dstreg, struct sh_srcreg *indreg, const struct dump_info *di) argument
527 dump_inst(struct dump_info *di, const unsigned **assem, struct sh_op op, const struct sh_opcode_info *info) argument
570 struct dump_info di; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DDateInterval.java61 DateInterval di = (DateInterval)a;
62 return fromDate == di.fromDate && toDate == di.toDate;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateInterval.java65 DateInterval di = (DateInterval)a;
66 return fromDate == di.fromDate && toDate == di.toDate;

Completed in 569 milliseconds

1234567891011>>