Home | History | Annotate | Download | only in perf

Lines Matching refs:SHT_PROGBITS

341 #define SHT_PROGBITS	 1		/* Program data */
6901 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC);
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19152 if (s->sh_type == SHT_PROGBITS &&
19257 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19276 s1->plt = new_section(s1, ".plt", SHT_PROGBITS,
19936 if (sh->sh_type != SHT_PROGBITS &&
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);
21149 SHT_PROGBITS, SHF_ALLOC);
21151 SHT_PROGBITS, SHF_ALLOC);
21162 stab_section = new_section(s, ".stab", SHT_PROGBITS, 0);