Searched defs:SHF_WRITE (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h285 #define SHF_WRITE 0x1 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h212 #define SHF_WRITE 0x1 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h742 SHF_WRITE = 0x1, enumerator in enum:llvm::ELF::__anon18405
/external/elfutils/libelf/
H A Delf.h359 #define SHF_WRITE (1 << 0) /* Writable */ macro
/external/kmod/port-gnu/
H A Delf.h358 #define SHF_WRITE (1 << 0) /* Writable */ macro
/external/valgrind/perf/
H A Dtinycc.c369 #define SHF_WRITE (1 << 0) /* Writable */ macro
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19271 SHF_ALLOC | SHF_WRITE);
19514 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19518 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19519 (SHF_ALLOC | SHF_WRITE))
20845 data_section = new_section(s, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
20846 bss_section = new_section(s, ".bss", SHT_NOBITS, SHF_ALLOC | SHF_WRITE);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 467 milliseconds