Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Delf.c314 int last_bind = -1; in elf_find_func_offset() local
334 } else if (last_bind != STB_WEAK && cur_bind != STB_WEAK) { in elf_find_func_offset()
349 last_bind = cur_bind; in elf_find_func_offset()