Lines Matching refs:stripped
1279 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument
1287 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1295 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1305 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections()
1310 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections()
1445 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections()
1450 stripped, stripped_ehdr, in copy_elided_sections()
1670 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
1938 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections()
1949 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
1977 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() argument
1981 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in handle_file()
1991 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
2019 copy_elided_sections (unstripped, stripped, stripped_ehdr, bias); in handle_file()
2036 copy_elf (outelf, stripped); in handle_file()
2045 copy_elided_sections (outelf, stripped, stripped_ehdr, bias); in handle_file()
2079 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local
2081 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_explicit_files()
2110 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files()
2112 elf_end (stripped); in handle_explicit_files()
2126 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
2127 if (stripped == NULL) in handle_dwfl_module()
2164 if (debug == stripped) in handle_dwfl_module()
2179 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_dwfl_module()
2209 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()