Home
last modified time | relevance | path

Searched defs:GetLoadBias (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStackMap.cpp102 uint64_t UnwindStackMap::GetLoadBias(size_t index) { in GetLoadBias() function in UnwindStackMap
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h71 int64_t GetLoadBias() { return load_bias_; } in GetLoadBias() function
/aosp12/system/unwinding/libunwindstack/
H A DMapInfo.cpp289 uint64_t MapInfo::GetLoadBias(const std::shared_ptr<Memory>& process_memory) { in GetLoadBias() function in unwindstack::MapInfo
H A DElf.cpp333 int64_t Elf::GetLoadBias(Memory* memory) { in GetLoadBias() function in unwindstack::Elf
H A DElfInterface.cpp153 int64_t ElfInterface::GetLoadBias(Memory* memory) { in GetLoadBias() function in unwindstack::ElfInterface
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktraceMap.h169 virtual uint64_t GetLoadBias(size_t /* index */) { return 0; } in GetLoadBias() function