Home
last modified time | relevance | path

Searched refs:ELF_C_WRITE (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libelf/
Delf_update.c161 && cmd != ELF_C_WRITE
200 && (cmd == ELF_C_WRITE || cmd == ELF_C_WRITE_MMAP))
204 && elf->cmd != ELF_C_WRITE
Dlibelf.h115 ELF_C_WRITE, /* Write .. */ enumerator
Delf_begin.c929 && ref->cmd != ELF_C_WRITE && ref->cmd != ELF_C_WRITE_MMAP in dup_elf()
1071 && ref->cmd != ELF_C_WRITE
1086 case ELF_C_WRITE:
/external/elfutils/tests/
Decp.c54 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL); in main()
94 if (elf_update (outelf, ELF_C_WRITE) == -1) in main()
Dupdate1.c57 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
96 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dupdate2.c58 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
127 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Drdwrmmap.c22 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dupdate3.c67 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
176 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dnewscn.c59 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
Dupdate4.c72 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
329 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dnewfile.c78 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
/external/elfutils/libdw/
Ddwarf_begin.c77 elfcmd = ELF_C_WRITE;
/external/elfutils/src/
Dunstrip.c1831 ELF_CHECK (elf_update (unstripped, ELF_C_WRITE) > 0, in copy_elided_sections()
1901 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL); in handle_file()
1910 ELF_CHECK (elf_update (outelf, ELF_C_WRITE) > 0, in handle_file()
Dstrip.c1589 if (unlikely (elf_update (debugelf, ELF_C_WRITE) == -1)) in handle_elf()
1686 if (elf_update (newelf, ELF_C_WRITE) == -1) in handle_elf()
Dldgeneric.c2698 ? ELF_C_WRITE : ELF_C_WRITE_MMAP, in ld_generic_open_outfile()
6983 if (elf_update (ld_state.outelf, ELF_C_WRITE) == -1) in ld_generic_finalize()
/external/elfutils/
DNEWS878 Fix a number of errors in ELF_C_WRITE handling.