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

  /external/elfutils/libelf/
gelf_newehdr.c 29 gelf_newehdr (elf, class) function
Makefile.am 51 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
gelf.h 154 extern unsigned long int gelf_newehdr (Elf *__elf, int __class);
Makefile 84 elf64_newehdr.$(OBJEXT) gelf_newehdr.$(OBJEXT) \
272 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
479 include ./$(DEPDIR)/gelf_newehdr.Po
  /external/elfutils/tests/
ecp.c 47 gelf_newehdr (outelf, gelf_getclass (inelf));
  /external/elfutils/libasm/
asm_begin.c 56 if (gelf_newehdr (result->out.elf, klass) == 0)
  /external/elfutils/
Android.mk 93 libelf/gelf_newehdr.c \
  /build/tools/soslim/
soslim.c 62 FAILIF(gelf_newehdr (newelf, gelf_getclass (elf)) == 0 ||
  /external/elfutils/src/
xelf.h 309 # define xelf_newehdr(elf, klass) gelf_newehdr (elf, klass)
strip.c 478 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)
504 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)
    [all...]
  /build/tools/apriori/
apriori.c 347 FAILIF_LIBELF(gelf_newehdr (elf, gelf_getclass (source->oldelf)) == 0,
348 gelf_newehdr); local
    [all...]

Completed in 277 milliseconds