Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dlink_elf_obj.c1747 static const char stopn[] = "__stop_"; in link_elf_fix_link_set() local
1766 else if (strncmp(sym_name, stopn, sizeof(stopn) - 1) == 0) { in link_elf_fix_link_set()
1768 linkset_name = sym_name + sizeof(stopn) - 1; in link_elf_fix_link_set()