Searched refs:startAddress (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp119 unsigned startAddress; local
139 m_image->addTextRegion(startAddress, buffer, dataLength);
147 startAddress = theRecord.m_address;
148 nextAddress = startAddress;
173 m_image->addTextRegion(startAddress, buffer, dataLength);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmurmurhash.d557 const startAddress = cast(size_t) data.ptr;
560 if ((startAddress & 7) == 0)
567 if ((startAddress & 3) == 0)
569 else if ((startAddress & 1) == 0)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmurmurhash.d557 const startAddress = cast(size_t) data.ptr;
560 if ((startAddress & 7) == 0)
567 if ((startAddress & 3) == 0)
569 else if ((startAddress & 1) == 0)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp71 BaseAddress ? *BaseAddress : Funcs.front().startAddress();
72 const uint64_t MaxAddr = Funcs.back().startAddress();
107 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress;
H A DDwarfTransformer.cpp218 DWARFAddressRange(FI.startAddress(), FI.endAddress());
253 const uint64_t StartAddress = FI.startAddress();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h173 uint64_t startAddress() const { return Range.Start; } function in struct:llvm::gsym::FunctionInfo
/netbsd-current/sys/dev/raidframe/
H A Drf_map.c87 RF_RaidAddr_t startAddress = raidAddress; local
185 pda_p->bufPtr = (char *)buffer + rf_RaidAddressToByte(raidPtr, (raidAddress - startAddress));

Completed in 114 milliseconds