Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_newscn.c61 if (flags & SHF_WRITE) in text_newscn()
160 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE
/external/elfutils/tests/
Dasm-tst1.c78 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
178 || (cnt == 2 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
Dasm-tst2.c76 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
Dasm-tst3.c68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
Dasm-tst9.c96 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
227 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
Dasm-tst4.c53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst5.c55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst6.c60 SHF_ALLOC | SHF_WRITE, grp); in main()
Dupdate4.c164 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in main()
/external/elfutils/libelf/
Delf-knowledge.h78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
Delf.h349 #define SHF_WRITE (1 << 0) /* Writable */ macro
/external/elfutils/src/
Delflint.c1809 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1811 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1812 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1814 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
1818 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
1822 { ".init_array", 12, SHT_INIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
1827 { ".preinit_array", 15, SHT_PREINIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
1836 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
1837 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
1838 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
[all …]
Dsize.c572 if ((shdr->sh_flags & SHF_WRITE) == 0) in show_bsd()
Dldgeneric.c2414 SHF_ALLOC | SHF_WRITE, in ld_generic_generate_sections()
6299 return SHF_ALLOC | SHF_WRITE; in ld_generic_dynamic_section_flags()
Dreadelf.c720 if (shdr->sh_flags & SHF_WRITE) in print_shdr()
/external/kernel-headers/original/linux/
Delf.h255 #define SHF_WRITE 0x1 macro
/external/qemu/
Delf.h1039 #define SHF_WRITE 0x1 macro