Home
last modified time | relevance | path

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

/freebsd-14.2/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()