Searched refs:distance (Results 1 – 1 of 1) sorted by relevance
1323 Elf64_Sword distance = 20; in find_elf_symbol() local1344 if (d < distance) { in find_elf_symbol()1345 distance = d; in find_elf_symbol()1350 if (distance < 20) in find_elf_symbol()1367 Elf_Addr distance = ~0; in find_elf_symbol2() local1380 if ((addr - sym->st_value) < distance) { in find_elf_symbol2()1381 distance = addr - sym->st_value; in find_elf_symbol2()1383 } else if ((addr - sym->st_value) == distance) { in find_elf_symbol2()