Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dbout.c272 int extern_mask, pcrel_mask, len_2, callj_mask; in b_out_squirt_out_relocs() local
290 callj_mask = 0x02; in b_out_squirt_out_relocs()
300 callj_mask = 0x40; in b_out_squirt_out_relocs()
318 raw[7] = callj_mask + pcrel_mask + len_2; in b_out_squirt_out_relocs()
674 int extern_mask, pcrel_mask, callj_mask, length_shift; in b_out_slurp_reloc_table() local
732 callj_mask = 0x02; in b_out_slurp_reloc_table()
742 callj_mask = 0x40; in b_out_slurp_reloc_table()
832 else if (raw[7] & callj_mask) in b_out_slurp_reloc_table()