Home | History | Annotate | Download | only in perf

Lines Matching refs:SHF_ALLOC

370 #define SHF_ALLOC	(1 << 1)	/* Occupies memory during execution */
6901 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC);
18701 if (sr->sh_flags & SHF_ALLOC)
18747 sr->sh_flags |= SHF_ALLOC;
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19153 (s->sh_flags & SHF_ALLOC)) {
19199 (s->sh_flags & SHF_ALLOC)) {
19257 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19264 s1->dynsym = new_symtab(s1, ".dynsym", SHT_DYNSYM, SHF_ALLOC,
19266 ".hash", SHF_ALLOC);
19271 SHF_ALLOC | SHF_WRITE);
19277 SHF_ALLOC | SHF_EXECINSTR);
19449 !(s->sh_flags & SHF_ALLOC)) {
19453 (s->sh_flags & SHF_ALLOC) ||
19514 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19515 SHF_ALLOC)
19518 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19519 (SHF_ALLOC | SHF_WRITE))
19684 if (phnum > 0 && (s->sh_flags & SHF_ALLOC))
19718 if ((s->sh_flags & SHF_ALLOC) &&
20694 if (s->sh_flags & SHF_ALLOC) {
20844 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
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);
21149 SHT_PROGBITS, SHF_ALLOC);
21151 SHT_PROGBITS, SHF_ALLOC);