Lines Matching refs:relax_info

3972   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
5401 branch_insn_address += (relax_info->relax_code_size[branch_range_type] in nds32_calc_branch_offset()
5402 - relax_info->relax_branch_isize[branch_range_type]); in nds32_calc_branch_offset()
5432 nds32_elf_get_set_cond (relax_info_t *relax_info, int offset, uint32_t *insn, in nds32_elf_get_set_cond() argument
5435 nds32_cond_field_t *cond_fields = relax_info->cond_field; in nds32_elf_get_set_cond()
5436 nds32_cond_field_t *code_seq_cond = relax_info->relax_code_condition[range]; in nds32_elf_get_set_cond()
5467 relax_info_t *relax_info; in nds32_relax_branch_instructions() local
5485 relax_info = hash_find (nds32_relax_info_hash, opcode->opcode); in nds32_relax_branch_instructions()
5487 if (relax_info == NULL) in nds32_relax_branch_instructions()
5491 branch_range_type = relax_info->br_range; in nds32_relax_branch_instructions()
5496 relax_info, branch_range_type); in nds32_relax_branch_instructions()
5510 diff = relax_info->relax_code_size[i] - opcode->isize; in nds32_relax_branch_instructions()
5512 diff = relax_info->relax_code_size[i] in nds32_relax_branch_instructions()
5513 - relax_info->relax_code_size[branch_range_type]; in nds32_relax_branch_instructions()
5520 code_seq_size = relax_info->relax_code_size[i]; in nds32_relax_branch_instructions()
5521 code_seq = relax_info->relax_code_seq[i]; in nds32_relax_branch_instructions()
5533 while (relax_info->relax_fixup[i][k].size !=0 in nds32_relax_branch_instructions()
5534 && relax_info->relax_fixup[i][k].offset < code_seq_offset) in nds32_relax_branch_instructions()
5718 relax_info_t *relax_info; in md_convert_frag() local
5768 relax_info = hash_find (nds32_relax_info_hash, opcode->opcode); in md_convert_frag()
5770 if (relax_info == NULL) in md_convert_frag()
5794 code_size = relax_info->relax_code_size[branch_range_type]; in md_convert_frag()
5795 code_seq = relax_info->relax_code_seq[branch_range_type]; in md_convert_frag()
5797 memcpy (fixup_info, relax_info->relax_fixup[branch_range_type], in md_convert_frag()
5818 nds32_elf_get_set_cond (relax_info, offset, &insn, in md_convert_frag()
5826 && relax_info->relax_fixup[branch_range_type][k].offset < offset) in md_convert_frag()