Lines Matching defs:nl
59 nlist (const char *filename, struct nlist *nl)
175 while (nl->n_name != NULL && nl->n_name[0] != '\0')
181 search.str = nl->n_name;
182 found = nlist_fshash_find (table, nl->n_name, 0, &search);
187 nl->n_value = found->sym.st_value;
188 nl->n_scnum = found->sym.st_shndx;
189 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
191 nl->n_sclass = 0;
192 nl->n_numaux = 0;
197 nl->n_value = 0;
198 nl->n_scnum = 0;
199 nl->n_type = 0;
200 nl->n_sclass = 0;
201 nl->n_numaux = 0;
205 ++nl;
232 while (nl->n_name != NULL && nl->n_name[0] != '\0')
234 nl->n_value = 0;
235 nl->n_scnum = 0;
236 nl->n_type = 0;
237 nl->n_sclass = 0;
238 nl->n_numaux = 0;
241 ++nl;