Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c15797 bool absolute_p; in fix_bad_cross_mode_branch_p() local
15811 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() local
15860 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()
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.