Searched defs:GetGlobalVariable (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 203 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function 231 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 203 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function 231 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 203 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function 231 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 203 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function 231 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable() function
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | ElfFake.cpp | 47 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() function in unwindstack::ElfInterfaceFake
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cfx_globaldata.cpp | 121 CFX_GlobalData::Element* CFX_GlobalData::GetGlobalVariable( in GetGlobalVariable() function in CFX_GlobalData
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | ElfInterface.cpp | 504 bool ElfInterfaceImpl<ElfTypes>::GetGlobalVariable(const std::string& name, in GetGlobalVariable() function in unwindstack::ElfInterfaceImpl
|