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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 178 uint64_t RegionSize = 0;
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;
523 RegionSize += EntrySize;
526 return RegionSize;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 149 uint64_t RegionSize = 0;
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 = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 330 NDR64_UINT16 RegionSize;
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 275 milliseconds