Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Di386_ld.c78 struct symbol **symref; in elf_i386_relocate_section() local
107 symref = file->symref; in elf_i386_relocate_section()
129 assert (symref[XELF_R_SYM (rel->r_info)] != NULL); in elf_i386_relocate_section()
130 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx; in elf_i386_relocate_section()
551 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) in elf_i386_count_relocations()
557 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
558 || scninfo->fileinfo->symref[r_sym]->in_dso in elf_i386_count_relocations()
592 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
620 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations()
623 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
[all …]
Dld.h230 struct symbol **symref; member
1130 struct symbol *sym = file->symref[symidx]; in linked_from_dso_p()
Dldgeneric.c171 struct symbol *sym = file->symref[symidx]; in linked_from_dso_p()
1389 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1434 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1455 fileinfo->symref = (struct symbol **) in add_relocatable_file()
1582 fileinfo->symref[cnt] = newp; in add_relocatable_file()
1602 newp = fileinfo->symref[cnt] = oldp; in add_relocatable_file()
5268 defp = file->symref[cnt]; in ld_generic_create_outfile()
5312 defp = file->symref[cnt]; in ld_generic_create_outfile()
5331 + file->symref[cnt]->merge.value); in ld_generic_create_outfile()
5364 if (file->has_merge_sections && file->symref[cnt] != NULL in ld_generic_create_outfile()
[all …]