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

/freebsd-10.1-release/lib/libelf/
H A Delf_scn.c108 scn->s_offset = scn->s_rawoff =
112 scn->s_offset = scn->s_rawoff =
H A Delf_update.c279 s->s_offset = sh_offset;
295 smin = s->s_offset;
300 tmin = t->s_offset;
360 if (s->s_offset + s->s_size < (size_t) rc) {
371 rc = s->s_offset + s->s_size;
389 if (s->s_offset >= shdr_end ||
390 s->s_offset + s->s_size <= shdr_start)
613 sh_off = s->s_offset;
620 * file, while `s_offset' contains its new location in the
H A D_libelf.h129 uint64_t s_offset; /* managed by elf_update() */ member in struct:_Elf_Scn
/freebsd-10.1-release/sys/geom/virstor/
H A Dg_virstor.c1667 off_t s_offset; local
1729 s_offset = chunk_index * sizeof *me;
1730 s_offset = (s_offset / sc->sectorsize) *
1741 cb->bio_offset = s_offset;
/freebsd-10.1-release/sys/sys/
H A Dvnode.h496 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \
497 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd-10.1-release/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 71 milliseconds