Searched refs:oldval (Results 1 – 1 of 1) sorted by relevance
2356 unsigned long oldval; in elf32_tic6x_relocate_section() local2357 oldval = bfd_get_32 (input_bfd, contents + rel->r_offset); in elf32_tic6x_relocate_section()2359 if ((oldval & 0x7e) == 0x12) in elf32_tic6x_relocate_section()2361 oldval &= 0xF0000001; in elf32_tic6x_relocate_section()2362 bfd_put_32 (input_bfd, oldval | 0x000c0362, in elf32_tic6x_relocate_section()