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

  /external/elfutils/libelf/
gelf_newehdr.c 62 gelf_newehdr (elf, class) function
Android.mk 113 gelf_newehdr.c \
gelf.h 187 extern unsigned long int gelf_newehdr (Elf *__elf, int __class);
Makefile.am 62 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
  /external/elfutils/tests/
ecp.c 59 gelf_newehdr (outelf, gelf_getclass (inelf));
  /external/elfutils/libasm/
asm_begin.c 86 if (gelf_newehdr (result->out.elf, class) == 0)
  /external/elfutils/src/
xelf.h 321 # define xelf_newehdr(elf, klass) gelf_newehdr (elf, klass)
strip.c 493 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)
517 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)
    [all...]
unstrip.c 254 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)),
    [all...]

Completed in 1321 milliseconds