Searched refs:crc_str (Results 1 – 1 of 1) sorted by relevance
753 static const char crc_str[] = "__crc_"; in kmod_elf_get_symbols() local754 static const size_t crc_strlen = sizeof(crc_str) - 1; in kmod_elf_get_symbols()811 if (strncmp(name, crc_str, crc_strlen) != 0) in kmod_elf_get_symbols()850 if (strncmp(name, crc_str, crc_strlen) != 0) in kmod_elf_get_symbols()