Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dbout.c58 static reloc_howto_type howto_align_table[] = variable
325 else if (g->howto >= howto_align_table in b_out_squirt_out_relocs()
326 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1)) in b_out_squirt_out_relocs()
332 | ((g->howto - howto_align_table) << 1)); in b_out_squirt_out_relocs()
814 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3]; in b_out_slurp_reloc_table()
1115 r->howto = howto_done_align_table + (r->howto - howto_align_table); in aligncode()
DChangeLog-91935323 * bout.c (howto_align_table): New set of relocs, with enough