HomeSort by relevance Sort by last modified time
    Searched refs:elf_clone (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
elf_clone.c 41 elf_clone (Elf *elf, Elf_Cmd cmd) function
Makefile.am 86 elf_clone.c \
libelf.h 204 extern Elf *elf_clone (Elf *__elf, Elf_Cmd __cmd);
  /external/elfutils/libdwfl/
core-file.c 111 return elf_clone (parent, parent->cmd);
  /external/elfutils/src/
strip.c 379 doesn't work at all since we call elf_clone on the members
538 newelf = elf_clone (elf, ELF_C_EMPTY);
    [all...]

Completed in 789 milliseconds