Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c728 uint64_t sh_off, sh_size; in _libelf_write_scn() local
753 sh_off = s->s_offset; in _libelf_write_scn()
754 assert(sh_off % _libelf_falign(elftype, ec) == 0); in _libelf_write_scn()
778 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn()
781 (size_t) (sh_off + d->d_off - in _libelf_write_scn()
783 rc = (off_t) (sh_off + d->d_off); in _libelf_write_scn()
814 if ((uint64_t) rc < sh_off + d->d_off) in _libelf_write_scn()
817 (size_t) (sh_off + d->d_off - (uint64_t) rc)); in _libelf_write_scn()
819 rc = (off_t) (sh_off + d->d_off); in _libelf_write_scn()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c57 size_t sh_off; member
940 sh->sh_off = st_buf->B.sz; \ in add_to_symtab()
1199 if (strcmp(buf + sh->sh_off, s) == 0) in lookup_exact_string()
1200 return sh->sh_off; in lookup_exact_string()