Home
last modified time | relevance | path

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

/external/elfutils/0.153/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.h109 ELF_C_WRITE, /* Write .. */ enumerator
Delf_begin.c935 && ref->cmd != ELF_C_WRITE && ref->cmd != ELF_C_WRITE_MMAP in dup_elf()
1077 && ref->cmd != ELF_C_WRITE
1092 case ELF_C_WRITE:
/external/elfutils/0.153/libdw/
Ddwarf_begin.c77 elfcmd = ELF_C_WRITE;
/external/elfutils/0.153/src/
Dunstrip.c1842 ELF_CHECK (elf_update (unstripped, ELF_C_WRITE) > 0, in copy_elided_sections()
1912 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL); in handle_file()
1921 ELF_CHECK (elf_update (outelf, ELF_C_WRITE) > 0, in handle_file()
Dstrip.c1847 if (unlikely (elf_update (debugelf, ELF_C_WRITE) == -1)) in handle_elf()
1957 if (elf_update (newelf, ELF_C_WRITE) == -1) in handle_elf()
Dldgeneric.c2696 ? ELF_C_WRITE : ELF_C_WRITE_MMAP, in ld_generic_open_outfile()
6980 if (elf_update (ld_state.outelf, ELF_C_WRITE) == -1) in ld_generic_finalize()
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc1280 const off_t file_bytes = elf_update(elf_, ELF_C_WRITE); in Flush()
/external/elfutils/0.153/
DNEWS1039 Fix a number of errors in ELF_C_WRITE handling.