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

/freebsd-10-stable/lib/libelf/
H A Delf_update.c592 uint64_t sh_off, sh_size; local
613 sh_off = s->s_offset;
614 assert(sh_off % _libelf_falign(elftype, ec) == 0);
630 if ((uint64_t) rc < sh_off + d->d_off)
632 LIBELF_PRIVATE(fillchar), sh_off +
634 rc = sh_off + d->d_off;
661 if ((uint64_t) rc < sh_off + d->d_off)
663 LIBELF_PRIVATE(fillchar), sh_off + d->d_off - rc);
665 rc = sh_off + d->d_off;

Completed in 99 milliseconds