HomeSort by relevance Sort by last modified time
    Searched full:logicals_table (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 401 static SMR *logicals_table = NULL; variable
408 free (logicals_table);
411 logicals_table = NULL;
420 logicals_table = (SMR *) xmalloc (logicals_allocated * sizeof (SMR));
425 logicals_table = (SMR *)
426 xrealloc (logicals_table, logicals_allocated * sizeof (SMR));
428 logicals_table[logicals_count++] = state_machine_regs;
    [all...]

Completed in 427 milliseconds