Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c849 Elf_Data *outsymdata = elf_getdata (symscn, NULL); in elf_i386_create_relocations() local
850 assert (outsymdata != NULL); in elf_i386_create_relocations()
852 xelf_getsym (outsymdata, symidx, sym); in elf_i386_create_relocations()
855 (void) xelf_update_sym (outsymdata, symidx, sym); in elf_i386_create_relocations()
863 outsymdata = elf_getdata (symscn, NULL); in elf_i386_create_relocations()
864 assert (outsymdata != NULL); in elf_i386_create_relocations()
865 xelf_getsym (outsymdata, symidx, sym); in elf_i386_create_relocations()
868 (void) xelf_update_sym (outsymdata, symidx, sym); in elf_i386_create_relocations()