Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c5854 xtensa_relax_info relax_info; member
5886 return &section_data->relax_info; in get_xtensa_relax_info()
5893 xtensa_relax_info *relax_info = get_xtensa_relax_info (sec); in init_xtensa_relax_info() local
5895 relax_info->is_relaxable_literal_section = FALSE; in init_xtensa_relax_info()
5896 relax_info->is_relaxable_asm_section = FALSE; in init_xtensa_relax_info()
5897 relax_info->visited = 0; in init_xtensa_relax_info()
5899 relax_info->src_relocs = NULL; in init_xtensa_relax_info()
5900 relax_info->src_count = 0; in init_xtensa_relax_info()
5901 relax_info->src_next = 0; in init_xtensa_relax_info()
5903 relax_info->removed_list.head = NULL; in init_xtensa_relax_info()
[all …]
Delf32-ppc.c6713 struct ppc_elf_relax_info *relax_info = NULL; in ppc_elf_relax_section() local
6758 relax_info = elf_section_data (isec)->sec_info; in ppc_elf_relax_section()
6759 trampbase -= relax_info->workaround_size; in ppc_elf_relax_section()
7179 if (relax_info->workaround_size < newsize) in ppc_elf_relax_section()
7181 relax_info->workaround_size = newsize; in ppc_elf_relax_section()
7187 newsize = trampoff + relax_info->workaround_size; in ppc_elf_relax_section()
9258 struct ppc_elf_relax_info *relax_info; in ppc_elf_relocate_section() local
9262 relax_info = elf_section_data (input_section)->sec_info; in ppc_elf_relocate_section()
9263 if (relax_info->workaround_size != 0) in ppc_elf_relocate_section()
9270 p = contents + input_section->size - relax_info->workaround_size; in ppc_elf_relocate_section()
[all …]
DChangeLog-2004935 (get_bfd_fix): Remove fix_list parameter and get all relax_info for the
953 call. Increment relax_info src_count field only for appropriate
DChangeLog-20073085 src_next matches src_count in relax_info.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c3972 relax_info_t *relax_info; in md_begin() local
3987 for (relax_info = relax_table; relax_info->opcode; relax_info++) in md_begin()
3988 hash_insert (nds32_relax_info_hash, relax_info->opcode, relax_info); in md_begin()
4678 relax_info_t *relax_info = NULL; in nds32_find_reloc_table() local
4793 relax_info = hash_find (nds32_relax_info_hash, opc); in nds32_find_reloc_table()
4794 if (!relax_info) in nds32_find_reloc_table()
4796 fixup_info = relax_info->relax_fixup[range]; in nds32_find_reloc_table()
4797 code_seq = relax_info->relax_code_seq[range]; in nds32_find_reloc_table()
4798 seq_size = relax_info->relax_code_size[range]; in nds32_find_reloc_table()
5372 relax_info_t *relax_info, in nds32_calc_branch_offset() argument
[all …]