Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Delf.c194 int last_bind = -1; in elf_find_func_offset() local
217 if (last_bind != STB_WEAK && cur_bind != STB_WEAK) { in elf_find_func_offset()
232 last_bind = cur_bind; in elf_find_func_offset()