Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Di386_ld.c86 struct symbol **symref; in elf_i386_relocate_section() local
115 symref = file->symref; in elf_i386_relocate_section()
137 assert (symref[XELF_R_SYM (rel->r_info)] != NULL); in elf_i386_relocate_section()
138 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx; in elf_i386_relocate_section()
559 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) in elf_i386_count_relocations()
565 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
566 || scninfo->fileinfo->symref[r_sym]->in_dso in elf_i386_count_relocations()
600 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
628 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
631 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
[all …]
Dld.h238 struct symbol **symref; member
1138 struct symbol *sym = file->symref[symidx]; in linked_from_dso_p()
Dldgeneric.c179 struct symbol *sym = file->symref[symidx]; in linked_from_dso_p()
1397 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1442 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1463 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1590 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1610 newp = fileinfo->symref[cnt] = oldp; in add_relocatable_file()
5276 defp = file->symref[cnt]; in ld_generic_create_outfile()
5320 defp = file->symref[cnt]; in ld_generic_create_outfile()
5339 + file->symref[cnt]->merge.value); in ld_generic_create_outfile()
5372 if (file->has_merge_sections && file->symref[cnt] != NULL in ld_generic_create_outfile()
[all …]