Home | History | Annotate | Download | only in src

Lines Matching refs:stripped

1 /* Combine stripped files with separate symbols and debug information.
317 Because of this, the related sections can shrink in the stripped
1218 copying their contents and sh_type from STRIPPED. */
1220 copy_elided_sections (Elf *unstripped, Elf *stripped,
1228 ELF_CHECK (elf_getshstrndx (stripped, &stripped_shstrndx) == 0,
1236 ELF_CHECK (elf_getshnum (stripped, &stripped_shnum) == 0,
1239 /* Cache the stripped file's section details. */
1242 while ((scn = elf_nextscn (stripped, scn)) != NULL)
1247 sections[i].name = elf_strptr (stripped, stripped_shstrndx,
1297 /* Match each debuginfo section with its corresponding stripped section. */
1384 Elf_Data *data = elf_getdata (elf_getscn (stripped, stripped_shstrndx),
1389 stripped, stripped_ehdr,
1583 /* Merge the stripped file's symbol table into the unstripped one. */
1602 elf_getscn (stripped, stripped_symtab->shdr.sh_link),
1758 /* We need to preserve the layout of the stripped file so the
1821 /* Copy each program header from the stripped file. */
1825 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem);
1854 Elf *stripped, const GElf_Ehdr *stripped_ehdr,
1864 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem);
1892 copy_elided_sections (unstripped, stripped, stripped_ehdr, bias);
1909 copy_elf (outelf, stripped);
1918 copy_elided_sections (outelf, stripped, stripped_ehdr, bias);
1941 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL);
1943 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr),
1966 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped);
1968 elf_end (stripped);
1982 Elf *stripped = dwfl_module_getelf (mod, &bias);
1983 if (stripped == NULL)
1993 _("cannot find stripped file for module '%s': %s"),
1997 _("cannot open stripped file '%s' for module '%s': %s"),
2020 if (debug == stripped)
2029 error (EXIT_FAILURE, 0, _("module '%s' file '%s' is not stripped"),
2035 ELF_CHECK (gelf_getehdr (stripped, &stripped_ehdr),
2065 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug);
2250 .args_doc = N_("STRIPPED-FILE DEBUG-FILE\n[MODULE...]"),
2252 Combine stripped files with separate symbols and debug information.\v\
2256 With -f these match the file name of the main (stripped) file \