Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dxcoffread.c496 static InclTable *inclTable; /* global include table */ variable
523 inclTable[inclIndx].name = cs->c_name; in record_include_begin()
524 inclTable[inclIndx].begin = cs->c_value; in record_include_begin()
539 pTbl = &inclTable[inclIndx]; in record_include_end()
549 if (inclTable == NULL) in allocate_include_entry()
551 inclTable = XCNEWVEC (InclTable, INITIAL_INCLUDE_TABLE_LENGTH); in allocate_include_entry()
559 inclTable = XRESIZEVEC (InclTable, inclTable, inclLength); in allocate_include_entry()
560 memset (inclTable + inclLength - INITIAL_INCLUDE_TABLE_LENGTH, in allocate_include_entry()
614 if (offset < inclTable[ii].begin) in process_linenos()
617 (main_subfile, offset, inclTable[ii].begin - linesz, in process_linenos()
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git51255 pointer to it is assigned to the global inclTable array subfile
51261 …29:37: error: storing the address of local variable ‘main_subfile’ in ‘*inclTable.19_45 + _28._inc…
51262 629 | inclTable[ii].subfile = &main_subfile;
51268 xcoffread.c:496:19: note: ‘inclTable’ declared here
51269 496 | static InclTable *inclTable; /* global include table */
51273 deallocated together with inclTable in allocate_include_entry and