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

/gem5/ext/libelf/
H A Delf_update.c507 uint64_t sh_off; local
528 sh_off = s->s_offset;
529 assert(sh_off % _libelf_falign(elftype, ec) == 0);
545 if ((uint64_t) rc < sh_off + d->d_off)
547 LIBELF_PRIVATE(fillchar), sh_off +
549 rc = sh_off + d->d_off;
574 if ((uint64_t) rc < sh_off + d->d_off)
576 LIBELF_PRIVATE(fillchar), sh_off + d->d_off - rc);
578 rc = sh_off + d->d_off;

Completed in 6 milliseconds