Home
last modified time | relevance | path

Searched refs:GetTextRange (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp260 bool Elf::GetTextRange(uint64_t* addr, uint64_t* size) { in GetTextRange() function in unwindstack::Elf
265 if (interface_->GetTextRange(addr, size)) { in GetTextRange()
270 if (gnu_debugdata_interface_ != nullptr && gnu_debugdata_interface_->GetTextRange(addr, size)) { in GetTextRange()
H A DElfInterface.cpp73 bool ElfInterface::GetTextRange(uint64_t* addr, uint64_t* size) { in GetTextRange() function in unwindstack::ElfInterface
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h75 bool GetTextRange(uint64_t* addr, uint64_t* size);
H A DElfInterface.h93 bool GetTextRange(uint64_t* addr, uint64_t* size);
/aosp12/system/unwinding/libunwindstack/tests/
H A DJitDebugTest.cpp313 ASSERT_TRUE(elf->GetTextRange(&text_addr, &text_size)); in TEST_F()