Home | History | Annotate | Download | only in bfd

Lines Matching defs:from_byte

2976       int from_byte = (from + i) / 8;
2982 | ((addr[from_byte] >> from_bit << to_bit) & to_mask);