Home | History | Annotate | Download | only in bfd

Lines Matching refs:set_id

675       unsigned int prev_buf = 0, set_id = 0;
711 set_id = (num_buf == prev_buf)? set_id + 1 : 0;
733 = (set_id << htab->num_lines_log2) + num_buf;
1195 unsigned int ovl, dest_ovl, set_id;
1387 set_id = ((dest_ovl - 1) >> htab->num_lines_log2) + 1;
1388 bfd_put_32 (sec->owner, (set_id << 18) | (dest & 0x3ffff),
4978 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1;
4979 relocation += set_id << 18;