Home
last modified time | relevance | path

Searched refs:inclLength (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c477 static int inclLength; /* table length */ variable
531 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()