Searched refs:newscn (Results 1 – 9 of 9) sorted by relevance
/external/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 | 451 Elf_Scn *newscn = elf_newscn (elfnew); in main() local 452 if (newscn == NULL) in main() 487 Elf_Data *newdata = elf_newdata (newscn); in main() 622 if (gelf_update_shdr (newscn, &newshdr) == 0) in main()
|
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 | 44 show-abbrev hash newscn ecp dwflmodtest \ program 86 newscn run-strip-test.sh run-strip-test2.sh \
|
D | ChangeLog | 3214 * newscn.c: Likewise. 3475 * newscn.c: Likewise.
|
/external/elfutils/src/ |
D | elfcompress.c | 846 Elf_Scn *newscn = elf_newscn (elfnew); in process_file() local 847 if (newscn == NULL) in process_file() 861 if (gelf_update_shdr (newscn, shdr) == 0) in process_file() 880 Elf_Data *newdata = elf_newdata (newscn); in process_file() 926 if (compress_section (newscn, size, sname, NULL, ndx, in process_file() 936 if (compress_section (newscn, size, sname, NULL, ndx, in process_file() 945 Elf_Data *symd = elf_getdata (newscn, NULL); in process_file()
|
D | strip.c | 952 Elf_Scn *newscn; in handle_elf() member 1683 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() 1684 if (shdr_info[cnt].newscn == NULL) in handle_elf() 1692 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf() 1728 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() 1729 if (shdr_info[cnt].newscn == NULL) in handle_elf() 1736 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf() 1738 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf() 1791 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() 1792 if (shdr_info[cnt].newscn == NULL) in handle_elf() [all …]
|
D | unstrip.c | 286 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local 289 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf() 294 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()
|
/external/elfutils/ |
D | .gitignore | 141 /tests/newscn
|