HomeSort by relevance Sort by last modified time
    Searched refs:ShFlags (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags,
53 Header.sh_flags = ShFlags;
169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
IceELFObjectWriter.h 98 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
129 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
IceELFObjectWriter.cpp 106 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
127 constexpr Elf64_Xword ShFlags = 0;
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
232 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR;
234 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags,
306 Elf64_Xword ShFlags,
313 Name, ShType, ShFlags, ShAddralign, ShEntsize);
365 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC;
366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 93 milliseconds