Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dlink_elf_obj.c1605 static const char stopn[] = "__stop_"; in link_elf_fix_link_set() local
1624 else if (strncmp(sym_name, stopn, sizeof(stopn) - 1) == 0) { in link_elf_fix_link_set()
1626 linkset_name = sym_name + sizeof(stopn) - 1; in link_elf_fix_link_set()