Home
last modified time | relevance | path

Searched defs:DataStart (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/buildinfo/
Dbuildinfo.go104 DataStart() (uint64, uint64) methodSpec
288 func (x *elfExe) DataStart() (uint64, uint64) { func
331 func (x *peExe) DataStart() (uint64, uint64) { func
378 func (x *machoExe) DataStart() (uint64, uint64) { func
414 func (x *xcoffExe) DataStart() (uint64, uint64) { func
426 func (x *plan9objExe) DataStart() (uint64, uint64) { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabItem.h17 UInt32 DataStart; // offset of the first CFDATA block in this folder member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp127 uint64_t DataStart = OS.tell(); in writeParts() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProfCorrelator.h83 const char *DataStart; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProfCorrelator.h83 const char *DataStart; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProfCorrelator.h83 const char *DataStart; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProfCorrelator.h83 const char *DataStart; member
/aosp_15_r20/system/extras/simpleperf/
H A DZstdUtil.cpp31 const char* DataStart() const { return buffer_.data() + data_pos_; } in DataStart() function in simpleperf::__anonfd1b59890111::CompressionOutBuffer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h198 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h198 uint64_t DataStart = Out.tell(); in Emit() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dprctl.rs623 DataStart = PR_SET_MM_START_DATA, enumerator