Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c3694 int *segment_flags = xcalloc (phnum, sizeof segment_flags[0]); in check_sections() local
4070 segment_flags[pcnt] |= PF_X; in check_sections()
4079 segment_flags[pcnt] |= PF_W; in check_sections()
4190 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()
4196 && (segment_flags[pcnt] & PF_W) == 0) in check_sections()
4203 free (segment_flags); in check_sections()