Searched refs:fieldno (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dvalues.c797 value_static_field (struct type *type, int fieldno)
801 if (TYPE_FIELD_STATIC_HAS_ADDR (type, fieldno))
803 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
804 TYPE_FIELD_STATIC_PHYSADDR (type, fieldno),
809 char *phys_name = TYPE_FIELD_STATIC_PHYSNAME (type, fieldno);
820 retval = value_at (TYPE_FIELD_TYPE (type, fieldno),
835 SET_FIELD_PHYSADDR (TYPE_FIELD (type, fieldno),
892 int fieldno, struct type *arg_type)
898 type = TYPE_FIELD_TYPE (arg_type, fieldno);
902 if (TYPE_FIELD_BITSIZE (arg_type, fieldno))
791 value_static_field(struct type *type, int fieldno) argument
885 value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
955 value_field(struct value *arg1, int fieldno) argument
1031 unpack_field_as_long(struct type *type, const char *valaddr, int fieldno) argument
[all...]
H A Dvalue.h310 int fieldno);
387 extern struct value *value_static_field (struct type *type, int fieldno);
399 extern struct value *value_field (struct value *arg1, int fieldno);
402 int fieldno,
H A Deval.c205 int fieldno = -1;
225 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
226 fieldno++)
228 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
232 subfieldno = fieldno;
237 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type);
238 fieldno++)
240 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno);
203 int fieldno = -1; local
[all...]
H A Dada-lang.c366 int fieldno;
367 for (fieldno = 0; fieldno < TYPE_NFIELDS (type); fieldno++)
368 if (field_name_match (TYPE_FIELD_NAME (type, fieldno), field_name))
369 return fieldno;
5313 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
5319 type = TYPE_FIELD_TYPE (arg_type, fieldno);
5323 if (TYPE_FIELD_BITSIZE (arg_type, fieldno) != 0)
5325 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno);
365 int fieldno; local
5303 ada_value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
[all...]

Completed in 75 milliseconds