Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Delf_scn.c127 scn->s_offset = scn->s_rawoff = in _libelf_load_section_headers()
131 scn->s_offset = scn->s_rawoff = in _libelf_load_section_headers()
H A Delf_update.c333 s->s_offset = sh_offset; in _libelf_compute_section_extents()
471 s->s_offset, s->s_size, s)) in _libelf_resync_sections()
474 if ((size_t) rc < s->s_offset + s->s_size) in _libelf_resync_sections()
475 rc = (off_t) (s->s_offset + s->s_size); in _libelf_resync_sections()
747 sh_off = s->s_offset; in _libelf_write_scn()
H A D_libelf.h158 uint64_t s_offset; /* managed by elf_update() */ member
/freebsd-12.1/sys/geom/virstor/
H A Dg_virstor.c1664 off_t s_offset; in g_virstor_start() local
1726 s_offset = chunk_index * sizeof *me; in g_virstor_start()
1727 s_offset = rounddown(s_offset, sc->sectorsize); in g_virstor_start()
1737 cb->bio_offset = s_offset; in g_virstor_start()
/freebsd-12.1/sys/sys/
H A Dvnode.h510 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \ argument
511 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3378 HOST_WIDE_INT s_offset; in get_address_cost() local
3541 s_offset = offset; in get_address_cost()
3544 offset_p = (s_offset != 0 in get_address_cost()
3545 && min_offset <= s_offset && s_offset <= max_offset); in get_address_cost()
3552 if (s_offset && !offset_p && !symbol_present) in get_address_cost()