Home
last modified time | relevance | path

Searched refs:ELF_C_RDWR (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/0.153/libdw/
Ddwarf_begin.c80 elfcmd = ELF_C_RDWR;
/external/elfutils/0.153/libelf/
Delf_update.c202 if (elf->cmd != ELF_C_RDWR
Delf_begin.c290 const size_t scnmax = (scncnt ?: (cmd == ELF_C_RDWR || cmd == ELF_C_RDWR_MMAP) in file_read_elf()
936 && ref->cmd != ELF_C_RDWR && ref->cmd != ELF_C_RDWR_MMAP in dup_elf()
1070 case ELF_C_RDWR:
1076 if (unlikely (ref->cmd != ELF_C_RDWR && ref->cmd != ELF_C_RDWR_MMAP
Dlibelf.h108 ELF_C_RDWR, /* Read and write .. */ enumerator
/external/elfutils/0.153/src/
Dstrip.c360 Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ, in process_file()
2103 Elf_Cmd cmd = ELF_C_RDWR; in handle_ar()
Dunstrip.c1961 (output_file == NULL ? ELF_C_RDWR : ELF_C_READ), in handle_explicit_files()
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc119 elf_ = elf_begin(fd_, ELF_C_RDWR, NULL); in Load()