Home | History | Annotate | Download | only in elff

Lines Matching refs:high

134    * where that routine is inlined), or a pair "low PC, and high PC" describing
140 AddrType high;
142 while (elf_file()->get_range(range_off, &low, &high) &&
143 (low != 0 || high != 0)) {
144 if (address >= low && address < high) {
214 Elf_Xword low, high;
215 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
216 (low != 0 || high != 0)) {
218 low, high);
222 Elf_Word low, high;
223 while (elf_file()->get_range<Elf_Word>(off, &low, &high) &&
224 (low != 0 || high != 0)) {
226 low, high);