Searched refs:temp_code (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-h8300.c | 1056 unsigned char temp_code; in elf32_h8_relax_section() local 1072 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section() 1076 if ((temp_code & 0x10) != 0x10) in elf32_h8_relax_section() 1077 temp_code &= 0xf0; in elf32_h8_relax_section() 1079 switch (temp_code) in elf32_h8_relax_section() 1144 unsigned char temp_code; in elf32_h8_relax_section() local 1160 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section() 1165 if ((temp_code & 0x30) != 0x30) in elf32_h8_relax_section() 1166 temp_code &= 0xf0; in elf32_h8_relax_section() 1168 switch (temp_code) in elf32_h8_relax_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-h8300.c | 1055 unsigned char temp_code; in elf32_h8_relax_section() local 1071 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section() 1075 if ((temp_code & 0x10) != 0x10) in elf32_h8_relax_section() 1076 temp_code &= 0xf0; in elf32_h8_relax_section() 1078 switch (temp_code) in elf32_h8_relax_section() 1143 unsigned char temp_code; in elf32_h8_relax_section() local 1159 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section() 1164 if ((temp_code & 0x30) != 0x30) in elf32_h8_relax_section() 1165 temp_code &= 0xf0; in elf32_h8_relax_section() 1167 switch (temp_code) in elf32_h8_relax_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | resolve.cc | 11622 gfc_code *temp_code; in generate_component_assignments() local 11630 temp_code = build_assignment (EXEC_ASSIGN, in generate_component_assignments() 11648 block->block->next = temp_code; in generate_component_assignments() 11649 temp_code = block; in generate_component_assignments() 11651 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | resolve.c | 11463 gfc_code *temp_code; in generate_component_assignments() local 11471 temp_code = build_assignment (EXEC_ASSIGN, in generate_component_assignments() 11489 block->block->next = temp_code; in generate_component_assignments() 11490 temp_code = block; in generate_component_assignments() 11492 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
|