Searched refs:inclLength (Results 1 – 1 of 1) sorted by relevance
477 static int inclLength; /* table length */ variable531 inclLength = INITIAL_INCLUDE_TABLE_LENGTH; in allocate_include_entry()534 else if (inclIndx >= inclLength) in allocate_include_entry()536 inclLength += INITIAL_INCLUDE_TABLE_LENGTH; in allocate_include_entry()538 xrealloc (inclTable, sizeof (InclTable) * inclLength); in allocate_include_entry()539 memset (inclTable + inclLength - INITIAL_INCLUDE_TABLE_LENGTH, in allocate_include_entry()1870 inclIndx = inclLength = inclDepth = 0; in xcoff_symfile_finish()