Searched refs:newscn (Results 1 – 9 of 9) sorted by relevance
/third_party/elfutils/tests/ |
D | ecp.c | 80 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()
|
D | elfstrmerge.c | 469 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()
|
D | .gitignore | 84 /newscn
|
D | run-strings-test.sh | 387 testfile8: 82e0 elf_ndxscn (shdr_info[cnt].newscn) == idx 390 testfile8: 83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
|
D | Makefile.am | 40 show-abbrev hash newscn ecp dwflmodtest \ program 111 newscn run-strip-test.sh run-strip-test2.sh \
|
D | ChangeLog | 4375 * newscn.c: Likewise. 4636 * newscn.c: Likewise.
|
/third_party/elfutils/src/ |
D | elfcompress.c | 832 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()
|
D | strip.c | 1008 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 == NULL) in handle_elf() [all …]
|
D | unstrip.c | 281 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local 284 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf() 289 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()
|