Searched refs:ELF_C_WRITE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/lib/libelf/
H A Delf_cntl.c49 if (e->e_cmd == ELF_C_WRITE) {
H A Delf_rawfile.c45 else if ((ptr = e->e_rawfile) == NULL && e->e_cmd == ELF_C_WRITE)
H A Delf_getident.c45 if (e->e_cmd == ELF_C_WRITE && e->e_rawfile == NULL) {
H A Delf_begin.c101 case ELF_C_WRITE:
H A Delf_scn.c143 if (e->e_cmd != ELF_C_WRITE &&
196 if (e->e_cmd != ELF_C_WRITE &&
H A Dlibelf_ehdr.c142 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < fsz) {
167 if (e->e_cmd == ELF_C_WRITE)
H A Delf_update.c72 * - Case 2b: e->e_cmd == ELF_C_WRITE
161 if (e->e_cmd != ELF_C_WRITE && elf_getdata(s, NULL) == NULL)
456 if (e->e_cmd != ELF_C_WRITE && eh_byteorder != e->e_byteorder) {
525 if (e->e_cmd != ELF_C_WRITE &&
871 if (e->e_cmd != ELF_C_WRITE) {
926 (c != ELF_C_NULL && c != ELF_C_WRITE)) {
939 if (c == ELF_C_WRITE && e->e_cmd == ELF_C_READ) {
H A Dlibelf.h94 ELF_C_WRITE, enumerator in enum:__anon5830
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c708 if (elf_update(dst, ELF_C_WRITE) < 0)
750 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1656 if (mod && elf_update(elf, ELF_C_WRITE) == -1)
1981 if (elf_update(e, ELF_C_WRITE) < 0) {

Completed in 95 milliseconds