Searched refs:newscn (Results 1 – 7 of 7) sorted by relevance
84 Elf_Scn *newscn = elf_newscn (outelf); in main() local87 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()89 *elf_newdata (newscn) = *elf_getdata (scn, NULL); in main()
45 newscn$(EXEEXT) ecp$(EXEEXT) dwflmodtest$(EXEEXT) \57 run-line2addr.sh hash$(EXEEXT) newscn$(EXEEXT) \239 newscn_SOURCES = newscn.c240 newscn_OBJECTS = newscn.$(OBJEXT)299 get-pubnames.c hash.c line2addr.c msg_tst.c newfile.c newscn.c \310 get-pubnames.c hash.c line2addr.c msg_tst.c newfile.c newscn.c \705 newscn$(EXEEXT): $(newscn_OBJECTS) $(newscn_DEPENDENCIES) 706 @rm -f newscn$(EXEEXT)788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newscn.Po@am__quote@
59 show-abbrev hash newscn ecp dwflmodtest \ program73 newscn run-strip-test.sh run-strip-test2.sh \
395 testfile8: 82e0 elf_ndxscn (shdr_info[cnt].newscn) == idx398 testfile8: 83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
544 * newscn.c: Likewise.805 * newscn.c: Likewise.
401 Elf_Scn *newscn; in handle_elf() member952 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()953 if (shdr_info[cnt].newscn == NULL) in handle_elf()957 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()989 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()990 if (shdr_info[cnt].newscn == NULL) in handle_elf()994 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()996 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()1045 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()1046 if (shdr_info[cnt].newscn == NULL) in handle_elf()[all …]
276 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local279 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()284 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()