HomeSort by: relevance | last modified time | path
    Searched defs:temp_code (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-h8300.c 1057 unsigned char temp_code;
1073 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1077 if ((temp_code & 0x10) != 0x10)
1078 temp_code &= 0xf0;
1080 switch (temp_code)
1145 unsigned char temp_code;
1161 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1166 if ((temp_code & 0x30) != 0x30)
1167 temp_code &= 0xf0;
1169 switch (temp_code)
1056 unsigned char temp_code; local
1144 unsigned char temp_code; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-h8300.c 1057 unsigned char temp_code;
1073 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1077 if ((temp_code & 0x10) != 0x10)
1078 temp_code &= 0xf0;
1080 switch (temp_code)
1145 unsigned char temp_code;
1161 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1166 if ((temp_code & 0x30) != 0x30)
1167 temp_code &= 0xf0;
1169 switch (temp_code)
1056 unsigned char temp_code; local
1144 unsigned char temp_code; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-h8300.c 1057 unsigned char temp_code;
1073 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1077 if ((temp_code & 0x10) != 0x10)
1078 temp_code &= 0xf0;
1080 switch (temp_code)
1145 unsigned char temp_code;
1161 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1166 if ((temp_code & 0x30) != 0x30)
1167 temp_code &= 0xf0;
1169 switch (temp_code)
1056 unsigned char temp_code; local
1144 unsigned char temp_code; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-h8300.c 1058 unsigned char temp_code;
1074 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1078 if ((temp_code & 0x10) != 0x10)
1079 temp_code &= 0xf0;
1081 switch (temp_code)
1146 unsigned char temp_code;
1162 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1167 if ((temp_code & 0x30) != 0x30)
1168 temp_code &= 0xf0;
1170 switch (temp_code)
1057 unsigned char temp_code; local
1145 unsigned char temp_code; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 12261 gfc_code *temp_code; local
12273 temp_code = build_assignment (EXEC_ASSIGN,
12291 block->block->next = temp_code;
12292 temp_code = block;
12294 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 11622 gfc_code *temp_code; local
11630 temp_code = build_assignment (EXEC_ASSIGN,
11648 block->block->next = temp_code;
11649 temp_code = block;
11651 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail);

Completed in 83 milliseconds