Searched refs:GetTextRange (Results 1 – 5 of 5) sorted by relevance
260 bool Elf::GetTextRange(uint64_t* addr, uint64_t* size) { in GetTextRange() function in unwindstack::Elf265 if (interface_->GetTextRange(addr, size)) { in GetTextRange()270 if (gnu_debugdata_interface_ != nullptr && gnu_debugdata_interface_->GetTextRange(addr, size)) { in GetTextRange()
73 bool ElfInterface::GetTextRange(uint64_t* addr, uint64_t* size) { in GetTextRange() function in unwindstack::ElfInterface
75 bool GetTextRange(uint64_t* addr, uint64_t* size);
93 bool GetTextRange(uint64_t* addr, uint64_t* size);
313 ASSERT_TRUE(elf->GetTextRange(&text_addr, &text_size)); in TEST_F()