Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c22 #define ORIG_TYPE_NAME(node) \ macro
251 structname = ORIG_TYPE_NAME(type); in shuffle()
321 if (!strcmp((const char *)ORIG_TYPE_NAME(type), "INTNETTRUNKFACTORY") || in relayout_struct()
322 !strcmp((const char *)ORIG_TYPE_NAME(type), "RAWPCIFACTORY")) in relayout_struct()
329 error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type)); in relayout_struct()
448 fprintf(stderr, "Marking randomize_considered on struct %s\n", ORIG_TYPE_NAME(type)); in randomize_type()
545 fprintf(stderr, "Calling randomize_type on %s\n", ORIG_TYPE_NAME(type)); in finish_type()