Home
last modified time | relevance | path

Searched refs:RelocAddrSize (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp48 const SizeT RelocAddrSize = typeWidthInBytes(getPointerType()); in appendRelocationOffset() local
50 appendZeros(Str, RelocAddrSize); in appendRelocationOffset()
53 assert(RelocAddrSize == 4 && " writeLE32 assumes RelocAddrSize is 4"); in appendRelocationOffset()
55 Header.sh_size += RelocAddrSize; in appendRelocationOffset()
H A DIceDefs.h307 enum { RelocAddrSize = 4 }; enumerator
H A DIceGlobalInits.h369 SizeT getNumBytes() const final { return RelocAddrSize; } in getNumBytes()