Lines Matching refs:str
44 const char *str;
49 #define HASHFCT(str, len) INTUSE(elf_hash) (str)
50 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str)
153 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
154 if (mem.str == NULL)
158 if (mem.str[0] == '\0')
168 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
181 search.str = nl->n_name;