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

/freebsd-11-stable/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-11-stable/usr.bin/elf2aout/
H A Delf2aout.c77 Elf64_Off phoff; local
129 phoff = xe64toh(e->e_phoff);
131 p = (Elf64_Phdr *)((char *)e + phoff);
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c499 u_int64_t phoff; local
593 phoff = elf_get_off(e, e, E_PHOFF);
598 p = (char *)e + phoff;
704 u_int64_t phoff; local
721 phoff = elf_get_off(e, e, E_PHOFF);
736 fprintf(out, "\te_phoff: %jd\n", (intmax_t)phoff);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h2058 phoff:1, member in struct:sli4_res_common_get_sli4_parameters_s

Completed in 87 milliseconds