Home | History | Annotate | Download | only in perf

Lines Matching full:shf_write

369 #define SHF_WRITE	(1 << 0)	/* Writable */
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);