Searched refs:is_private (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsom.h156 unsigned int is_private : 1; member in struct:som_copyable_section_data_struct
H A Dsom.c1934 space.is_private, space.sort_key,
2389 som_section_data (section)->space_dict->is_private =
2390 som_section_data (section)->copy_data->is_private;
5205 som_section_data (section)->copy_data->is_private = private;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.h185 unsigned int is_private : 1; member in struct:som_copyable_section_data_struct
H A Dsom.c1819 space.is_private, space.sort_key,
2282 som_section_data (section)->space_dict->is_private =
2283 som_section_data (section)->copy_data->is_private;
5124 som_section_data (section)->copy_data->is_private = private;
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h43 int is_private PARAMS ((tree));
H A Dobjc-act.c5861 is_private (decl)
5909 int private = is_private (decl);
8555 if (is_private (decl))
5846 is_private (decl) function
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h672 unsigned int is_private:1; member in struct:cplus_struct_type::fn_fieldlist::fn_field
926 #define TYPE_FN_FIELD_PRIVATE(thisfn, n) ((thisfn)[n].is_private)
H A Dhpread.c4006 fn_p->field.fn_fields[ix].is_private = 0;
4010 fn_p->field.fn_fields[ix].is_private = 1;
4014 fn_p->field.fn_fields[ix].is_private = 0;
H A Dstabsread.c2247 new_sublist->fn_field.is_private = 1;
H A Ddwarf2read.c3604 fnp->is_private = 1;
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7165 is_private (tree decl)
7223 int private = is_private (decl);
9443 if (!ivar || is_private (ivar))
7150 is_private (tree decl) function

Completed in 237 milliseconds