public class com.oracle.svm.core.posix.headers.Time
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.posix.headers.Time
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.posix.headers.Time this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.posix.headers.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/posix/headers/Time;

  public static native int gettimeofday(com.oracle.svm.core.posix.headers.Time$timeval, com.oracle.svm.core.posix.headers.Time$timezone);
    descriptor: (Lcom/oracle/svm/core/posix/headers/Time$timeval;Lcom/oracle/svm/core/posix/headers/Time$timezone;)I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction(transition = org.graalvm.nativeimage.c.function.CFunction$Transition.NO_TRANSITION:Lorg/graalvm/nativeimage/c/function/CFunction$Transition;)
    MethodParameters:
      Name  Flags
      tv    
      tz    
}
SourceFile: "Time.java"
NestMembers:
  com.oracle.svm.core.posix.headers.Time$timespec  com.oracle.svm.core.posix.headers.Time$timeval  com.oracle.svm.core.posix.headers.Time$timezone
InnerClasses:
  public abstract timespec = com.oracle.svm.core.posix.headers.Time$timespec of com.oracle.svm.core.posix.headers.Time
  public abstract timeval = com.oracle.svm.core.posix.headers.Time$timeval of com.oracle.svm.core.posix.headers.Time
  public abstract timezone = com.oracle.svm.core.posix.headers.Time$timezone of com.oracle.svm.core.posix.headers.Time
  public final Transition = org.graalvm.nativeimage.c.function.CFunction$Transition of org.graalvm.nativeimage.c.function.CFunction
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.CContext(value = Lcom/oracle/svm/core/posix/headers/PosixDirectives;)