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

/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxtensa-isa-internal.h225 xtensa_lookup_entry *funcUnit_lookup_table; member in struct:xtensa_isa_internal_struct
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxtensa-isa-internal.h225 xtensa_lookup_entry *funcUnit_lookup_table; member in struct:xtensa_isa_internal_struct
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxtensa-isa-internal.h225 xtensa_lookup_entry *funcUnit_lookup_table; member in struct:xtensa_isa_internal_struct
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxtensa-isa-internal.h225 xtensa_lookup_entry *funcUnit_lookup_table; member in struct:xtensa_isa_internal_struct
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxtensa-isa.c315 isa->funcUnit_lookup_table =
317 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p,
321 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name;
322 isa->funcUnit_lookup_table[n].u.fun = n;
324 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
363 free (intisa->funcUnit_lookup_table);
364 intisa->funcUnit_lookup_table = 0;
1756 result = bsearch (&entry, intisa->funcUnit_lookup_table,
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxtensa-isa.c326 isa->funcUnit_lookup_table =
328 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p,
332 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name;
333 isa->funcUnit_lookup_table[n].u.fun = n;
335 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
374 free (intisa->funcUnit_lookup_table);
375 intisa->funcUnit_lookup_table = 0;
1767 result = bsearch (&entry, intisa->funcUnit_lookup_table,
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxtensa-isa.c314 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,
362 free (intisa->funcUnit_lookup_table);
363 intisa->funcUnit_lookup_table = 0;
1755 result = bsearch (&entry, intisa->funcUnit_lookup_table,
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxtensa-isa.c326 isa->funcUnit_lookup_table =
328 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p,
332 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name;
333 isa->funcUnit_lookup_table[n].u.fun = n;
335 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
374 free (intisa->funcUnit_lookup_table);
375 intisa->funcUnit_lookup_table = 0;
1767 result = bsearch (&entry, intisa->funcUnit_lookup_table,

Completed in 287 milliseconds