Searched refs:STRING_EQUAL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 447 #define STRING_EQUAL(node, str) string_equal(node, str, strlen(str)) macro 458 if (STRING_EQUAL(section, ".init.text")) in stackleak_gate() 460 if (STRING_EQUAL(section, ".devinit.text")) in stackleak_gate() 462 if (STRING_EQUAL(section, ".cpuinit.text")) in stackleak_gate() 464 if (STRING_EQUAL(section, ".meminit.text")) in stackleak_gate() 466 if (STRING_EQUAL(section, ".noinstr.text")) in stackleak_gate() 468 if (STRING_EQUAL(section, ".entry.text")) in stackleak_gate() 470 if (STRING_EQUAL(section, ".head.text")) in stackleak_gate()
|