Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDbout.c273 int extern_mask, pcrel_mask, len_2, callj_mask; in b_out_squirt_out_relocs() local
291 callj_mask = 0x02; in b_out_squirt_out_relocs()
301 callj_mask = 0x40; in b_out_squirt_out_relocs()
319 raw[7] = callj_mask + pcrel_mask + len_2; in b_out_squirt_out_relocs()
677 int extern_mask, pcrel_mask, callj_mask, length_shift; in b_out_slurp_reloc_table() local
735 callj_mask = 0x02; in b_out_slurp_reloc_table()
745 callj_mask = 0x40; in b_out_slurp_reloc_table()
835 else if (raw[7] & callj_mask) in b_out_slurp_reloc_table()