Searched refs:ApplyFunctions (Results 1 – 4 of 4) sorted by relevance
56 static ApplyFunctionMap ApplyFunctions(ApplyFunctionList, variable80 assert(ApplyFunctions.find(type) != ApplyFunctions.end()); in applyRelocation()81 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()85 assert(ApplyFunctions.find(pType) != ApplyFunctions.end()); in getName()86 return ApplyFunctions[pType].name; in getName()90 return ApplyFunctions[pType].size; in getSize()
135 static const ApplyFunctionTriple ApplyFunctions[] = { variable160 if (info.type() >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) in applyRelocation()163 const ApplyFunctionTriple& triple = ApplyFunctions[info.type()]; in applyRelocation()180 return ApplyFunctions[pType & 0xff].name; in getName()788 return ApplyFunctions[pType & 0xff].size; in getSize()826 return ApplyFunctions[(pType >> 16) & 0xff].size; in getSize()828 return ApplyFunctions[(pType >> 8) & 0xff].size; in getSize()829 return ApplyFunctions[pType & 0xff].size; in getSize()
138 static const ApplyFunctionTriple ApplyFunctions[] = { variable184 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()188 return ApplyFunctions[pType].name; in getName()
293 static const ApplyFunctionTriple ApplyFunctions[] = { variable313 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()317 return ApplyFunctions[pType].name; in getName()