HomeSort by relevance Sort by last modified time
    Searched defs:RegionSize (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 169 uint64_t RegionSize = 0;
182 RegionSize += plt0_size;
190 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
191 RegionSize += EntrySize;
197 RegionSize += emitGOTSectionData(pRegion);
201 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
209 return RegionSize;
415 uint64_t RegionSize = 0;
421 RegionSize += EntrySize;
424 return RegionSize;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 142 uint64_t RegionSize = 0;
157 RegionSize += plt0_size;
165 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
166 RegionSize += EntrySize;
169 return RegionSize;
172 RegionSize += emitGOTSectionData(pRegion);
173 return RegionSize;
176 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
177 return RegionSize;
329 uint64_t RegionSize = 0
    [all...]

Completed in 394 milliseconds