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

/external/kernel-headers/original/linux/
H A Delf.h255 #define SHF_WRITE 0x1 macro
/external/llvm/include/llvm/Support/
H A DELF.h858 SHF_WRITE = 0x1, enumerator in enum:llvm::ELF::__anon9111
/external/qemu/
H A Delf.h1087 #define SHF_WRITE 0x1 macro
/external/elfutils/libelf/
H A Delf.h362 #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);

Completed in 110 milliseconds