Home
last modified time | relevance | path

Searched refs:get_range (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_die.cc142 while (elf_file()->get_range(range_off, &low, &high) && in contains_address()
215 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) && in dump()
223 while (elf_file()->get_range<Elf_Word>(off, &low, &high) && in dump()
Delf_file.h478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) { in get_range() function