Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h345 #define SHF_WRITE 0x1 /* Writable */ macro
357 #define IS_AW(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_WRITE))
/components/lwp/
A Dlwp_elf.h375 #define SHF_WRITE (1 << 0) /* Writable */ macro

Completed in 22 milliseconds