/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-flags-os-proc.test | 95 ShFlags: 0x00100000 98 ShFlags: 0x0FE00000 101 ShFlags: 0x0FF00000 104 ShFlags: 0x10000000 107 ShFlags: 0xE0000000 110 ShFlags: 0xF0000000 113 ShFlags: 0x10100000 116 ShFlags: 0xEFE00000 119 ShFlags: 0xFFF00000 127 ShFlags: 0x80000000 [all …]
|
D | section-details.test | 82 ShFlags: 0xffffffffffffffff 131 ShFlags: 0x000f0003 134 ShFlags: 0x000f0000
|
D | section-flags.test | 176 ShFlags: 0x000f0000
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 105 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() argument 109 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection() 126 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() local 128 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection() 231 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() local 233 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode() 305 Elf64_Xword ShFlags, in writeTargetRODataSection() argument 312 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection() 364 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; in writeDataOfType() local 365 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() [all …]
|
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() argument 171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection() 225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection() argument 227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
|
D | IceELFObjectWriter.h | 98 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, 129 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
|
D | IceTargetLoweringMIPS32.cpp | 5705 const llvm::ELF::Elf64_Xword ShFlags = llvm::ELF::SHF_ALLOC; in emitTargetRODataSections() local 5709 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
|
/external/llvm-project/llvm/lib/InterfaceStub/ |
D | ELFObjHandler.cpp | 287 uint32_t ShFlags = 0) const { in fillStrTabShdr() argument 289 StrTab.Shdr.sh_flags = ShFlags; in fillStrTabShdr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
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()
|
D | ELFEmitter.cpp | 360 if (From->ShFlags) in overrideFields() 361 To.sh_flags = *From->ShFlags; in overrideFields()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 213 ELFYAML::ELF_SHF ShFlags = RawSec->Flags.getValueOr(ELFYAML::ELF_SHF(0)); in shouldPrintSection() local 216 return ShFlags != ELFYAML::ELF_SHF(ELF::SHF_MERGE | ELF::SHF_STRINGS); in shouldPrintSection() 218 return ShFlags != 0; in shouldPrintSection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1130 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in commonSectionMapping() 1135 IO.mapOptional("ShFlags", Section.ShFlags); in commonSectionMapping() 1485 if (RawSection->Flags && RawSection->ShFlags) in validate()
|
D | ELFEmitter.cpp | 571 if (From->ShFlags) in overrideFields() 572 To.sh_flags = *From->ShFlags; in overrideFields()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 198 Optional<llvm::yaml::Hex64> ShFlags; member
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 229 Optional<llvm::yaml::Hex64> ShFlags; member
|