Home
last modified time | relevance | path

Searched refs:ORIG_TYPE_NAME (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c26 #define ORIG_TYPE_NAME(node) \ macro
255 structname = ORIG_TYPE_NAME(type); in shuffle()
325 if (!strcmp((const char *)ORIG_TYPE_NAME(type), "INTNETTRUNKFACTORY") || in relayout_struct()
326 !strcmp((const char *)ORIG_TYPE_NAME(type), "RAWPCIFACTORY")) in relayout_struct()
333 error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type)); in relayout_struct()
452 fprintf(stderr, "Marking randomize_considered on struct %s\n", ORIG_TYPE_NAME(type)); in randomize_type()
549 fprintf(stderr, "Calling randomize_type on %s\n", ORIG_TYPE_NAME(type)); in finish_type()