Home
last modified time | relevance | path

Searched refs:preceeding_msb (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-avr.c1603 unsigned char preceeding_msb; in elf32_avr_relax_section() local
1605 preceeding_msb = in elf32_avr_relax_section()
1611 if (0x99 == preceeding_msb) in elf32_avr_relax_section()
1615 if (0x9b == preceeding_msb) in elf32_avr_relax_section()
1619 if ((0xfc == (preceeding_msb & 0xfe) in elf32_avr_relax_section()
1624 if ((0xfe == (preceeding_msb & 0xfe) in elf32_avr_relax_section()
1629 if (0x10 == (preceeding_msb & 0xfc)) in elf32_avr_relax_section()