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.c475 static InclTable *inclTable; /* global include table */ variable
499 inclTable[inclIndx].name = cs->c_name; in record_include_begin()
500 inclTable[inclIndx].begin = cs->c_value; in record_include_begin()
515 pTbl = &inclTable[inclIndx]; in record_include_end()
525 if (inclTable == NULL) in allocate_include_entry()
527 inclTable = (InclTable *) in allocate_include_entry()
529 memset (inclTable, in allocate_include_entry()
537 inclTable = (InclTable *) 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()
[all …]