Searched refs:phoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf_phdr.c41 uint64_t phoff; local
70 phoff = (uint64_t) eh32->e_phoff;
73 phoff = (uint64_t) eh64->e_phoff;
80 if (phoff + fsz < phoff) { /* Numeric overflow. */
85 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
106 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum,
H A Delf_update.c516 off_t rc, phoff, shoff; local
539 phoff = (off_t) eh32->e_phoff;
545 phoff = (off_t) eh64->e_phoff;
550 if (phoff < 0 || shoff < 0) {
621 if (rc > phoff) {
626 if (phoff % (off_t) align) {
632 phoff = roundup(rc, (off_t) align);
634 rc = phoff + (off_t) fsz;
639 (uint64_t) phoff, fsz, phdr))
642 phoff
900 uint64_t phoff; local
[all...]
/freebsd-current/usr.bin/elfdump/
H A Delfdump.c506 u_int64_t phoff; local
609 phoff = elf_get_off(e, e, E_PHOFF);
614 p = (char *)e + phoff;
720 u_int64_t phoff; local
737 phoff = elf_get_off(e, e, E_PHOFF);
752 fprintf(out, "\te_phoff: %jd\n", (intmax_t)phoff);
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h2098 phoff:1, member in struct:sli4_res_common_get_sli4_parameters_s

Completed in 102 milliseconds