Searched defs:RegionSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp167 uint64_t RegionSize = 0; local
178 RegionSize += plt0_size;
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
187 RegionSize += EntrySize;
191 RegionSize += emitGOTSectionData(pRegion);
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
199 return RegionSize;
475 uint64_t RegionSize = 0; local
481 RegionSize += EntrySize;
484 return RegionSize;
498 uint64_t RegionSize = 0; local
660 uint64_t RegionSize = 0; local
683 uint64_t RegionSize = 0; local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp143 uint64_t RegionSize = 0; local
156 RegionSize += plt0_size;
164 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
165 RegionSize += EntrySize;
168 return RegionSize;
170 RegionSize += emitGOTSectionData(pRegion);
171 return RegionSize;
174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
175 return RegionSize;
311 uint64_t RegionSize local
360 uint64_t RegionSize = 0; local
[all...]

Completed in 86 milliseconds