Searched refs:eout (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dbinary.c168 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
171 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
197 off = gelf_fsize(ecp->eout, ELF_T_EHDR, 1, EV_CURRENT);
204 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL)
213 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT);
249 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
270 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
281 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
286 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
H A Darchive.c72 if ((ecp->eout = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL)
75 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
78 elf_end(ecp->eout);
85 if ((ecp->eout = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
89 elf_end(ecp->eout);
242 if (elf_kind(ecp->eout) != ELF_K_ELF) {
246 if (elf_getshstrndx(ecp->eout, &shstrndx) == 0) {
253 while ((scn = elf_nextscn(ecp->eout, scn)) != NULL) {
258 if ((name = elf_strptr(ecp->eout, shstrndx, shdr.sh_name)) ==
277 while ((scn = elf_nextscn(ecp->eout, sc
[all...]
H A Dascii.c218 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
221 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
244 off = gelf_fsize(ecp->eout, ELF_T_EHDR, 1, EV_CURRENT);
312 if ((ecp->shstrtab->os = elf_newscn(ecp->eout)) == NULL)
362 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT);
376 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
387 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
398 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
403 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
489 if (gelf_newehdr(ecp->eout, ec
[all...]
H A Dsegments.c517 gelf_fsize(ecp->eout, ELF_T_EHDR,
520 gelf_fsize(ecp->eout, ELF_T_EHDR,
524 seg->fsz = seg->msz = gelf_fsize(ecp->eout, ELF_T_PHDR,
549 if (gelf_newphdr(ecp->eout, ecp->ophnum) == NULL)
558 if (elf_update(ecp->eout, ELF_C_NULL) < 0)
572 if (gelf_getphdr(ecp->eout, i, &ophdr) != &ophdr)
584 if (!gelf_update_phdr(ecp->eout, i, &ophdr))
H A Dmain.c302 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
305 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
386 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
401 if (gelf_getehdr(ecp->eout, &oeh) == NULL)
435 oeh.e_phoff = gelf_fsize(ecp->eout, ELF_T_EHDR, 1, EV_CURRENT);
455 if (gelf_update_ehdr(ecp->eout, &oeh) == 0)
463 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
658 if ((ecp->eout = elf_begin(efd, ELF_C_WRITE, NULL)) == NULL)
661 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT);
670 elf_end(ecp->eout);
[all...]
H A Dsections.c356 s->sz = gelf_fsize(ecp->eout, ELF_T_EHDR, 1, EV_CURRENT) +
357 gelf_fsize(ecp->eout, ELF_T_PHDR, ecp->ophnum, EV_CURRENT);
454 if ((s->os = elf_newscn(ecp->eout)) == NULL)
548 shtab->sz = gelf_fsize(ecp->eout, ELF_T_SHDR, nsecs + 1, EV_CURRENT);
789 s->sz = gelf_fsize(ecp->eout, (s->type == SHT_REL ? ELF_T_REL :
1230 if ((os = elf_newscn(ecp->eout)) == NULL)
1415 if ((s->os = elf_newscn(ecp->eout)) == NULL)
1459 if (!elf_setshstrndx(ecp->eout, elf_ndxscn(s->os)))
H A Delfcopy.h185 Elf *eout; /* ELF descriptor of output object */ member in struct:elfcopy
H A Dsymbols.c405 if ((ec = gelf_getclass(ecp->eout)) == ELFCLASSNONE)
720 if ((sy->os = elf_newscn(ecp->eout)) == NULL ||
721 (st->os = elf_newscn(ecp->eout)) == NULL)
1111 shy.sh_entsize = gelf_fsize(ecp->eout, ELF_T_SYM, 1,
/freebsd-11.0-release/sys/dev/digi/
H A Ddigireg.h38 volatile u_short eout; member in struct:global_data
H A Ddigi.c1160 etail = sc->gdata->eout;
1300 sc->gdata->eout = etail;
/freebsd-11.0-release/contrib/libc++/src/
H A Dstrstream.cpp174 ptrdiff_t eout = epptr() - pbase(); local
183 setp(buf + einp, buf + einp + eout);
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dkrb5tgs.c1412 goto eout;
1415 goto eout;
1420 goto eout;
1423 goto eout;
1428 goto eout;
1432 goto eout;
1462 eout:

Completed in 179 milliseconds