Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c1323 Elf64_Sword distance = 20; in find_elf_symbol() local
1344 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() local
1380 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()