Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h346 #define SHF_ALLOC 0x2 /* occupies memory */ macro
355 #define IS_ALLOC(s) (s.sh_flags == SHF_ALLOC)
356 #define IS_AX(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_EXECINSTR))
357 #define IS_AW(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_WRITE))
/components/lwp/
A Dlwp_elf.h376 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro

Completed in 20 milliseconds