/external/elfutils/libasm/ |
D | asm_newscn.c | 61 if (flags & SHF_WRITE) in text_newscn() 160 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE
|
/external/elfutils/tests/ |
D | asm-tst1.c | 78 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()
|
D | asm-tst2.c | 76 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()
|
D | asm-tst3.c | 68 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()
|
D | asm-tst9.c | 96 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()
|
D | asm-tst4.c | 53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst5.c | 55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst6.c | 60 SHF_ALLOC | SHF_WRITE, grp); in main()
|
D | update4.c | 164 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in main()
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
|
D | elf.h | 349 #define SHF_WRITE (1 << 0) /* Writable */ macro
|
/external/elfutils/src/ |
D | elflint.c | 1809 { ".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 …]
|
D | size.c | 572 if ((shdr->sh_flags & SHF_WRITE) == 0) in show_bsd()
|
D | ldgeneric.c | 2414 SHF_ALLOC | SHF_WRITE, in ld_generic_generate_sections() 6299 return SHF_ALLOC | SHF_WRITE; in ld_generic_dynamic_section_flags()
|
D | readelf.c | 720 if (shdr->sh_flags & SHF_WRITE) in print_shdr()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 255 #define SHF_WRITE 0x1 macro
|
/external/qemu/ |
D | elf.h | 1039 #define SHF_WRITE 0x1 macro
|