Lines Matching refs:stripped
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
1862 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
1890 copy_elided_sections (unstripped, stripped, stripped_ehdr, bias); in handle_file()
1907 copy_elf (outelf, stripped); in handle_file()
1916 copy_elided_sections (outelf, stripped, stripped_ehdr, bias); in handle_file()
1939 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local
1941 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_explicit_files()
1964 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files()
1966 elf_end (stripped); in handle_explicit_files()
1980 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
1981 if (stripped == NULL) in handle_dwfl_module()
2018 if (debug == stripped) in handle_dwfl_module()
2033 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_dwfl_module()
2063 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()