Searched refs:ApplyFunctions (Results 1 – 4 of 4) sorted by relevance
57 static ApplyFunctionMap ApplyFunctions(ApplyFunctionList, variable80 assert(ApplyFunctions.find(type) != ApplyFunctions.end()); in applyRelocation()81 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()86 assert(ApplyFunctions.find(pType) != ApplyFunctions.end()); in getName()87 return ApplyFunctions[pType].name; in getName()92 return ApplyFunctions[pType].size; in getSize()
168 static const ApplyFunctionTriple ApplyFunctions[] = { variable197 if (info.type() >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) in applyRelocation()200 const ApplyFunctionTriple & triple = ApplyFunctions[info.type()]; in applyRelocation()218 return ApplyFunctions[pType & 0xff].name; in getName()223 return ApplyFunctions[pType & 0xff].size; in getSize()
139 static const ApplyFunctionTriple ApplyFunctions[] = { variable182 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()186 return ApplyFunctions[pType].name; in getName()
334 static const ApplyFunctionTriple ApplyFunctions[] = { variable359 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()364 return ApplyFunctions[pType].name; in getName()