Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbout.c516 static reloc_howto_type howto_align_table[] = { variable
708 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3];
843 else if (g->howto >= howto_align_table
844 && g->howto <= (howto_align_table
845 + sizeof (howto_align_table) / sizeof (howto_align_table[0])
852 | ((g->howto - howto_align_table) << 1));
1212 r->howto = howto_done_align_table + (r->howto - howto_align_table);
H A DChangeLog-91935323 * bout.c (howto_align_table): New set of relocs, with enough
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbout.c59 static reloc_howto_type howto_align_table[] = variable
326 else if (g->howto >= howto_align_table in b_out_squirt_out_relocs()
327 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1)) in b_out_squirt_out_relocs()
333 | ((g->howto - howto_align_table) << 1)); in b_out_squirt_out_relocs()
800 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3]; in b_out_slurp_reloc_table()
1104 r->howto = howto_done_align_table + (r->howto - howto_align_table); in aligncode()
H A DChangeLog-91935323 * bout.c (howto_align_table): New set of relocs, with enough