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

/freebsd-10-stable/lib/libelf/
H A Dlibelf_phdr.c44 uint64_t phoff; local
74 phoff = (uint64_t) eh32->e_phoff;
78 phoff = (uint64_t) eh64->e_phoff;
85 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
106 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum,
H A Delf_update.c407 off_t rc, phoff, shoff; local
430 phoff = (uint64_t) eh32->e_phoff;
437 phoff = eh64->e_phoff;
503 if (rc > phoff) {
508 if (phoff % align) {
514 phoff = roundup(rc, align);
516 rc = phoff + fsz;
518 phoff = 0;
571 eh32->e_phoff = (uint32_t) phoff;
574 eh64->e_phoff = (uint64_t) phoff;
711 uint64_t phoff, shoff; local
[all...]
/freebsd-10-stable/usr.bin/elf2aout/
H A Delf2aout.c75 Elf64_Off phoff; local
127 phoff = xe64toh(e->e_phoff);
129 p = (Elf64_Phdr *)((char *)e + phoff);
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c179 uint64_t phoff; member in struct:elf_file
389 fseek(ef->fd, (long)ef->phoff, SEEK_SET);
421 fseek(ef->fd, (long)ef->phoff, SEEK_SET);
586 ef->phoff = header.hdr32.e_phoff;
604 ef->phoff = header.hdr64.e_phoff;
642 ef->phoff = 0;
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c478 u_int64_t phoff; local
569 phoff = elf_get_off(e, e, E_PHOFF);
574 p = (char *)e + phoff;
680 u_int64_t phoff; local
697 phoff = elf_get_off(e, e, E_PHOFF);
712 fprintf(out, "\te_phoff: %jd\n", (intmax_t)phoff);

Completed in 79 milliseconds