Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c6845 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()
[all …]