Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c3726 int *segment_flags = xcalloc (phnum, sizeof segment_flags[0]); in check_sections() local
4103 segment_flags[pcnt] |= PF_X; in check_sections()
4112 segment_flags[pcnt] |= PF_W; in check_sections()
4223 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()
4229 && (segment_flags[pcnt] & PF_W) == 0) in check_sections()
4236 free (segment_flags); in check_sections()