Searched refs:symref (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c72 struct symbol **symref; local
101 symref = file->symref;
123 assert (symref[XELF_R_SYM (rel->r_info)] != NULL);
124 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx;
511 if (! scninfo->fileinfo->symref[r_sym]->defined)
540 sym = scninfo->fileinfo->symref[r_sym];
554 && scninfo->fileinfo->symref[r_sym]->outdynsymidx != 0
569 if (! scninfo->fileinfo->symref[r_sym]->defined)
573 sym = scninfo->fileinfo->symref[r_sy
663 struct symbol **symref = runp->fileinfo->symref; local
[all...]
H A Dld.h217 struct symbol **symref; member in struct:usedfiles
1068 struct symbol *sym = file->symref[symidx];
H A Dldgeneric.c149 struct symbol *sym = file->symref[symidx];
1238 fileinfo->symref = (struct symbol **)
1281 fileinfo->symref[cnt] = newp;
1302 fileinfo->symref = (struct symbol **)
1422 fileinfo->symref[cnt] = newp;
1441 newp = fileinfo->symref[cnt] = oldp;
4589 defp = file->symref[cnt];
4633 defp = file->symref[cnt];
4652 + file->symref[cnt]->merge.value);
4684 if (file->has_merge_sections && file->symref[cn
[all...]

Completed in 114 milliseconds