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

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 229 static hi16s_location * previous_hi16s; variable
250 entry->next = previous_hi16s;
251 previous_hi16s = entry;
257 for (entry = previous_hi16s; entry != NULL; entry = entry->next)
272 for (entry = previous_hi16s; entry; entry = entry->next)
2198 free_hi16s = previous_hi16s;
2199 previous_hi16s = NULL;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 229 static hi16s_location * previous_hi16s; variable
250 entry->next = previous_hi16s;
251 previous_hi16s = entry;
257 for (entry = previous_hi16s; entry != NULL; entry = entry->next)
272 for (entry = previous_hi16s; entry; entry = entry->next)
2198 free_hi16s = previous_hi16s;
2199 previous_hi16s = NULL;
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 229 static hi16s_location * previous_hi16s; variable
250 entry->next = previous_hi16s;
251 previous_hi16s = entry;
257 for (entry = previous_hi16s; entry != NULL; entry = entry->next)
272 for (entry = previous_hi16s; entry; entry = entry->next)
2198 free_hi16s = previous_hi16s;
2199 previous_hi16s = NULL;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 229 static hi16s_location * previous_hi16s; variable
250 entry->next = previous_hi16s;
251 previous_hi16s = entry;
257 for (entry = previous_hi16s; entry != NULL; entry = entry->next)
272 for (entry = previous_hi16s; entry; entry = entry->next)
2195 free_hi16s = previous_hi16s;
2196 previous_hi16s = NULL;

Completed in 34 milliseconds