Home
last modified time | relevance | path

Searched refs:pcrel_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
286 pcrel_mask = 0x80; in b_out_squirt_out_relocs()
296 pcrel_mask = 0x01; in b_out_squirt_out_relocs()
318 raw[7] = callj_mask + pcrel_mask + len_2; in b_out_squirt_out_relocs()
320 raw[7] = pcrel_mask + len_2; in b_out_squirt_out_relocs()
322 raw[7] = pcrel_mask + len_1; in b_out_squirt_out_relocs()
331 raw[7] = (pcrel_mask in b_out_squirt_out_relocs()
674 int extern_mask, pcrel_mask, callj_mask, length_shift; in b_out_slurp_reloc_table() local
729 pcrel_mask = 0x80; in b_out_slurp_reloc_table()
739 pcrel_mask = 0x01; in b_out_slurp_reloc_table()
[all …]