Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h347 #define SHF_EXECINSTR 0x4 /* executable */ macro
356 #define IS_AX(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_EXECINSTR))
/components/lwp/
A Dlwp_elf.h377 #define SHF_EXECINSTR (1 << 2) /* Executable */ macro

Completed in 22 milliseconds