Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c1248 Elf64_Sword distance = 20; in find_elf_symbol() local
1269 if (d < distance) { in find_elf_symbol()
1270 distance = d; in find_elf_symbol()
1275 if (distance < 20) in find_elf_symbol()
1292 Elf_Addr distance = ~0; in find_elf_symbol2() local
1305 if ((addr - sym->st_value) < distance) { in find_elf_symbol2()
1306 distance = addr - sym->st_value; in find_elf_symbol2()
1308 } else if ((addr - sym->st_value) == distance) { in find_elf_symbol2()