TREE_STRING_POINTER  288 scripts/gcc-plugins/gcc-common.h 		if (!strcmp(TREE_STRING_POINTER(TREE_VALUE(op)), "memory"))
TREE_STRING_POINTER  576 scripts/gcc-plugins/gcc-common.h 	return TREE_STRING_POINTER(DECL_SECTION_NAME(decl));
TREE_STRING_POINTER  274 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".init.text", 10))
TREE_STRING_POINTER  276 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".devinit.text", 13))
TREE_STRING_POINTER  278 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".cpuinit.text", 13))
TREE_STRING_POINTER  280 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".meminit.text", 13))