Home
last modified time | relevance | path

Searched refs:the_add_entry (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c8422 property_table_entry *the_add_entry; in remove_dead_literal() local
8432 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in remove_dead_literal()
8434 fill_extra_space = compute_fill_extra_space (the_add_entry); in remove_dead_literal()
8653 property_table_entry *the_add_entry; in coalesce_shared_literal() local
8686 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize, in coalesce_shared_literal()
8688 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE)) in coalesce_shared_literal()
8689 fill_extra_space = the_add_entry->size; in coalesce_shared_literal()
8719 property_table_entry *the_add_entry, *src_entry, *target_entry = NULL; in move_shared_literal() local
8798 the_add_entry = in move_shared_literal()
8802 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE)) in move_shared_literal()
[all …]