Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_phdr.c50 uint64_t phoff; in _libelf_getphdr() local
79 phoff = (uint64_t) eh32->e_phoff; in _libelf_getphdr()
82 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
89 if (phoff + fsz < phoff) { /* Numeric overflow. */ in _libelf_getphdr()
94 if ((uint64_t) e->e_rawsize < (phoff + fsz)) { in _libelf_getphdr()
115 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum, in _libelf_getphdr()
H A Delf_update.c524 off_t rc, phoff, shoff; in _libelf_resync_elf() local
547 phoff = (off_t) eh32->e_phoff; in _libelf_resync_elf()
553 phoff = (off_t) eh64->e_phoff; in _libelf_resync_elf()
558 if (phoff < 0 || shoff < 0) { in _libelf_resync_elf()
629 if (rc > phoff) { in _libelf_resync_elf()
634 if (phoff % (off_t) align) { in _libelf_resync_elf()
640 phoff = roundup(rc, (off_t) align); in _libelf_resync_elf()
642 rc = phoff + (off_t) fsz; in _libelf_resync_elf()
647 (uint64_t) phoff, fsz, phdr)) in _libelf_resync_elf()
650 phoff = 0; in _libelf_resync_elf()
[all …]
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD227 phoff% = hdr%!28
234 SYS "OS_GBPB", 3, file%, phdrs%, phnum% * phentsize%, phoff%
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1200 uint32_t phoff; /* 0 */ member