Lines Matching defs:xtensa_relax_info_struct
5824 struct xtensa_relax_info_struct struct
5826 bfd_boolean is_relaxable_literal_section;
5827 bfd_boolean is_relaxable_asm_section;
5828 int visited; /* Number of times visited. */
5830 source_reloc *src_relocs; /* Array[src_count]. */
5831 int src_count;
5832 int src_next; /* Next src_relocs entry to assign. */
5834 removed_literal_list removed_list;
5835 text_action_list action_list;
5837 reloc_bfd_fix *fix_list;
5838 reloc_bfd_fix *fix_array;
5839 unsigned fix_array_count;
5846 Elf_Internal_Rela *allocated_relocs;
5847 unsigned relocs_count;
5848 unsigned allocated_relocs_count;