reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
503 Flags |= ELF::SHF_ALLOC; 506 Flags |= ELF::SHF_ALLOC | ELF::SHF_EXECINSTR; 512 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE; 515 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; 543 Flags |= extraFlags; 545 bool Mergeable = Flags & ELF::SHF_MERGE; 546 bool Group = Flags & ELF::SHF_GROUP; 570 if (Flags & ELF::SHF_LINK_ORDER) 632 Flags |= ELF::SHF_GROUP; 637 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,