Searched defs:GetLoadBias (Results 1 – 4 of 4) sorted by relevance
| /system/unwinding/libunwindstack/ | ||
| D | MapInfo.cpp | 340 uint64_t MapInfo::GetLoadBias() {  in GetLoadBias()  function in unwindstack::MapInfo | 
| D | Elf.cpp | 337 int64_t Elf::GetLoadBias(Memory* memory) {  in GetLoadBias()  function in unwindstack::Elf | 
| D | ElfInterface.cpp | 149 int64_t ElfInterface::GetLoadBias(Memory* memory) {  in GetLoadBias()  function in unwindstack::ElfInterface | 
| /system/unwinding/libunwindstack/include/unwindstack/ | ||
| D | Elf.h | 76   int64_t GetLoadBias() { return load_bias_; }  in GetLoadBias()  function |