HomeSort by relevance Sort by last modified time
    Searched refs:sl_field_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
struct_layout.h 81 * sl_field_t is used to describe a struct field
88 } sl_field_t; typedef in typeref:struct:__anon125
92 * sl_field_t. We rely on the C guarantee that all the fields in
127 sl_field_t sizeof_struct;
128 sl_field_t a_type;
129 sl_field_t a_val;
130 sl_field_t a_ptr;
131 sl_field_t a_fcn;
139 sl_field_t sizeof_struct;
140 sl_field_t elt0
    [all...]
struct_layout.c 51 sl_extract_num_field(const char *data, int do_swap, const sl_field_t *fdesc,
84 sl_extract_as_word(const char *data, int do_swap, const sl_field_t *fdesc)
127 sl_extract_as_lword(const char *data, int do_swap, const sl_field_t *fdesc)
171 sl_extract_as_sword(const char *data, int do_swap, const sl_field_t *fdesc)
212 sl_fmt_num(const char *data, int do_swap, const sl_field_t *fdesc,
corenote.c 162 extract_as_word(note_state_t *state, const sl_field_t *fdesc)
167 extract_as_lword(note_state_t *state, const sl_field_t *fdesc)
172 extract_as_sword(note_state_t *state, const sl_field_t *fdesc)
177 fmt_num(note_state_t *state, const sl_field_t *fdesc,
189 data_present(note_state_t *state, const sl_field_t *fdesc)
202 const sl_field_t *first_fdesc)
229 const sl_field_t *fdesc, sl_fmt_num_t fmt_type)
254 const sl_field_t *fdesc1, sl_fmt_num_t fmt_type1, const char *title2,
255 const sl_field_t *fdesc2, sl_fmt_num_t fmt_type2)
285 const sl_field_t *fdesc
    [all...]

Completed in 599 milliseconds