Searched refs:howto_align_table (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dbout.c60 static reloc_howto_type howto_align_table[] = variable
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
817 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3];
1124 r->howto = howto_done_align_table + (r->howto - howto_align_table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dbout.c60 static reloc_howto_type howto_align_table[] = variable
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
817 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3];
1124 r->howto = howto_done_align_table + (r->howto - howto_align_table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dbout.c60 static reloc_howto_type howto_align_table[] = variable
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
817 cache_ptr->howto = &howto_align_table[(raw[7] >> length_shift) & 3];
1124 r->howto = howto_done_align_table + (r->howto - howto_align_table);

Completed in 184 milliseconds