Searched refs:ELF_C_WRITE (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c706 if (elf_update(dst, ELF_C_WRITE) < 0)
748 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL)
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c227 if (elf_update(elf, ELF_C_WRITE) == -1) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_begin.c49 case ELF_C_WRITE:
51 * The ELF_C_WRITE command is required to ignore the
H A Delf_cntl.c48 if (e->e_cmd == ELF_C_WRITE) {
H A Delf_flag.c130 if ((flags & ELF_F_ARCHIVE) && e->e_cmd != ELF_C_WRITE) {
H A Dlibelf_open.c133 assert(c == ELF_C_READ || c == ELF_C_RDWR || c == ELF_C_WRITE);
153 * For ELF_C_WRITE mode, allocate and return a descriptor.
155 if (c == ELF_C_WRITE) {
H A Delf_getident.c44 if (e->e_cmd == ELF_C_WRITE && e->e_rawfile == NULL) {
H A Delf_rawfile.c42 else if ((ptr = e->e_rawfile) == NULL && e->e_cmd == ELF_C_WRITE)
H A Delf_scn.c160 if (e->e_cmd != ELF_C_WRITE &&
219 if (e->e_cmd != ELF_C_WRITE &&
H A Delf_update.c75 * - Case 2b: e->e_cmd == ELF_C_WRITE
185 if (e->e_cmd != ELF_C_WRITE && elf_getdata(s, NULL) == NULL)
568 if (e->e_cmd != ELF_C_WRITE && eh_byteorder != e->e_byteorder) {
649 if (e->e_cmd != ELF_C_WRITE &&
1043 assert(e->e_cmd == ELF_C_RDWR || e->e_cmd == ELF_C_WRITE);
1152 /* File opened in ELF_C_WRITE mode. */
1209 (c != ELF_C_NULL && c != ELF_C_WRITE)) {
1222 if (c == ELF_C_WRITE && e->e_cmd == ELF_C_READ) {
H A Dlibelf.h93 ELF_C_WRITE, enumerator in enum:__anon90
H A Dlibelf_ehdr.c146 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < (off_t) fsz) {
170 if (e->e_cmd == ELF_C_WRITE)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1662 if (mod && elf_update(elf, ELF_C_WRITE) == -1)
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Darchive.c72 if ((ecp->eout = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL)
H A Dascii.c401 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
625 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
H A Dbinary.c287 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
H A Dmain.c461 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
680 if ((ecp->eout = elf_begin(efd, ELF_C_WRITE, NULL)) == NULL)
712 if ((ecp->eout = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL)

Completed in 210 milliseconds