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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h313 #define SHF_WRITE 0x1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h151 SHF_WRITE = 0x1, /* data should be writable at runtime */ enumerator in enum:__anon16346
/external/kernel-headers/original/uapi/linux/
H A Delf.h285 #define SHF_WRITE 0x1 macro
/external/qemu/include/
H A Delf.h1335 #define SHF_WRITE 0x1 macro
/external/elfutils/0.153/libelf/
H A Delf.h359 #define SHF_WRITE (1 << 0) /* Writable */ macro
/external/valgrind/main/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/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 865 milliseconds