Home
last modified time | relevance | path

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

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