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

/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dxtensa-isa-internal.h223 xtensa_lookup_entry *funcUnit_lookup_table; member in struct:xtensa_isa_internal_struct
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c313 isa->funcUnit_lookup_table =
315 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p,
319 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name;
320 isa->funcUnit_lookup_table[n].u.fun = n;
322 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
375 if (intisa->funcUnit_lookup_table)
377 free (intisa->funcUnit_lookup_table);
378 intisa->funcUnit_lookup_table = 0;
1756 result = bsearch (&entry, intisa->funcUnit_lookup_table,

Completed in 48 milliseconds