Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_begin.c44 elfcmd = ELF_C_RDWR;
/external/elfutils/libelf/
Delf_update.c143 if (elf->cmd != ELF_C_RDWR
Dlibelf.h73 ELF_C_RDWR, /* Read and write .. */ enumerator
Delf_begin.c908 && ref->cmd != ELF_C_RDWR && ref->cmd != ELF_C_RDWR_MMAP in dup_elf()
1030 case ELF_C_RDWR:
1036 if (ref->cmd != ELF_C_RDWR && ref->cmd != ELF_C_RDWR_MMAP
/external/elfutils/src/
Dstrip.c299 Elf *elf = elf_begin (fd, ELF_C_RDWR, NULL); in process_file()
1737 Elf_Cmd cmd = ELF_C_RDWR; in handle_ar()