Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c755 Elf_Data *outsymdata = elf_getdata (symscn, NULL); in elf_i386_create_relocations() local
756 assert (outsymdata != NULL); in elf_i386_create_relocations()
758 xelf_getsym (outsymdata, symidx, sym); in elf_i386_create_relocations()
761 (void) xelf_update_sym (outsymdata, symidx, sym); in elf_i386_create_relocations()
769 outsymdata = elf_getdata (symscn, NULL); in elf_i386_create_relocations()
770 assert (outsymdata != NULL); in elf_i386_create_relocations()
771 xelf_getsym (outsymdata, symidx, sym); in elf_i386_create_relocations()
774 (void) xelf_update_sym (outsymdata, symidx, sym); in elf_i386_create_relocations()