Searched refs:alias (Results 1 – 3 of 3) sorted by relevance
20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler")))
88 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
84 bool SensorTypeIsAliasOf(SensorType sensor_type, SensorType alias) { in SensorTypeIsAliasOf() argument87 && sensor_aliases_[i].sensor_alias == alias) { in SensorTypeIsAliasOf()