HomeSort by relevance Sort by last modified time
    Searched refs:di_cache (Results 1 - 8 of 8) sorted by null

  /external/libunwind/src/ptrace/
_UPT_create.c 40 ui->edi.di_cache.format = -1;
_UPT_find_proc_info.c 53 if ((edi->di_cache.format != -1
54 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip)
79 if (edi->di_cache.format != -1
80 && (ip < edi->di_cache.start_ip || ip >= edi->di_cache.end_ip))
81 edi->di_cache.format = -1;
87 if (edi->di_cache.format == -1
135 if (ret == -UNW_ENOINFO && ui->edi.di_cache.format != -1)
136 ret = tdep_search_unwind_table (as, ip, &ui->edi.di_cache,
    [all...]
_UPT_get_dyn_info_list_addr.c 55 res = _Uia64_find_dyn_list (as, &ui->edi.di_cache, arg);
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 42 if ((ui->edi.di_cache.format != -1
43 && ip >= ui->edi.di_cache.start_ip && ip < ui->edi.di_cache.end_ip)
81 if (ui->edi.di_cache.format != -1
82 && (ip < ui->edi.di_cache.start_ip || ip >= ui->edi.di_cache.end_ip))
83 ui->edi.di_cache.format = -1;
89 if (ui->edi.di_cache.format == -1
146 if (ret == -UNW_ENOINFO && ui->edi.di_cache.format != -1)
147 ret = tdep_search_unwind_table (as, ip, &ui->edi.di_cache,
    [all...]
_UCD_create.c 88 ui->edi.di_cache.format = -1;
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 133 edi->di_cache.start_ip = segbase;
134 edi->di_cache.end_ip = edi->di_cache.start_ip + ptxt->p_memsz;
135 edi->di_cache.gp = find_gp (edi, pdyn, segbase - ptxt->p_vaddr);
136 edi->di_cache.format = UNW_INFO_FORMAT_TABLE;
137 edi->di_cache.u.ti.name_ptr = 0;
138 edi->di_cache.u.ti.segbase = segbase;
139 edi->di_cache.u.ti.table_len = punw->p_memsz / sizeof (unw_word_t);
140 edi->di_cache.u.ti.table_data = (unw_word_t *)
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 61 struct elf_image* ei, unw_word_t phdr_offset, unw_word_t load_base, unw_dyn_info_t* di_cache) {
84 pi.gp = di_cache->gp;
110 di_cache->u.rti.name_ptr = 0;
112 di_cache->u.rti.table_len = (fde_count * 8) / sizeof (unw_word_t);
116 di_cache->u.rti.table_data =
121 di_cache->u.rti.segbase = ((load_base + phdr.p_vaddr) + (hdr_offset - phdr.p_offset));
203 edi->di_cache.gp = 0;
206 get_dyn_gp(ei, dyn_phdr_offset, &edi->di_cache.gp);
209 found = get_eh_frame_info(ei, eh_frame_phdr_offset, load_base, &edi->di_cache);
211 edi->di_cache.start_ip = start_ip
    [all...]
  /external/libunwind/include/
libunwind_i.h 366 unw_dyn_info_t di_cache; member in struct:elf_dyn_info
383 edi->di_cache.format = -1;

Completed in 437 milliseconds