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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_scn.c128 scn->s_offset = scn->s_rawoff =
132 scn->s_offset = scn->s_rawoff =
H A Delf_update.c339 s->s_offset = sh_offset;
477 s->s_offset, s->s_size, s))
480 if ((size_t) rc < s->s_offset + s->s_size)
481 rc = (off_t) (s->s_offset + s->s_size);
753 sh_off = s->s_offset;
765 * file, while `s_offset' contains its new location in the
H A D_libelf.h158 uint64_t s_offset; /* managed by elf_update() */ member in struct:_Elf_Scn
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c1656 off_t s_offset; local
1718 s_offset = chunk_index * sizeof *me;
1719 s_offset = rounddown(s_offset, sc->sectorsize);
1729 cb->bio_offset = s_offset;
/freebsd-11-stable/sys/sys/
H A Dvnode.h507 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \
508 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3378 HOST_WIDE_INT s_offset; local
3541 s_offset = offset;
3544 offset_p = (s_offset != 0
3545 && min_offset <= s_offset && s_offset <= max_offset);
3552 if (s_offset && !offset_p && !symbol_present)

Completed in 181 milliseconds