Searched refs:target_relax_info (Results 1 – 1 of 1) sorted by relevance
6845 xtensa_relax_info *target_relax_info; in find_relaxable_sections() local6869 target_relax_info = get_xtensa_relax_info (target_sec); in find_relaxable_sections()6870 if (!target_relax_info) in find_relaxable_sections()6886 target_relax_info->src_count++; in find_relaxable_sections()6893 target_relax_info->is_relaxable_literal_section = TRUE; in find_relaxable_sections()6939 xtensa_relax_info *target_relax_info; in collect_source_relocs() local6944 target_relax_info = get_xtensa_relax_info (target_sec); in collect_source_relocs()6946 if (target_relax_info in collect_source_relocs()6947 && (target_relax_info->is_relaxable_literal_section in collect_source_relocs()6948 || target_relax_info->is_relaxable_asm_section)) in collect_source_relocs()[all …]