Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c704 CDBL_LIST_ADD_REAR (ld_state.from_dso, oldp); in check_definition()
730 CDBL_LIST_DEL (ld_state.from_dso, oldp); in check_definition()
768 CDBL_LIST_ADD_REAR (ld_state.from_dso, oldp); in check_definition()
2515 if (ld_state.from_dso != NULL) in ld_generic_generate_sections()
2517 struct symbol *srunp = ld_state.from_dso; in ld_generic_generate_sections()
2557 while ((srunp = srunp->next) != ld_state.from_dso); in ld_generic_generate_sections()
2743 struct symbol *runp = ld_state.from_dso; in compute_copy_reloc_offset()
2771 while ((runp = runp->next) != ld_state.from_dso); in compute_copy_reloc_offset()
5501 if (ld_state.from_dso != NULL) in ld_generic_create_outfile()
5509 runp = ld_state.from_dso; in ld_generic_create_outfile()
[all …]
Dld.h880 struct symbol *from_dso; member
Di386_ld.c637 CDBL_LIST_ADD_REAR (statep->from_dso, sym); in elf_i386_count_relocations()