Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dxcoffread.c472 InclTable; typedef
475 static InclTable *inclTable; /* global include table */
506 InclTable *pTbl; in record_include_end()
527 inclTable = (InclTable *) in allocate_include_entry()
528 xmalloc (sizeof (InclTable) * INITIAL_INCLUDE_TABLE_LENGTH); in allocate_include_entry()
530 '\0', sizeof (InclTable) * INITIAL_INCLUDE_TABLE_LENGTH); in allocate_include_entry()
537 inclTable = (InclTable *) in allocate_include_entry()
538 xrealloc (inclTable, sizeof (InclTable) * inclLength); in allocate_include_entry()
540 '\0', sizeof (InclTable) * INITIAL_INCLUDE_TABLE_LENGTH); in allocate_include_entry()