Home
last modified time | relevance | path

Searched refs:gelf_newehdr (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/libelf/
Dgelf_newehdr.c41 gelf_newehdr (Elf *elf, int class) in gelf_newehdr() function
Dlibelf.map75 gelf_newehdr;
DAndroid.bp109 "gelf_newehdr.c",
DMakefile.am51 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
Dgelf.h169 extern unsigned long int gelf_newehdr (Elf *__elf, int __class);
/external/elfutils/tests/
Decp.c55 gelf_newehdr (outelf, gelf_getclass (inelf)); in main()
Delfshphehdr.c62 check_elf ("gelf_newehdr", gelf_newehdr (elf, class) != 0); in test()
Delfstrtab.c152 if (gelf_newehdr (elf, class) == 0) in check_elf()
Dnewdata.c82 if (gelf_newehdr (elf, class) == 0) in create_elf()
Delfstrmerge.c380 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in main()
/external/elfutils/libasm/
Dasm_begin.c89 if (gelf_newehdr (result->out.elf, class) == 0) in prepare_binary_output()
/external/elfutils/src/
Dxelf.h313 # define xelf_newehdr(elf, klass) gelf_newehdr (elf, klass)
Delfcompress.c569 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in process_file()
Dstrip.c540 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0) in handle_elf()
564 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0) in handle_elf()
Dunstrip.c251 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)), in copy_elf()