Searched defs:unstripped (Results 1 - 1 of 1) sorted by relevance
/external/elfutils/0.153/src/ |
H A D | unstrip.c | 1157 new_shstrtab (Elf *unstripped, size_t unstripped_shnum, 1185 Elf_Scn *scn = elf_getscn (unstripped, i + 1); 1197 Elf_Data *strtab_data = elf_getdata (elf_getscn (unstripped, 1207 Elf_Scn *scn = elf_getscn (unstripped, i + 1); 1222 copy_elided_sections (Elf *unstripped, Elf *stripped, 1226 ELF_CHECK (elf_getshdrstrndx (unstripped, &unstripped_shstrndx) == 0, 1234 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, 1298 Elf_Data *shstrtab = elf_getdata (elf_getscn (unstripped, 1308 while ((scn = elf_nextscn (unstripped, scn)) != NULL) 1392 split_bss = find_alloc_sections_prelink (unstripped, shstrta 1155 new_shstrtab(Elf *unstripped, size_t unstripped_shnum, Elf_Data *shstrtab, size_t unstripped_shstrndx, struct section *sections, size_t stripped_shnum, struct Ebl_Strtab *strtab) argument 1220 copy_elided_sections(Elf *unstripped, Elf *stripped, const GElf_Ehdr *stripped_ehdr, GElf_Addr bias) argument 1862 handle_file(const char *output_file, bool create_dirs, Elf *stripped, const GElf_Ehdr *stripped_ehdr, Elf *unstripped) argument 1956 Elf *unstripped = NULL; local [all...] |
Completed in 101 milliseconds