Searched refs:dst_scn (Results 1 – 1 of 1) sorted by relevance
677 Elf_Scn *dst_scn; in build_file() local776 if ((dst_scn = elf_newscn(dst_elf)) == NULL) { in build_file()781 (void) gelf_getshdr(dst_scn, &dst_shdr); in build_file()812 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()970 ((x = scn_location(dst_scn, dst_elf, state)) in build_file()1022 (void) gelf_update_shdr(dst_scn, &dst_shdr); in build_file()1033 if ((dst_scn = elf_newscn(dst_elf)) == NULL) { in build_file()1038 (void) gelf_getshdr(dst_scn, &dst_shdr); in build_file()1053 (void) gelf_update_shdr(dst_scn, &dst_shdr); /* flush changes */ in build_file()1055 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()[all …]