Lines Matching refs:stripped
1386 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() argument
1394 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1402 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1418 elf_flagelf (stripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections()
1419 max_off = elf_update (stripped, ELF_C_NULL); in copy_elided_sections()
1425 while ((scn = elf_nextscn (stripped, scn)) != NULL) in copy_elided_sections()
1430 sections[i].name = elf_strptr (stripped, stripped_shstrndx, in copy_elided_sections()
1438 sections[i].sig = get_group_sig (stripped, shdr); in copy_elided_sections()
1565 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx), in copy_elided_sections()
1570 stripped, stripped_ehdr, in copy_elided_sections()
1828 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
2102 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections()
2113 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in copy_elided_sections()
2141 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() argument
2145 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in handle_file()
2155 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); in handle_file()
2183 copy_elided_sections (unstripped, stripped, stripped_ehdr, bias); in handle_file()
2201 copy_elf (outelf, stripped); in handle_file()
2210 copy_elided_sections (outelf, stripped, stripped_ehdr, bias); in handle_file()
2245 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local
2247 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_explicit_files()
2280 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files()
2282 elf_end (stripped); in handle_explicit_files()
2296 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
2297 if (stripped == NULL) in handle_dwfl_module()
2334 if (debug == stripped) in handle_dwfl_module()
2349 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr), in handle_dwfl_module()
2379 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()