HomeSort by: relevance | last modified time | path
    Searched defs:phoff (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_phdr.c 51 uint64_t phoff; local
80 phoff = (uint64_t) eh32->e_phoff;
83 phoff = (uint64_t) eh64->e_phoff;
90 if (phoff + fsz < phoff) { /* Numeric overflow. */
95 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
116 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum,
libelf_phdr.c 51 uint64_t phoff; local
80 phoff = (uint64_t) eh32->e_phoff;
83 phoff = (uint64_t) eh64->e_phoff;
90 if (phoff + fsz < phoff) { /* Numeric overflow. */
95 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
116 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum,
elf_update.c 526 off_t rc, phoff, shoff; local
549 phoff = (off_t) eh32->e_phoff;
555 phoff = (off_t) eh64->e_phoff;
560 if (phoff < 0 || shoff < 0) {
631 if (rc > phoff) {
636 if (phoff % (off_t) align) {
642 phoff = roundup(rc, (off_t) align);
644 rc = phoff + (off_t) fsz;
649 (uint64_t) phoff, fsz, phdr))
652 phoff = 0
910 uint64_t phoff; local
    [all...]
elf_update.c 526 off_t rc, phoff, shoff; local
549 phoff = (off_t) eh32->e_phoff;
555 phoff = (off_t) eh64->e_phoff;
560 if (phoff < 0 || shoff < 0) {
631 if (rc > phoff) {
636 if (phoff % (off_t) align) {
642 phoff = roundup(rc, (off_t) align);
644 rc = phoff + (off_t) fsz;
649 (uint64_t) phoff, fsz, phdr))
652 phoff = 0
910 uint64_t phoff; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1236 uint32_t phoff; /* 0 */ member in struct:elf::header
module.cc 1236 uint32_t phoff; /* 0 */ member in struct:elf::header
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1200 uint32_t phoff; /* 0 */ member in struct:elf::header
module.cc 1200 uint32_t phoff; /* 0 */ member in struct:elf::header

Completed in 89 milliseconds