Searched refs:howto_align_table (Results 1 – 4 of 4) sorted by relevance
516 static reloc_howto_type howto_align_table[] = { variable708 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3];843 else if (g->howto >= howto_align_table844 && g->howto <= (howto_align_table845 + 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);
5323 * bout.c (howto_align_table): New set of relocs, with enough
59 static reloc_howto_type howto_align_table[] = variable326 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()