HomeSort by: relevance | last modified time | path
    Searched refs:ELF_C_RDWR (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
elf_begin.c 63 case ELF_C_RDWR:
libelf_open.c 149 assert(c == ELF_C_READ || c == ELF_C_RDWR || c == ELF_C_WRITE);
191 * ELF_C_READ and ELF_C_RDWR mode.
210 * For objects opened in ELF_C_RDWR mode, when
259 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
libelf.h 98 ELF_C_RDWR,
elf_update.c 77 * - Case 2a: e->e_cmd == ELF_C_READ or ELF_C_RDWR
1031 * The original file could have been mapped in with an ELF_C_RDWR
1038 * in ELF_C_RDWR and only retrieved/modified a few sections. We take
1054 assert(e->e_cmd == ELF_C_RDWR || e->e_cmd == ELF_C_WRITE);
1117 assert(e->e_cmd == ELF_C_RDWR);
1135 * For files opened in ELF_C_RDWR mode, set up the new 'raw'
1138 if (e->e_cmd == ELF_C_RDWR) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
libelf.d 25 ELF_C_RDWR,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 1243 if ((elf = elf_begin(fd, ELF_C_RDWR, NULL)) == NULL) {

Completed in 36 milliseconds