Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_tree.c306 const char *value, int section_flag, void **state, in profile_find_node() argument
321 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()
H A Dprof_int.h168 int section_flag, void **state,
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1128 } section_flag[] = { variable
2585 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()