Home | History | Annotate | Download | only in src

Lines Matching full:local_p

891   int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL;
895 return local_p ? 'a' : 'A';
924 return local_p ? tolower (result) : result;