Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/mod/
Dmodpost.c734 char *munged = NOFAIL(strdup(symname)); in handle_symbol() local
735 munged[0] = '_'; in handle_symbol()
736 munged[1] = toupper(munged[1]); in handle_symbol()
737 symname = munged; in handle_symbol()