HomeSort by relevance Sort by last modified time
    Searched full:newelf (Results 1 - 10 of 10) sorted by null

  /external/elfcopy/
fixdwarf.h 9 Elf *elf, GElf_Ehdr *ehdr, Elf *newelf,
elfcopy.c 37 static void update_relocations_section_symbol_references(Elf *newelf, Elf *elf,
42 static void update_relocations_section_offsets(Elf *newelf, Elf *elf, Ebl *ebl,
49 static void update_hash_table(Elf *newelf, Elf *elf,
78 Elf *newelf,
84 Elf *newelf,
94 Elf *newelf,
110 Elf *newelf, const char *newelf_name __attribute__((unused)),
197 FAILIF_LIBELF((shdr_info[shdridx].newscn = elf_newscn(newelf)) == NULL,
257 ASSERT(scn == elf_getscn(newelf, shdr_info[cnt].idx));
    [all...]
elfcopy.h 76 Elf *newelf, const char *newelf_name,
fixdwarf.c 77 Elf *newelf __attribute__((unused)),
  /build/tools/soslim/
soslim.h 17 void clone_elf(Elf *elf, Elf *newelf,
main.c 41 Elf *elf = NULL, *newelf = NULL; local
169 newelf = elf_begin(newelf_fd, ELF_C_WRITE_MMAP, NULL);
172 newelf = elf_clone(elf, ELF_C_EMPTY);
195 clone_elf(elf, newelf,
215 FAILIF_LIBELF(elf_end (newelf) != 0, elf_end);
soslim.c 22 void clone_elf(Elf *elf, Elf *newelf,
62 FAILIF(gelf_newehdr (newelf, gelf_getclass (elf)) == 0 ||
63 (ehdr->e_type != ET_REL && gelf_newphdr (newelf,
87 FAILIF_LIBELF(gelf_update_phdr (newelf, cnt, phdr_info + cnt) == 0,
439 elf_newscn(newelf)) == NULL, elf_newscn);
478 newelf, newelf_name,
501 elf_flagelf (newelf,
506 FAILIF_LIBELF(!dry_run && elf_update(newelf, ELF_C_WRITE) == -1, elf_update);
  /external/elfutils/src/
strip.c 368 Elf *newelf; local
474 newelf = elf_begin (fd, ELF_C_WRITE_MMAP, NULL);
476 newelf = elf_clone (elf, ELF_C_EMPTY);
478 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)
480 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0)))
496 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
942 shdr_info[cnt].newscn = elf_newscn (newelf);
982 shdr_info[cnt].newscn = elf_newscn (newelf);
1039 shdr_info[cnt].newscn = elf_newscn (newelf);
1065 scn = elf_getscn (newelf, shdr_info[cnt].idx)
    [all...]
  /prebuilt/ndk/tools/linux/
apriori 
soslim 

Completed in 264 milliseconds