Home
last modified time | relevance | path

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

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