Home
last modified time | relevance | path

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

/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Delf_update.c517 off_t rc, phoff, shoff; in _libelf_resync_elf() local
551 if (phoff < 0 || shoff < 0) { in _libelf_resync_elf()
622 if (rc > phoff) { in _libelf_resync_elf()
627 if (phoff % (off_t) align) { in _libelf_resync_elf()
635 rc = phoff + (off_t) fsz; in _libelf_resync_elf()
640 (uint64_t) phoff, fsz, phdr)) in _libelf_resync_elf()
643 phoff = 0; in _libelf_resync_elf()
891 uint64_t phoff; in _libelf_write_phdr() local
906 phoff = eh64->e_phoff; in _libelf_write_phdr()
909 assert(phoff > 0); in _libelf_write_phdr()
[all …]
H A Dlibelf_phdr.c50 uint64_t phoff; in _libelf_getphdr() local
80 phoff = (uint64_t) eh32->e_phoff; in _libelf_getphdr()
83 phoff = (uint64_t) eh64->e_phoff; in _libelf_getphdr()
90 if ((uint64_t) e->e_rawsize < (phoff + fsz)) { in _libelf_getphdr()
111 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum, in _libelf_getphdr()
/netbsd/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD227 phoff% = hdr%!28
234 SYS "OS_GBPB", 3, file%, phdrs%, phnum% * phentsize%, phoff%
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1200 uint32_t phoff; /* 0 */ member