Searched refs:ShEntsize (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 50 Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) in ELFSection() argument 55 Header.sh_entsize = ShEntsize; in ELFSection() 170 Elf64_Xword ShEntsize) in ELFSymbolTableSection() argument 171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection() 226 Elf64_Xword ShEntsize) in ELFRelocationSection() argument 227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
|
D | IceELFObjectWriter.cpp | 107 Elf64_Xword ShEntsize) { in createSection() argument 110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection() 308 Elf64_Xword ShEntsize, in writeTargetRODataSection() argument 313 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection() 359 constexpr Elf64_Xword ShEntsize = 0; // non-uniform data element size. in writeDataOfType() local 367 ShAddralign, ShEntsize); in writeDataOfType() 378 ShAddralign, ShEntsize); in writeDataOfType() 389 ShAddralign, ShEntsize); in writeDataOfType() 598 const Elf64_Xword ShEntsize = PointerSize; in writeJumpTable() local 602 ShAddralign, ShEntsize); in writeJumpTable()
|
D | IceELFObjectWriter.h | 99 Elf64_Xword ShEntsize, 130 Elf64_Xword ShEntsize);
|
D | IceTargetLoweringMIPS32.cpp | 5739 const llvm::ELF::Elf64_Xword ShEntsize = sizeof(Flags); in emitTargetRODataSections() local 5741 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
|