Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.c429 int accflags; in java_link_class_type() local
447 accflags = value_as_long (value_struct_elt (&temp, NULL, "accflags", in java_link_class_type()
453 if (accflags & 0x0001) /* public access */ in java_link_class_type()
457 if (accflags & 0x0002) /* private access */ in java_link_class_type()
461 if (accflags & 0x0004) /* protected access */ in java_link_class_type()
465 if (accflags & 0x0008) /* ACC_STATIC */ in java_link_class_type()
469 if (accflags & 0x8000) /* FIELD_UNRESOLVED_FLAG */ in java_link_class_type()