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 | 106 Elf64_Xword ShEntsize) { in createSection() argument 109 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection() 307 Elf64_Xword ShEntsize, in writeTargetRODataSection() argument 312 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection() 358 constexpr Elf64_Xword ShEntsize = 0; // non-uniform data element size. in writeDataOfType() local 366 ShAddralign, ShEntsize); in writeDataOfType() 377 ShAddralign, ShEntsize); in writeDataOfType() 388 ShAddralign, ShEntsize); in writeDataOfType() 586 const Elf64_Xword ShEntsize = PointerSize; in writeJumpTable() local 590 ShAddralign, ShEntsize); in writeJumpTable()
|
D | IceELFObjectWriter.h | 99 Elf64_Xword ShEntsize, 130 Elf64_Xword ShEntsize);
|
D | IceTargetLoweringMIPS32.cpp | 5707 const llvm::ELF::Elf64_Xword ShEntsize = sizeof(Flags); in emitTargetRODataSections() local 5709 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
|