Searched refs:aFunc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf1.c396 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
397 if (!aFunc)
400 aFunc->name = eachDieInfo.name;
401 aFunc->low_pc = eachDieInfo.low_pc;
402 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf1.c398 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
399 if (!aFunc)
402 aFunc->name = eachDieInfo.name;
403 aFunc->low_pc = eachDieInfo.low_pc;
404 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf1.c398 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
399 if (!aFunc)
402 aFunc->name = eachDieInfo.name;
403 aFunc->low_pc = eachDieInfo.low_pc;
404 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf1.c396 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
397 if (!aFunc)
400 aFunc->name = eachDieInfo.name;
401 aFunc->low_pc = eachDieInfo.low_pc;
402 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c4496 } aFunc[] = { local
4510 for(i=0; i<(int)(sizeof(aFunc)/sizeof(aFunc[0])) && rc==SQLITE_OK; i++){
4511 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
4513 aFunc[i].iArg ? db : 0, aFunc[i].xFunc, 0, 0);
5586 } aFunc[] = { local
5599 for(i=0; i<sizeof(aFunc)/sizeof(aFunc[
16178 } aFunc[] = { local
[all...]
H A Dsqlite3.c17692 Hash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
18773 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
18776 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
18788 int iFirstReg; /* First register in range for aCol[] and aFunc[] */
18810 } *aFunc; member in struct:AggInfo
18811 int nFunc; /* Number of entries in aFunc[] */
18819 ** Macros to compute aCol[] and aFunc[] register numbers.
18954 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
214590 } aFunc[] = { local
237623 } aFunc[] = { local
[all...]

Completed in 546 milliseconds