D | unstrip.c | 1218 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument 1226 ELF_CHECK (elf_getshstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections() 1234 ELF_CHECK (elf_getshnum (stripped, &stripped_shnum) == 0, in copy_elided_sections() 1240 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections() 1245 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections() 1382 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections() 1387 stripped, stripped_ehdr, in copy_elided_sections() 1600 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections() 1823 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections() 1852 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() argument [all …]
|