Searched refs:ELF_C_RDWR (Results 1 – 7 of 7) sorted by relevance
80 elfcmd = ELF_C_RDWR;
202 if (elf->cmd != ELF_C_RDWR
290 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
108 ELF_C_RDWR, /* Read and write .. */ enumerator
360 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()
1961 (output_file == NULL ? ELF_C_RDWR : ELF_C_READ), in handle_explicit_files()
119 elf_ = elf_begin(fd_, ELF_C_RDWR, NULL); in Load()