Lines Matching refs:property_table_entry
44 PARAMS ((bfd *, asection *, property_table_entry **, const char *));
107 PARAMS ((property_table_entry *, int, bfd_vma));
468 const property_table_entry *a = (const property_table_entry *) ap;
469 const property_table_entry *b = (const property_table_entry *) bp;
489 property_table_entry **table_p;
496 property_table_entry *blocks;
518 blocks = (property_table_entry *)
519 bfd_malloc (num_records * sizeof (property_table_entry));
581 qsort (blocks, block_count, sizeof (property_table_entry),
592 property_table_entry *lit_table; in elf_xtensa_in_literal_pool()
596 property_table_entry entry;
605 sizeof (property_table_entry), property_table_compare))
1820 property_table_entry *lit_table = 0;
2199 property_table_entry *table;
2219 table = (property_table_entry *)
2220 bfd_malloc (num * sizeof (property_table_entry));
2244 qsort (table, num, sizeof (property_table_entry), property_table_compare);