HomeSort by: relevance | last modified time | path
    Searched refs:startAddress (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
SRecordSourceFile.cpp 119 unsigned startAddress;
139 m_image->addTextRegion(startAddress, buffer, dataLength);
147 startAddress = theRecord.m_address;
148 nextAddress = startAddress;
173 m_image->addTextRegion(startAddress, buffer, dataLength);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
murmurhash.d 557 const startAddress = cast(size_t) data.ptr;
560 if ((startAddress & 7) == 0)
567 if ((startAddress & 3) == 0)
569 else if ((startAddress & 1) == 0)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymCreator.cpp 71 BaseAddress ? *BaseAddress : Funcs.front().startAddress();
72 const uint64_t MaxAddr = Funcs.back().startAddress();
107 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress;
DwarfTransformer.cpp 218 DWARFAddressRange(FI.startAddress(), FI.endAddress());
253 const uint64_t StartAddress = FI.startAddress();
255 const uint64_t RangeSize = EndAddress - StartAddress;
257 StartAddress, object::SectionedAddress::UndefSection};
267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx),
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FunctionInfo.h 173 uint64_t startAddress() const { return Range.Start; }
  /src/sys/dev/raidframe/
rf_map.c 87 RF_RaidAddr_t startAddress = raidAddress;
185 pda_p->bufPtr = (char *)buffer + rf_RaidAddressToByte(raidPtr, (raidAddress - startAddress));

Completed in 39 milliseconds