Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dpaxelf.h58 extern const char *pax_short_hf_flags(unsigned long flags);
H A Dpaxelf.c730 const char *pax_short_hf_flags(unsigned long flags) in pax_short_hf_flags() function
H A Dscanelf.c401 const char *paxflags = pax_short_hf_flags(EI_PAX_FLAGS(elf)); in scanelf_file_pax()