• Home
  • Raw
  • Download

Lines Matching refs:table_entry

37 struct table_entry  struct
400 struct table_entry *tab;
414 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size); in debug_frame_tab_append()
428 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length); in debug_frame_tab_shrink()
436 const struct table_entry *fa = a, *fb = b; in debug_frame_tab_compare()
498 tab.tab = calloc (tab.size, sizeof (struct table_entry)); in dwarf_find_debug_frame()
563 qsort (tab.tab, tab.length, sizeof (struct table_entry), in dwarf_find_debug_frame()
750 assert (sizeof (struct table_entry) % sizeof (unw_word_t) == 0); in dwarf_callback()
751 di->u.rti.table_len = (fde_count * sizeof (struct table_entry) in dwarf_callback()
838 static inline const struct table_entry *
839 lookup (const struct table_entry *table, size_t table_size, int32_t rel_ip) in lookup()
841 unsigned long table_len = table_size / sizeof (struct table_entry); in lookup()
842 const struct table_entry *e = NULL; in lookup()
872 struct table_entry *e, void *arg) in remote_lookup()
874 unsigned long table_len = table_size / sizeof (struct table_entry); in remote_lookup()
885 e_addr = table + mid * sizeof (struct table_entry); in remote_lookup()
896 e_addr = table + (hi - 1) * sizeof (struct table_entry); in remote_lookup()
910 const struct table_entry *e = NULL, *table; in dwarf_search_unwind_table()
914 struct table_entry ent; in dwarf_search_unwind_table()
930 table = (const struct table_entry *) (uintptr_t) di->u.rti.table_data; in dwarf_search_unwind_table()
945 table_len = fdesc->index_size * sizeof (struct table_entry); in dwarf_search_unwind_table()