Home
last modified time | relevance | path

Searched refs:newscn (Results 1 - 5 of 5) sorted by relevance

/third_party/elfutils/tests/
H A 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()
H A Delfstrmerge.c469 Elf_Scn *newscn = elf_newscn (elfnew); in main() local
470 if (newscn == NULL) in main()
497 Elf_Data *newdata = elf_newdata (newscn); in main()
632 if (gelf_update_shdr (newscn, &newshdr) == 0) in main()
/third_party/elfutils/src/
H A Delfcompress.c832 Elf_Scn *newscn = elf_newscn (elfnew); in process_file() local
833 if (newscn == NULL) in process_file()
847 if (gelf_update_shdr (newscn, shdr) == 0) in process_file()
866 Elf_Data *newdata = elf_newdata (newscn); in process_file()
912 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
922 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
931 Elf_Data *symd = elf_getdata (newscn, NULL); in process_file()
H A Dstrip.c1008 Elf_Scn *newscn; in handle_elf() member
1741 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1742 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1750 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1786 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1787 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1793 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1795 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()
1848 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1849 if (shdr_info[cnt].newscn in handle_elf()
[all...]
H A Dunstrip.c282 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf()
285 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()
290 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()
281 Elf_Scn *newscn = elf_newscn (outelf); copy_elf() local

Completed in 10 milliseconds