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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp178 uint64_t RegionSize = 0; local
189 RegionSize += plt0_size;
197 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
198 RegionSize += EntrySize;
203 RegionSize += emitGOTSectionData(pRegion);
207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
214 return RegionSize;
517 uint64_t RegionSize = 0; local
523 RegionSize += EntrySize;
526 return RegionSize;
540 uint64_t RegionSize = 0; local
717 uint64_t RegionSize = 0; local
741 uint64_t RegionSize = 0; local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp149 uint64_t RegionSize = 0; local
163 RegionSize += plt0_size;
171 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
172 RegionSize += EntrySize;
175 return RegionSize;
178 RegionSize += emitGOTSectionData(pRegion);
179 return RegionSize;
183 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
184 return RegionSize;
337 uint64_t RegionSize local
388 uint64_t RegionSize = 0; local
[all...]

Completed in 7 milliseconds