Searched refs:absolute_p (Results 1 – 2 of 2) sorted by relevance
15797 bool absolute_p; in fix_bad_cross_mode_branch_p() local15811 absolute_p = bfd_is_abs_section (symsec); in fix_bad_cross_mode_branch_p()15821 return ((absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other)) in fix_bad_cross_mode_branch_p()15824 return ((absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other)) in fix_bad_cross_mode_branch_p()15828 return absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_cross_mode_branch_p()15830 return absolute_p ? !(val & 1) : !ELF_ST_IS_MIPS16 (other); in fix_bad_cross_mode_branch_p()15833 return absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other); in fix_bad_cross_mode_branch_p()15849 bool absolute_p; in fix_bad_misaligned_branch_p() local15860 absolute_p = bfd_is_abs_section (symsec); in fix_bad_misaligned_branch_p()15866 isa_bit = absolute_p ? (val + off) & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_misaligned_branch_p()
2751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.