Home | History | Annotate | Download | only in perf

Lines Matching refs:sh_flags

304   Elf32_Word	sh_flags;		/* Section flags */
318 Elf64_Xword sh_flags; /* Section flags */
367 /* Legal values for sh_flags (section flags). */
1147 /* Legal values for sh_flags field of Elf32_Shdr. */
1449 /* Legal values for sh_flags field of Elf32_Shdr. */
1498 /* Legal values for sh_flags field of Elf64_Shdr. */
1631 /* ARM-specific values for sh_flags */
2204 int sh_flags; /* elf section flags */
6818 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags)
6825 sec->sh_flags = sh_flags;
6843 if (!(sh_flags & SHF_PRIVATE)) {
18364 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18701 if (sr->sh_flags & SHF_ALLOC)
18747 sr->sh_flags |= SHF_ALLOC;
19009 const char *symtab_name, int sh_type, int sh_flags,
19016 symtab = new_section(s1, symtab_name, sh_type, sh_flags);
19018 strtab = new_section(s1, strtab_name, SHT_STRTAB, sh_flags);
19153 (s->sh_flags & SHF_ALLOC)) {
19199 (s->sh_flags & SHF_ALLOC)) {
19449 !(s->sh_flags & SHF_ALLOC)) {
19453 (s->sh_flags & SHF_ALLOC) ||
19514 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19518 if ((s->sh_flags & (SHF_ALLOC | SHF_WRITE)) !=
19684 if (phnum > 0 && (s->sh_flags & SHF_ALLOC))
19718 if ((s->sh_flags & SHF_ALLOC) &&
19818 sh->sh_flags = s->sh_flags;
19960 s = new_section(s1, sh_name, sh->sh_type, sh->sh_flags);
20694 if (s->sh_flags & SHF_ALLOC) {