Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-metag.c683 #define BRANCH_BITS 19 macro
1275 if (srel > ((1 << (BRANCH_BITS + 1)) - 1) || in metag_final_link_relocate()
1276 (srel < - (1 << (BRANCH_BITS + 1)))) in metag_final_link_relocate()
1296 if (!within_signed_range (srel, BRANCH_BITS)) in metag_final_link_relocate()
3599 max_branch_offset = (1 << (BRANCH_BITS-1)) << 2; in metag_type_of_stub()
3977 stub_group_size = (1 << BRANCH_BITS); in elf_metag_size_stubs()
3981 stub_group_size = (1 << BRANCH_BITS); in elf_metag_size_stubs()