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 142 uint64_t RegionSize = 0;
155 RegionSize += plt0_size;
163 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
164 RegionSize += EntrySize;
167 return RegionSize;
169 RegionSize += emitGOTSectionData(pRegion);
170 return RegionSize;
173 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
174 return RegionSize;
310 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 289 milliseconds