Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dstrip.c427 Elf_Scn *newscn; in handle_elf() member
1000 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1001 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1005 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1037 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1038 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1042 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1044 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()
1093 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1094 if (shdr_info[cnt].newscn == NULL) in handle_elf()
[all …]
Dunstrip.c276 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local
279 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()
284 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()