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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf1.c366 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
367 if (!aFunc)
370 aFunc->name = eachDieInfo.name;
371 aFunc->low_pc = eachDieInfo.low_pc;
372 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf1.c366 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
367 if (!aFunc)
370 aFunc->name = eachDieInfo.name;
371 aFunc->low_pc = eachDieInfo.low_pc;
372 aFunc->high_pc = eachDieInfo.high_pc;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9756 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
9852 ** structure. A pointer to this structure is stored in the sqlite.aFunc
10400 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10403 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
10434 } *aFunc; member in struct:AggInfo
10435 int nFunc; /* Number of entries in aFunc[] */
10436 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
10550 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
14629 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
14632 sqlite3FuncDefInsert(pHash, &aFunc[
78553 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
87604 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]

Completed in 347 milliseconds