/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 99 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() 103 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection() 120 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() local 122 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection() 225 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() local 227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode() 299 Elf64_Xword ShFlags, 306 Name, ShType, ShFlags, ShAddralign, ShEntsize); 358 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; in writeDataOfType() local 359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() 98 createSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) createSection() argument 369 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; writeDataOfType() local 380 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; writeDataOfType() local [all...] |
H A D | IceELFSection.h | 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() argument 53 Header.sh_flags = ShFlags; in ELFSection() 169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFSymbolTableSection() 171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection() 225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection() 227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection() 168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) ELFSymbolTableSection() argument 224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) ELFRelocationSection() argument
|
H A D | IceELFObjectWriter.h | 98 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, 129 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
|
H A D | IceTargetLoweringMIPS32.cpp | 5658 const llvm::ELF::Elf64_Xword ShFlags = llvm::ELF::SHF_ALLOC; in emitTargetRODataSections() local 5662 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1023 !Section.ShName.hasValue() && !Section.ShFlags.hasValue())); in commonSectionMapping() 1027 IO.mapOptional("ShFlags", Section.ShFlags); in commonSectionMapping() 1305 if (RawSection->Flags && RawSection->ShFlags) in validate() 1306 return "ShFlags and Flags cannot be used together"; in validate()
|
H A D | ELFEmitter.cpp | 360 if (From->ShFlags) in overrideFields() 361 To.sh_flags = *From->ShFlags; in overrideFields()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 198 Optional<llvm::yaml::Hex64> ShFlags; member
|