Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_newehdr.c41 gelf_newehdr (Elf *elf, int class) in gelf_newehdr() function
Dlibelf.map75 gelf_newehdr;
DAndroid.bp110 "gelf_newehdr.c",
Dgelf.h171 extern void *gelf_newehdr (Elf *__elf, int __class);
DMakefile.am61 elf32_newehdr.c elf64_newehdr.c gelf_newehdr.c \
DChangeLog278 * gelf.h (gelf_newehdr): Change return type to void *.
280 * gelf_newehdr.c (gelf_newehdr): Likewise.
/external/elfutils/tests/
Decp.c55 gelf_newehdr (outelf, gelf_getclass (inelf)); in main()
Dvendorelf.c54 if (gelf_newehdr (elf, class) == 0) in check_elf()
Delfshphehdr.c62 check_elf ("gelf_newehdr", gelf_newehdr (elf, class) != 0); in test()
Delfcopy.c121 if (gelf_newehdr (elfb, class) == 0) in copy_elf()
Demptyfile.c85 if (gelf_newehdr (elf, class) == 0) in check_elf()
Delfstrtab.c152 if (gelf_newehdr (elf, class) == 0) in check_elf()
Dnewdata.c82 if (gelf_newehdr (elf, class) == 0) in create_elf()
Dfillfile.c219 if (gelf_newehdr (elf, class) == 0) in check_elf()
Delfstrmerge.c381 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/
Delfcompress.c605 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in process_file()
Dstrip.c1058 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)) in handle_elf()
1101 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)) in handle_elf()
Dunstrip.c239 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)), in copy_elf()
/external/elfutils/config/
Delfutils.spec.in315 - libelf: gelf_newehdr and gelf_newehdr now return void *.
/external/elfutils/
DNEWS134 libelf: gelf_newehdr and gelf_newehdr now return void *.