Lines Matching refs:target_relax_info

6845       xtensa_relax_info *target_relax_info;  in find_relaxable_sections()  local
6869 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() local
6944 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()
6977 int src_next = target_relax_info->src_next++; in collect_source_relocs()
6978 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next]; in collect_source_relocs()
7006 xtensa_relax_info *target_relax_info; in collect_source_relocs() local
7019 target_relax_info = get_xtensa_relax_info (target_sec); in collect_source_relocs()
7021 if (target_relax_info in collect_source_relocs()
7022 && (target_relax_info->is_relaxable_literal_section in collect_source_relocs()
7023 || target_relax_info->is_relaxable_asm_section)) in collect_source_relocs()
7031 s_reloc = find_source_reloc (target_relax_info->src_relocs, in collect_source_relocs()
7032 target_relax_info->src_next, in collect_source_relocs()
8722 xtensa_relax_info *relax_info, *target_relax_info; in move_shared_literal() local
8738 target_relax_info = get_xtensa_relax_info (target_sec); in move_shared_literal()
8783 text_action_add_literal (&target_relax_info->action_list, in move_shared_literal()
8805 target_fa = find_fill_action (&target_relax_info->action_list, in move_shared_literal()
8813 text_action_add (&target_relax_info->action_list, in move_shared_literal()
8906 xtensa_relax_info *target_relax_info; in relax_section() local
9037 target_relax_info = get_xtensa_relax_info (target_sec); in relax_section()
9038 if (target_relax_info in relax_section()
9039 && (target_relax_info->is_relaxable_literal_section in relax_section()
9040 || target_relax_info->is_relaxable_asm_section)) in relax_section()
9077 (&target_relax_info->action_list, in relax_section()
9826 xtensa_relax_info *target_relax_info; in relax_property_section() local
9852 target_relax_info = get_xtensa_relax_info (target_sec); in relax_property_section()
9854 if (target_relax_info in relax_property_section()
9855 && (target_relax_info->is_relaxable_literal_section in relax_property_section()
9856 || target_relax_info->is_relaxable_asm_section )) in relax_property_section()
9862 text_action *act = target_relax_info->action_list.head; in relax_property_section()
9888 act = target_relax_info->action_list.head; in relax_property_section()