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 167 uint64_t RegionSize = 0;
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;
481 RegionSize += EntrySize;
484 return RegionSize;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 143 uint64_t RegionSize = 0;
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 = 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 248 milliseconds