Home
last modified time | relevance | path

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

/external/elfutils/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()
1399 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1444 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1465 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1592 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1612 newp = fileinfo->symref[cnt] = oldp; in add_relocatable_file()
5278 defp = file->symref[cnt]; in ld_generic_create_outfile()
5322 defp = file->symref[cnt]; in ld_generic_create_outfile()
5341 + file->symref[cnt]->merge.value); in ld_generic_create_outfile()
5374 if (file->has_merge_sections && file->symref[cnt] != NULL in ld_generic_create_outfile()
[all …]