Home | History | Annotate | Download | only in bfd

Lines Matching full:code_lsb

2190                 unsigned char code_lsb;
2204 code_lsb = bfd_get_8 (abfd, contents + irel->r_offset);
2209 code_lsb &= 0x0E;
2210 if (code_msb == 0x94 && code_lsb == 0x0E)
2216 else if (code_msb == 0x94 && code_lsb == 0x0C)
2254 unsigned char code_lsb;
2258 code_lsb = bfd_get_8 (abfd, contents + irel->r_offset + 0);
2296 && (0x0e == (code_lsb & 0x0e))
2316 code_lsb &= 0xfd;
2317 bfd_put_8 (abfd, code_lsb, contents + irel->r_offset);
2328 && (0x0c == (code_lsb & 0x0e))))