Home
last modified time | relevance | path

Searched refs:init_offset (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c641 if (entry->init_offset < offset) in constant_symbol_value()
643 if (entry->init_offset > offset) in constant_symbol_value()
886 unsigned long offset = expr->init_offset; in expand_pos_expression()
892 offset += nested->init_offset; in expand_pos_expression()
894 expr->init_offset = offset; in expand_pos_expression()
903 entry->init_offset += offset; in expand_pos_expression()
915 reuse->init_offset = offset; in expand_pos_expression()
937 offset += bytes_to_bits(expr->init_offset); in bit_offset()
H A Dexpression.h235 unsigned int init_offset, init_nr; member
H A Dcompile-i386.c987 a_ofs = (int) a->init_offset; in sort_array_cmp()
989 b_ofs = (int) b->init_offset; in sort_array_cmp()
1075 entry->init_offset / (base_type->bit_size / 8); in emit_array()
2284 expr->init_offset, ctype->bit_offset, in x86_position_expr()
H A Dshow-parse.c1059 expr->init_offset, bit_offset, in show_position_expr()
H A Devaluate.c2374 e->init_offset = from * bits_to_bytes(e->ctype->bit_size); in convert_index()
2385 e->init_offset = offset; in convert_ident()
H A Dlinearize.c1842 ad->offset = initializer->init_offset; in linearize_initializer()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c182 int init_offset, in _t_aligned_copy() argument
186 *rtn_offset = ROUNDUP32(init_offset); in _t_aligned_copy()