Searched refs:stopn (Results 1 – 1 of 1) sorted by relevance
1763 static const char stopn[] = "__stop_"; in link_elf_fix_link_set() local1782 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()