Lines Matching refs:nl
48 nlist (const char *filename, struct nlist *nl)
161 while (nl->n_name != NULL && nl->n_name[0] != '\0')
167 search.str = nl->n_name;
168 found = nlist_fshash_find (table, nl->n_name, 0, &search);
173 nl->n_value = found->sym.st_value;
174 nl->n_scnum = found->sym.st_shndx;
175 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
177 nl->n_sclass = 0;
178 nl->n_numaux = 0;
183 nl->n_value = 0;
184 nl->n_scnum = 0;
185 nl->n_type = 0;
186 nl->n_sclass = 0;
187 nl->n_numaux = 0;
191 ++nl;
211 while (nl->n_name != NULL && nl->n_name[0] != '\0')
213 nl->n_value = 0;
214 nl->n_scnum = 0;
215 nl->n_type = 0;
216 nl->n_sclass = 0;
217 nl->n_numaux = 0;
220 ++nl;