OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelocAddrSize
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.cpp
48
const SizeT
RelocAddrSize
= typeWidthInBytes(getPointerType());
50
appendZeros(Str,
RelocAddrSize
);
53
assert(
RelocAddrSize
== 4 && " writeLE32 assumes
RelocAddrSize
is 4");
55
Header.sh_size +=
RelocAddrSize
;
IceDefs.h
307
enum {
RelocAddrSize
= 4 };
Completed in 148 milliseconds