Lines Matching refs:base_offset
1513 int base_offset; in search_struct_method() local
1525 &base_offset, &skip); in search_struct_method()
1550 base_offset = in search_struct_method()
1554 if (base_offset == -1) in search_struct_method()
1560 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8; in search_struct_method()
1562 v = search_struct_method (name, arg1p, args, base_offset + offset, in search_struct_method()
1748 int base_offset; in find_method_list() local
1759 &base_offset, &skip); in find_method_list()
1766 base_offset = VALUE_OFFSET (*argp) + offset; in find_method_list()
1767 base_offset = in find_method_list()
1769 VALUE_CONTENTS (*argp) + base_offset, in find_method_list()
1770 VALUE_ADDRESS (*argp) + base_offset); in find_method_list()
1771 if (base_offset == -1) in find_method_list()
1778 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8; in find_method_list()
1780 f = find_method_list (argp, method, base_offset + offset, in find_method_list()
2506 int base_offset; in value_struct_elt_for_reference() local
2509 base_offset = 0; in value_struct_elt_for_reference()
2511 base_offset = TYPE_BASECLASS_BITPOS (t, i) / 8; in value_struct_elt_for_reference()
2513 offset + base_offset, in value_struct_elt_for_reference()