Searched refs:section_flag (Results 1 – 3 of 3) sorted by relevance
306 const char *value, int section_flag, void **state, in profile_find_node() argument321 if (section_flag) { in profile_find_node()339 return section_flag ? PROF_NO_SECTION : PROF_NO_RELATION; in profile_find_node()349 if (section_flag) { in profile_find_node()
168 int section_flag, void **state,
1128 } section_flag[] = { variable2585 for (i = 0; section_flag[i].ln != NULL; i++) { in section_flags()2586 if ((s->flags & section_flag[i].value) == 0) in section_flags()2590 section_flag[i].ln); in section_flags()2591 p += strlen(section_flag[i].ln) + 2; in section_flags()2593 buf[p++] = section_flag[i].sn; in section_flags()