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