Home
last modified time | relevance | path

Searched refs:s_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_scn.c128 scn->s_offset = scn->s_rawoff = in _libelf_load_section_headers()
132 scn->s_offset = scn->s_rawoff = in _libelf_load_section_headers()
H A Delf_update.c339 s->s_offset = sh_offset; in _libelf_compute_section_extents()
477 s->s_offset, s->s_size, s)) in _libelf_resync_sections()
480 if ((size_t) rc < s->s_offset + s->s_size) in _libelf_resync_sections()
481 rc = (off_t) (s->s_offset + s->s_size); in _libelf_resync_sections()
753 sh_off = s->s_offset; in _libelf_write_scn()
H A D_libelf.h158 uint64_t s_offset; /* managed by elf_update() */ member
/freebsd/sys/geom/virstor/
H A Dg_virstor.c1644 off_t s_offset; in g_virstor_start() local
1706 s_offset = chunk_index * sizeof *me; in g_virstor_start()
1707 s_offset = rounddown(s_offset, sc->sectorsize); in g_virstor_start()
1717 cb->bio_offset = s_offset; in g_virstor_start()
/freebsd/sys/sys/
H A Dvnode.h530 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \ argument
531 ((s_type)(((char*)(struct_p)) + (s_offset)))