Searched refs:table_entry (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c37 struct table_entry struct
326 struct table_entry *tab;
340 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size);
354 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length);
362 const struct table_entry *fa = a, *fb = b;
424 tab.tab = calloc (tab.size, sizeof (struct table_entry));
489 qsort (tab.tab, tab.length, sizeof (struct table_entry),
662 assert (sizeof (struct table_entry) % sizeof (unw_word_t) == 0);
663 di->u.rti.table_len = (fde_count * sizeof (struct table_entry)
750 static inline const struct table_entry *
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h341 struct table_entry *index;

Completed in 23 milliseconds