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

  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 225 xtensa_lookup_entry *funcUnit_lookup_table;
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 314 isa->funcUnit_lookup_table =
316 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p,
320 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name;
321 isa->funcUnit_lookup_table[n].u.fun = n;
323 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
376 if (intisa->funcUnit_lookup_table)
378 free (intisa->funcUnit_lookup_table);
379 intisa->funcUnit_lookup_table = 0;
    [all...]

Completed in 160 milliseconds