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

  /external/elfutils/src/libelf/
gelf_newehdr.c 41 gelf_newehdr (elf, class) function
Android.mk 103 gelf_newehdr.c \
Makefile.am 51 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
gelf.h 166 extern unsigned long int gelf_newehdr (Elf *__elf, int __class);
Makefile 150 elf64_newehdr.$(OBJEXT) gelf_newehdr.$(OBJEXT) \
408 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
632 include ./$(DEPDIR)/gelf_newehdr.Po
    [all...]
  /external/elfutils/src/tests/
ecp.c 51 gelf_newehdr (outelf, gelf_getclass (inelf));
  /external/elfutils/src/libasm/
asm_begin.c 89 if (gelf_newehdr (result->out.elf, class) == 0)
  /external/elfutils/src/src/
xelf.h 313 # define xelf_newehdr(elf, klass) gelf_newehdr (elf, klass)
strip.c 519 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)
543 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)
    [all...]
unstrip.c 253 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)),
    [all...]

Completed in 196 milliseconds