Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-avr.c2370 unsigned char preceding_msb; in elf32_avr_relax_section() local
2373 preceding_msb = in elf32_avr_relax_section()
2379 if (0x99 == preceding_msb) in elf32_avr_relax_section()
2383 if (0x9b == preceding_msb) in elf32_avr_relax_section()
2387 if ((0xfc == (preceding_msb & 0xfe) in elf32_avr_relax_section()
2392 if ((0xfe == (preceding_msb & 0xfe) in elf32_avr_relax_section()
2397 if (0x10 == (preceding_msb & 0xfc)) in elf32_avr_relax_section()