Home
last modified time | relevance | path

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

/external/elfutils/tests/
Decp.c80 Elf_Scn *newscn = elf_newscn (outelf); in main() local
83 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
85 *elf_newdata (newscn) = *elf_getdata (scn, NULL); in main()
Delfstrmerge.c450 Elf_Scn *newscn = elf_newscn (elfnew); in main() local
451 if (newscn == NULL) in main()
486 Elf_Data *newdata = elf_newdata (newscn); in main()
620 if (gelf_update_shdr (newscn, &newshdr) == 0) in main()
Drun-strings-test.sh387 testfile8: 82e0 elf_ndxscn (shdr_info[cnt].newscn) == idx
390 testfile8: 83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
DMakefile.am43 show-abbrev hash newscn ecp dwflmodtest \ program
78 newscn run-strip-test.sh run-strip-test2.sh \
DChangeLog2193 * newscn.c: Likewise.
2454 * newscn.c: Likewise.
/external/elfutils/src/
Delfcompress.c810 Elf_Scn *newscn = elf_newscn (elfnew); in process_file() local
811 if (newscn == NULL) in process_file()
825 if (gelf_update_shdr (newscn, shdr) == 0) in process_file()
844 Elf_Data *newdata = elf_newdata (newscn); in process_file()
890 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
900 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
909 Elf_Data *symd = elf_getdata (newscn, NULL); in process_file()
Dstrip.c434 Elf_Scn *newscn; in handle_elf() member
1062 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1063 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1071 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1103 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1104 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1111 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1113 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()
1166 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1167 if (shdr_info[cnt].newscn == NULL) in handle_elf()
[all …]
Dunstrip.c278 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local
281 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()
286 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()
/external/elfutils/
D.gitignore136 /tests/newscn