Searched refs:ELF_C_RDWR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Delf_begin.c51 * elf_update(3) time for files opened with ELF_C_RDWR the
76 if (c == ELF_C_RDWR && e->e_kind == ELF_K_AR) {
125 case ELF_C_RDWR:
H A Dlibelf.h91 ELF_C_RDWR, enumerator in enum:__anon5544
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1133 if ((elf = elf_begin(fd, ELF_C_RDWR, NULL)) == NULL) {
1844 if ((e = elf_begin(efd, ELF_C_RDWR, NULL)) == NULL) {
1914 e = elf_begin(efd, ELF_C_RDWR, NULL);

Completed in 118 milliseconds