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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 230 static int opdeptotlen = 0;
423 if (opdeplen == opdeptotlen)
425 opdeptotlen += 20;
427 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
229 static int opdeptotlen = 0; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 230 static int opdeptotlen = 0;
423 if (opdeplen == opdeptotlen)
425 opdeptotlen += 20;
427 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
229 static int opdeptotlen = 0; variable
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 230 static int opdeptotlen = 0;
423 if (opdeplen == opdeptotlen)
425 opdeptotlen += 20;
427 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
229 static int opdeptotlen = 0; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 230 static int opdeptotlen = 0;
423 if (opdeplen == opdeptotlen)
425 opdeptotlen += 20;
427 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
229 static int opdeptotlen = 0; variable

Completed in 41 milliseconds