another issue: I encoutered such a strace stack

another issue:
I encoutered such a strace stack

 #9  0xb6af99ca in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 No symbol table info available.
 #10 0xb6aa401d in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0

[color=#FF0000]what does the 0xb6af99ca  and 0xb6aa401d  mean ?

[/color]

[code=c]
~$ readelf -Ws /lib/i386-linux-gnu/libglib-2.0.so.0.4000.0

Symbol table '.dynsym' contains 1840 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_toupper_loc@GLIBC_2.3 (2)
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND unsetenv@GLIBC_2.0 (3)
     3: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutex_unlock@GLIBC_2.0 (4)
     4: 00000000     0 FUNC    GLOBAL DEFAULT  UND freopen64@GLIBC_2.1 (5)
     5: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_dfa_exec
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND dup2@GLIBC_2.0 (3)
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND __snprintf_chk@GLIBC_2.3.4 (6)
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND strstr@GLIBC_2.0 (3)
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_attr_init@GLIBC_2.1 (7)
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutexattr_init@GLIBC_2.0 (4)
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcmp@GLIBC_2.0 (3)
    12: 00000000     0 FUNC    GLOBAL DEFAULT  UND __vfprintf_chk@GLIBC_2.3.4 (6)
    13: 00000000     0 FUNC    GLOBAL DEFAULT  UND read@GLIBC_2.0 (4)
    14: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutex_destroy@GLIBC_2.0 (4)
    15: 00000000     0 NOTYPE  WEAK   DEFAULT  UND _ITM_deregisterTMCloneTable
    16: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __environ@GLIBC_2.0 (3)
    17: 00000000     0 FUNC    GLOBAL DEFAULT  UND getpwuid@GLIBC_2.0 (3)
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND wcscoll@GLIBC_2.0 (3)
    19: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_attr_destroy@GLIBC_2.0 (4)
    20: 00000000     0 FUNC    GLOBAL DEFAULT  UND fflush@GLIBC_2.0 (3)
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_broadcast@GLIBC_2.3.2 (8)
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND dup@GLIBC_2.0 (3)
    23: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stderr@GLIBC_2.0 (3)
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND _exit@GLIBC_2.0 (3)
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND dirfd@GLIBC_2.0 (3)
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_unlock@GLIBC_2.1 (7)
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND memmove@GLIBC_2.0 (3)
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND free@GLIBC_2.0 (3)
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND getpwnam_r@GLIBC_2.1.2 (9)
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy@GLIBC_2.0 (3)
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_compile2
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND clock_gettime@GLIBC_2.17 (10)
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND getresgid@GLIBC_2.0 (3)
    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND ferror@GLIBC_2.0 (3)
    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND fgets@GLIBC_2.0 (3)
    36: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutex_init@GLIBC_2.0 (4)
    37: 00000000     0 FUNC    GLOBAL DEFAULT  UND fclose@GLIBC_2.1 (5)
    38: 00000000     0 FUNC    GLOBAL DEFAULT  UND rmdir@GLIBC_2.0 (3)
    39: 00000000     0 FUNC    GLOBAL DEFAULT  UND time@GLIBC_2.0 (3)
    40: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_wait@GLIBC_2.3.2 (8)
    41: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtod_l@GLIBC_2.3 (2)
    42: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutex_trylock@GLIBC_2.0 (4)
    43: 00000000     0 FUNC    GLOBAL DEFAULT  UND signal@GLIBC_2.0 (3)
    44: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcmp@GLIBC_2.0 (3)
    45: 00000000     0 FUNC    GLOBAL DEFAULT  UND gettimeofday@GLIBC_2.0 (3)
    46: 00000000     0 FUNC    GLOBAL DEFAULT  UND select@GLIBC_2.0 (3)
    47: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_key_create@GLIBC_2.0 (4)
    48: 00000000     0 FUNC    GLOBAL DEFAULT  UND chdir@GLIBC_2.0 (3)
    49: 00000000     0 FUNC    GLOBAL DEFAULT  UND dcgettext@GLIBC_2.0 (3)
    50: 00000000     0 FUNC    GLOBAL DEFAULT  UND mktime@GLIBC_2.0 (3)
    51: 00000000     0 FUNC    GLOBAL DEFAULT  UND getrlimit64@GLIBC_2.2 (11)
    52: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_destroy@GLIBC_2.1 (7)
    53: 00000000     0 FUNC    GLOBAL DEFAULT  UND stpcpy@GLIBC_2.0 (3)
    54: 00000000     0 FUNC    GLOBAL DEFAULT  UND __stack_chk_fail@GLIBC_2.4 (12)
    55: 00000000     0 FUNC    GLOBAL DEFAULT  UND sysconf@GLIBC_2.0 (3)
    56: 00000000     0 FUNC    GLOBAL DEFAULT  UND _IO_getc@GLIBC_2.0 (3)
    57: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_condattr_init@GLIBC_2.0 (4)
    58: 00000000     0 FUNC    GLOBAL DEFAULT  UND getuid@GLIBC_2.0 (3)
    59: 00000000     0 FUNC    GLOBAL DEFAULT  UND __fdelt_chk@GLIBC_2.15 (13)
    60: 00000000     0 FUNC    GLOBAL DEFAULT  UND geteuid@GLIBC_2.0 (3)
    61: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutex_lock@GLIBC_2.0 (4)
    62: 00000000     0 FUNC    GLOBAL DEFAULT  UND newlocale@GLIBC_2.3 (2)
    63: 00000000     0 FUNC    GLOBAL DEFAULT  UND unlink@GLIBC_2.0 (3)
    64: 00000000     0 FUNC    GLOBAL DEFAULT  UND localtime_r@GLIBC_2.0 (3)
    65: 00000000     0 FUNC    GLOBAL DEFAULT  UND textdomain@GLIBC_2.0 (3)
    66: 00000000     0 FUNC    GLOBAL DEFAULT  UND execvp@GLIBC_2.0 (3)
    67: 00000000     0 FUNC    GLOBAL DEFAULT  UND strsignal@GLIBC_2.0 (3)
    68: 00000000     0 FUNC    GLOBAL DEFAULT  UND readlink@GLIBC_2.0 (3)
    69: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_exec
    70: 00000000     0 FUNC    GLOBAL DEFAULT  UND getegid@GLIBC_2.0 (3)
    71: 00000000     0 FUNC    GLOBAL DEFAULT  UND fopen64@GLIBC_2.1 (5)
    72: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_trywrlock@GLIBC_2.1 (7)
    73: 00000000     0 FUNC    WEAK   DEFAULT  UND __cxa_finalize@GLIBC_2.1.3 (14)
    74: 00000000     0 FUNC    GLOBAL DEFAULT  UND perror@GLIBC_2.0 (3)
    75: 00000000     0 FUNC    GLOBAL DEFAULT  UND poll@GLIBC_2.0 (3)
    76: 00000000     0 FUNC    GLOBAL DEFAULT  UND fwrite@GLIBC_2.0 (3)
    77: 00000000     0 FUNC    GLOBAL DEFAULT  UND __fxstat64@GLIBC_2.2 (11)
    78: 00000000     0 FUNC    GLOBAL DEFAULT  UND waitpid@GLIBC_2.0 (4)
    79: 00000000     0 FUNC    GLOBAL DEFAULT  UND wcsxfrm@GLIBC_2.0 (3)
    80: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtoll_l@GLIBC_2.3 (2)
    81: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_sigmask@GLIBC_2.0 (4)
    82: 00000000     0 FUNC    GLOBAL DEFAULT  UND fread@GLIBC_2.0 (3)
    83: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@GLIBC_2.0 (3)
    84: 00000000     0 FUNC    GLOBAL DEFAULT  UND lseek64@GLIBC_2.2 (15)
    85: 00000000     0 FUNC    GLOBAL DEFAULT  UND getpid@GLIBC_2.0 (3)
    86: 00000000     0 FUNC    GLOBAL DEFAULT  UND sched_yield@GLIBC_2.0 (3)
    87: 00000000     0 FUNC    GLOBAL DEFAULT  UND gethostname@GLIBC_2.0 (3)
    88: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit@GLIBC_2.1.3 (14)
    89: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_signal@GLIBC_2.3.2 (8)
    90: 00000000     0 FUNC    GLOBAL DEFAULT  UND bind_textdomain_codeset@GLIBC_2.2 (11)
    91: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_key_delete@GLIBC_2.0 (4)
    92: 00000000     0 FUNC    GLOBAL DEFAULT  UND getenv@GLIBC_2.0 (3)
    93: 00000000     0 FUNC    GLOBAL DEFAULT  UND realloc@GLIBC_2.0 (3)
    94: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc@GLIBC_2.0 (3)
    95: 00000000     0 FUNC    GLOBAL DEFAULT  UND timegm@GLIBC_2.0 (3)
    96: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_fullinfo
    97: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_get_stringtable_entries
    98: 00000000     0 FUNC    GLOBAL DEFAULT  UND strerror@GLIBC_2.0 (3)
    99: 00000000     0 FUNC    GLOBAL DEFAULT  UND __memcpy_chk@GLIBC_2.3.4 (6)
   100: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_tryrdlock@GLIBC_2.1 (7)
   101: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_condattr_destroy@GLIBC_2.0 (4)
   102: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_config
   103: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
   104: 00000000     0 FUNC    GLOBAL DEFAULT  UND exit@GLIBC_2.0 (3)
   105: 00000000     0 FUNC    GLOBAL DEFAULT  UND kill@GLIBC_2.0 (3)
   106: 00000000     0 FUNC    GLOBAL DEFAULT  UND fdopen@GLIBC_2.1 (5)
   107: 00000000     0 FUNC    GLOBAL DEFAULT  UND feof@GLIBC_2.0 (3)
   108: 00000000     0 FUNC    GLOBAL DEFAULT  UND strftime@GLIBC_2.0 (3)
   109: 00000000     0 FUNC    GLOBAL DEFAULT  UND rename@GLIBC_2.0 (3)
   110: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtoul@GLIBC_2.0 (3)
   111: 00000000     0 FUNC    GLOBAL DEFAULT  UND fstatfs64@GLIBC_2.1 (5)
   112: 00000000     0 FUNC    GLOBAL DEFAULT  UND strchr@GLIBC_2.0 (3)
   113: 00000000     0 FUNC    GLOBAL DEFAULT  UND getcwd@GLIBC_2.0 (3)
   114: 00000000     0 FUNC    GLOBAL DEFAULT  UND setrlimit64@GLIBC_2.1 (5)
   115: 00000000     0 FUNC    GLOBAL DEFAULT  UND fscanf@GLIBC_2.0 (3)
   116: 00000000     0 FUNC    GLOBAL DEFAULT  UND strlen@GLIBC_2.0 (3)
   117: 00000000     0 FUNC    GLOBAL DEFAULT  UND fsync@GLIBC_2.0 (4)
   118: 00000000     0 FUNC    GLOBAL DEFAULT  UND setenv@GLIBC_2.0 (3)
   119: 00000000     0 FUNC    GLOBAL DEFAULT  UND iconv@GLIBC_2.1 (5)
   120: 00000000     0 FUNC    GLOBAL DEFAULT  UND iconv_close@GLIBC_2.1 (5)
   121: 00000000     0 FUNC    GLOBAL DEFAULT  UND execve@GLIBC_2.0 (3)
   122: 00000000     0 FUNC    GLOBAL DEFAULT  UND write@GLIBC_2.0 (4)
   123: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_init@GLIBC_2.3.2 (8)
   124: 00000000     0 FUNC    GLOBAL DEFAULT  UND uselocale@GLIBC_2.3 (2)
   125: 00000000     0 FUNC    GLOBAL DEFAULT  UND open64@GLIBC_2.2 (15)
   126: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcasecmp@GLIBC_2.0 (3)
   127: 00000000     0 FUNC    GLOBAL DEFAULT  UND execv@GLIBC_2.0 (3)
   128: 00000000     0 FUNC    GLOBAL DEFAULT  UND posix_memalign@GLIBC_2.2 (11)
   129: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stdin@GLIBC_2.0 (3)
   130: 00000000     0 FUNC    GLOBAL DEFAULT  UND fcntl@GLIBC_2.0 (4)
   131: 00000000     0 FUNC    GLOBAL DEFAULT  UND sigfillset@GLIBC_2.0 (3)
   132: 00000000     0 FUNC    GLOBAL DEFAULT  UND __vasprintf_chk@GLIBC_2.8 (16)
   133: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_init@GLIBC_2.1 (7)
   134: 00000000     0 FUNC    GLOBAL DEFAULT  UND setvbuf@GLIBC_2.0 (3)
   135: 00000000     0 FUNC    GLOBAL DEFAULT  UND getgid@GLIBC_2.0 (3)
   136: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset@GLIBC_2.0 (3)
   137: 00000000     0 FUNC    GLOBAL DEFAULT  UND ungetc@GLIBC_2.0 (3)
   138: 00000000     0 FUNC    GLOBAL DEFAULT  UND mkdir@GLIBC_2.0 (3)
   139: 00000000     0 FUNC    GLOBAL DEFAULT  UND __errno_location@GLIBC_2.0 (4)
   140: 00000000     0 FUNC    GLOBAL DEFAULT  UND memchr@GLIBC_2.0 (3)
   141: 00000000     0 FUNC    GLOBAL DEFAULT  UND strncpy@GLIBC_2.0 (3)
   142: 00000000     0 FUNC    GLOBAL DEFAULT  UND syscall@GLIBC_2.0 (3)
   143: 00000000     0 FUNC    GLOBAL DEFAULT  UND prctl@GLIBC_2.0 (3)
   144: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtod@GLIBC_2.0 (3)
   145: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_condattr_setclock@GLIBC_2.3.3 (17)
   146: 00000000     0 FUNC    GLOBAL DEFAULT  UND __vsnprintf_chk@GLIBC_2.3.4 (6)
   147: 00000000     0 FUNC    GLOBAL DEFAULT  UND mmap64@GLIBC_2.1 (5)
   148: 00000000     0 FUNC    GLOBAL DEFAULT  UND __strncpy_chk@GLIBC_2.3.4 (6)
   149: 00000000     0 FUNC    GLOBAL DEFAULT  UND strncasecmp@GLIBC_2.0 (3)
   150: 00000000     0 FUNC    GLOBAL DEFAULT  UND pipe@GLIBC_2.0 (3)
   151: 00000000     0 FUNC    GLOBAL DEFAULT  UND access@GLIBC_2.0 (3)
   152: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stdout@GLIBC_2.0 (3)
   153: 00000000     0 FUNC    GLOBAL DEFAULT  UND __strcpy_chk@GLIBC_2.3.4 (6)
   154: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_exit@GLIBC_2.0 (4)
   155: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_attr_setstacksize@GLIBC_2.1 (7)
   156: 00000000     0 FUNC    GLOBAL DEFAULT  UND __printf_chk@GLIBC_2.3.4 (6)
   157: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_get_stringnumber
   158: 00000000     0 OBJECT  WEAK   DEFAULT  UND _environ@GLIBC_2.0 (3)
   159: 00000000     0 FUNC    GLOBAL DEFAULT  UND munmap@GLIBC_2.0 (3)
   160: 00000000     0 FUNC    GLOBAL DEFAULT  UND fork@GLIBC_2.0 (4)
   161: 00000000     0 FUNC    GLOBAL DEFAULT  UND sigemptyset@GLIBC_2.0 (3)
   162: 00000000     0 FUNC    GLOBAL DEFAULT  UND strpbrk@GLIBC_2.0 (3)
   163: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_rdlock@GLIBC_2.1 (7)
   164: 00000000     0 FUNC    GLOBAL DEFAULT  UND fallocate64@GLIBC_2.11 (18)
   165: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_timedwait@GLIBC_2.3.2 (8)
   166: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_setspecific@GLIBC_2.0 (4)
   167: 00000000     0 FUNC    GLOBAL DEFAULT  UND nl_langinfo@GLIBC_2.0 (3)
   168: 00000000     0 FUNC    GLOBAL DEFAULT  UND setlocale@GLIBC_2.0 (3)
   169: 00000000     0 FUNC    GLOBAL DEFAULT  UND strrchr@GLIBC_2.0 (3)
   170: 00000000     0 FUNC    GLOBAL DEFAULT  UND pcre_study
   171: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_cond_destroy@GLIBC_2.3.2 (8)
   172: 00000000     0 FUNC    GLOBAL DEFAULT  UND getresuid@GLIBC_2.0 (3)
   173: 00000000     0 FUNC    GLOBAL DEFAULT  UND utime@GLIBC_2.0 (3)
   174: 00000000     0 FUNC    GLOBAL DEFAULT  UND fputc@GLIBC_2.0 (3)
   175: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_rwlock_wrlock@GLIBC_2.1 (7)
   176: 00000000     0 NOTYPE  WEAK   DEFAULT  UND _Jv_RegisterClasses
   177: 00000000     0 FUNC    GLOBAL DEFAULT  UND gmtime_r@GLIBC_2.0 (3)
   178: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_join@GLIBC_2.0 (4)
   179: 00000000     0 FUNC    GLOBAL DEFAULT  UND remove@GLIBC_2.0 (3)
   180: 00000000     0 FUNC    GLOBAL DEFAULT  UND getppid@GLIBC_2.0 (3)
   181: 00000000     0 FUNC    GLOBAL DEFAULT  UND pipe2@GLIBC_2.9 (19)
   182: 00000000     0 FUNC    GLOBAL DEFAULT  UND __memset_chk@GLIBC_2.3.4 (6)
   183: 00000000     0 FUNC    GLOBAL DEFAULT  UND readdir64@GLIBC_2.2 (11)
   184: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtoull_l@GLIBC_2.3 (2)
   185: 00000000     0 FUNC    GLOBAL DEFAULT  UND nanosleep@GLIBC_2.0 (4)
   186: 00000000     0 FUNC    GLOBAL DEFAULT  UND eventfd@GLIBC_2.7 (20)
   187: 00000000     0 FUNC    GLOBAL DEFAULT  UND getpwuid_r@GLIBC_2.1.2 (9)
   188: 00000000     0 FUNC    GLOBAL DEFAULT  UND __fprintf_chk@GLIBC_2.3.4 (6)
   189: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_create@GLIBC_2.1 (7)
   190: 00000000     0 FUNC    GLOBAL DEFAULT  UND sigaction@GLIBC_2.0 (4)
   191: 00000000     0 FUNC    GLOBAL DEFAULT  UND bindtextdomain@GLIBC_2.0 (3)
   192: 00000000     0 NOTYPE  WEAK   DEFAULT  UND _ITM_registerTMCloneTable
   193: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_detach@GLIBC_2.0 (4)
   194: 00000000     0 FUNC    GLOBAL DEFAULT  UND strncmp@GLIBC_2.0 (3)
   195: 00000000     0 FUNC    GLOBAL DEFAULT  UND isatty@GLIBC_2.0 (3)
   196: 00000000     0 OBJECT  GLOBAL DEFAULT  UND environ@GLIBC_2.0 (3)
   197: 00000000     0 FUNC    GLOBAL DEFAULT  UND chmod@GLIBC_2.0 (3)
   198: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort@GLIBC_2.0 (3)
   199: 00000000     0 FUNC    GLOBAL DEFAULT  UND creat64@GLIBC_2.1 (5)
   200: 00000000     0 FUNC    GLOBAL DEFAULT  UND __xstat64@GLIBC_2.2 (11)
   201: 00000000     0 OBJECT  GLOBAL DEFAULT  UND pcre_free
   202: 00000000     0 FUNC    GLOBAL DEFAULT  UND iconv_open@GLIBC_2.1 (5)
   203: 00000000     0 FUNC    GLOBAL DEFAULT  UND strtol@GLIBC_2.0 (3)
   204: 00000000     0 FUNC    GLOBAL DEFAULT  UND fputs@GLIBC_2.0 (3)
   205: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_getspecific@GLIBC_2.0 (4)
   206: 00000000     0 FUNC    GLOBAL DEFAULT  UND __lxstat64@GLIBC_2.2 (11)
   207: 00000000     0 FUNC    GLOBAL DEFAULT  UND dcngettext@GLIBC_2.2 (11)
   208: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutexattr_destroy@GLIBC_2.0 (4)
   209: 00000000     0 FUNC    GLOBAL DEFAULT  UND close@GLIBC_2.0 (4)
   210: 00000000     0 FUNC    GLOBAL DEFAULT  UND closedir@GLIBC_2.0 (3)
   211: 00000000     0 FUNC    GLOBAL DEFAULT  UND __vsprintf_chk@GLIBC_2.3.4 (6)
   212: 00000000     0 FUNC    GLOBAL DEFAULT  UND strspn@GLIBC_2.0 (3)
   213: 00000000     0 FUNC    GLOBAL DEFAULT  UND opendir@GLIBC_2.0 (3)
   214: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_tolower_loc@GLIBC_2.3 (2)
   215: 00000000     0 FUNC    GLOBAL DEFAULT  UND pthread_mutexattr_settype@GLIBC_2.1 (7)
   216: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_b_loc@GLIBC_2.3 (2)
   217: 00000000     0 FUNC    GLOBAL DEFAULT  UND calloc@GLIBC_2.0 (3)
   218: 00000000     0 FUNC    GLOBAL DEFAULT  UND __sprintf_chk@GLIBC_2.3.4 (6)
   219: 00000000     0 FUNC    GLOBAL DEFAULT  UND rewinddir@GLIBC_2.0 (3)
   220: 00082b70   168 FUNC    GLOBAL DEFAULT   11 g_variant_ref_sink
   221: 00045df0   158 FUNC    GLOBAL DEFAULT   11 g_source_remove
   222: 00057d50   310 FUNC    GLOBAL DEFAULT   11 g_queue_push_nth_link
   223: 0004e940   114 FUNC    GLOBAL DEFAULT   11 g_assert_warning
   224: 0004f7a0   120 FUNC    GLOBAL DEFAULT   11 g_node_is_ancestor
   225: 0007efe0    74 FUNC    GLOBAL DEFAULT   11 g_variant_iter_new
   226: 00027d70   536 FUNC    GLOBAL DEFAULT   11 g_checksum_reset
   227: 00017c10   296 FUNC    GLOBAL DEFAULT   11 g_relation_select
   228: 0003f3d0   510 FUNC    GLOBAL DEFAULT   11 g_key_file_get_string
   229: 00081b80   219 FUNC    GLOBAL DEFAULT   11 g_variant_dict_lookup
   230: 000367f0   301 FUNC    GLOBAL DEFAULT   11 g_hash_table_get_keys_as_array
   231: 000770c0   827 FUNC    GLOBAL DEFAULT   11 g_utf8_to_ucs4
   232: 0001ffd0   172 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_visited
   233: 0010adf0     4 OBJECT  GLOBAL DEFAULT   19 g_test_config_vars
   234: 0006daf0   171 FUNC    GLOBAL DEFAULT   11 g_once_init_enter
   235: 000744b0    89 FUNC    GLOBAL DEFAULT   11 g_tree_lookup
   236: 0004e4f0    56 FUNC    GLOBAL DEFAULT   11 g_log
   237: 00036cd0   131 FUNC    GLOBAL DEFAULT   11 g_hmac_copy
   238: 00016f20   194 FUNC    GLOBAL DEFAULT   11 g_completion_remove_items
   239: 00016ba0   212 FUNC    GLOBAL DEFAULT   11 g_cache_insert
   240: 000767e0    27 FUNC    GLOBAL DEFAULT   11 g_utf8_prev_char
   241: 00040bf0   161 FUNC    GLOBAL DEFAULT   11 g_key_file_set_boolean
   242: 000185d0    96 FUNC    GLOBAL DEFAULT   11 g_static_mutex_free
   243: 00043610    21 FUNC    GLOBAL DEFAULT   11 g_list_sort_with_data
   244: 00064880    40 FUNC    GLOBAL DEFAULT   11 g_chmod
   245: 0008d4b0   166 FUNC    GLOBAL DEFAULT   11 g_io_channel_unix_new
   246: 0008b7c0    50 FUNC    GLOBAL DEFAULT   11 g_unix_error_quark
   247: 00018300     2 FUNC    GLOBAL DEFAULT   11 g_thread_set_priority
   248: 0002c820    42 FUNC    GLOBAL DEFAULT   11 g_date_set_time_val
   249: 00016890    81 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_alloc0
   250: 00036a10    15 FUNC    GLOBAL DEFAULT   11 g_direct_equal
   251: 000346e0    98 FUNC    GLOBAL DEFAULT   11 g_basename
   252: 000644c0   116 FUNC    GLOBAL DEFAULT   11 g_slist_find_custom
   253: 0004ea80   186 FUNC    GLOBAL DEFAULT   11 g_test_assert_expected_messages_internal
   254: 00053730    82 FUNC    GLOBAL DEFAULT   11 g_option_context_parse_strv
   255: 0001ad40    81 FUNC    GLOBAL DEFAULT   11 g_async_queue_ref
   256: 0002cd40   157 FUNC    GLOBAL DEFAULT   11 g_date_get_weekday
   257: 00061490   144 FUNC    GLOBAL DEFAULT   11 g_sequence_set
   258: 00039730   192 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_line_term
   259: 00044860   104 FUNC    GLOBAL DEFAULT   11 g_main_context_ref
   260: 00074720   151 FUNC    GLOBAL DEFAULT   11 g_tree_search
   261: 000395a0   207 FUNC    GLOBAL DEFAULT   11 g_io_channel_error_from_errno
   262: 00035080     5 FUNC    GLOBAL DEFAULT   11 g_direct_hash
   263: 0002f9f0    70 FUNC    GLOBAL DEFAULT   11 g_date_time_add_seconds
   264: 000167d0    87 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_destroy
   265: 000575f0    89 FUNC    GLOBAL DEFAULT   11 g_queue_find
   266: 000567f0    39 FUNC    GLOBAL DEFAULT   11 g_qsort_with_data
   267: 00086ba0   285 FUNC    GLOBAL DEFAULT   11 g_variant_new_parsed_va
   268: 0007f230   454 FUNC    GLOBAL DEFAULT   11 g_variant_lookup_value
   269: 0001ff10   182 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_visited
   270: 000364b0   112 FUNC    GLOBAL DEFAULT   11 g_hash_table_foreach_remove
   271: 000753c0   296 FUNC    GLOBAL DEFAULT   11 g_unichar_toupper
   272: 00018500    87 FUNC    GLOBAL DEFAULT   11 g_static_mutex_init
   273: 00057950   148 FUNC    GLOBAL DEFAULT   11 g_queue_push_tail_link
   274: 00044f60   216 FUNC    GLOBAL DEFAULT   11 g_source_add_poll
   275: 00057b50    73 FUNC    GLOBAL DEFAULT   11 g_queue_peek_tail_link
   276: 00057520   144 FUNC    GLOBAL DEFAULT   11 g_queue_foreach
   277: 00064e50    76 FUNC    GLOBAL DEFAULT   11 g_memdup
   278: 00048db0    73 FUNC    GLOBAL DEFAULT   11 g_mapped_file_get_contents
   279: 00048c00   305 FUNC    GLOBAL DEFAULT   11 g_mapped_file_new
   280: 00031c70    59 FUNC    GLOBAL DEFAULT   11 g_date_time_to_local
   281: 0007fa40   283 FUNC    GLOBAL DEFAULT   11 g_variant_builder_open
   282: 0001b470   228 FUNC    GLOBAL DEFAULT   11 g_async_queue_timed_pop
   283: 000343b0    48 FUNC    GLOBAL DEFAULT   11 g_build_filenamev
   284: 00074e70   126 FUNC    GLOBAL DEFAULT   11 g_unichar_ispunct
   285: 0004bda0   701 FUNC    GLOBAL DEFAULT   11 g_markup_vprintf_escaped
   286: 00047490    89 FUNC    GLOBAL DEFAULT   11 g_main_context_pending
   287: 00048300   342 FUNC    GLOBAL DEFAULT   11 g_main_context_invoke_full
   288: 0008c9c0    25 FUNC    GLOBAL DEFAULT   11 g_thread_yield
   289: 0010b600    24 OBJECT  GLOBAL DEFAULT   23 g_unix_fd_source_funcs
   290: 0007ad70   128 FUNC    GLOBAL DEFAULT   11 g_get_user_runtime_dir
   291: 000369b0    48 FUNC    GLOBAL DEFAULT   11 g_str_equal
   292: 00046300    14 FUNC    GLOBAL DEFAULT   11 g_main_depth
   293: 00076800   256 FUNC    GLOBAL DEFAULT   11 g_utf8_strlen
   294: 00048d60    73 FUNC    GLOBAL DEFAULT   11 g_mapped_file_get_length
   295: 00082e80   309 FUNC    GLOBAL DEFAULT   11 g_variant_get_child_value
   296: 0001a6a0    95 FUNC    GLOBAL DEFAULT   11 g_ptr_array_unref
   297: 0006de50    74 FUNC    GLOBAL DEFAULT   11 g_thread_try_new
   298: 00068d20    97 FUNC    GLOBAL DEFAULT   11 g_string_chunk_insert
   299: 0001b900    27 FUNC    GLOBAL DEFAULT   11 g_atomic_int_xor
   300: 0007c8e0   118 FUNC    GLOBAL DEFAULT   11 g_variant_get_int64
   301: 0010b3f4     4 OBJECT  GLOBAL DEFAULT   23 glib_on_error_halt
   302: 00016970     2 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_clean
   303: 0003ae70   184 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_buffered
   304: 00031c40    36 FUNC    GLOBAL DEFAULT   11 g_date_time_to_timezone
   305: 0002ddc0   357 FUNC    GLOBAL DEFAULT   11 g_date_to_struct_tm
   306: 0001a030   307 FUNC    GLOBAL DEFAULT   11 g_ptr_array_remove_range
   307: 0004a3b0   624 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_end_parse
   308: 00075170   151 FUNC    GLOBAL DEFAULT   11 g_unichar_isdefined
   309: 00081830   144 FUNC    GLOBAL DEFAULT   11 g_variant_new_va
   310: 00018a20   184 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_reader_unlock
   311: 000458f0   123 FUNC    GLOBAL DEFAULT   11 g_source_ref
   312: 0001a7c0   138 FUNC    GLOBAL DEFAULT   11 g_byte_array_new_take
   313: 00037210   152 FUNC    GLOBAL DEFAULT   11 g_hook_alloc
   314: 00029030   163 FUNC    GLOBAL DEFAULT   11 g_iconv_open
   315: 0006a7a0   115 FUNC    GLOBAL DEFAULT   11 g_test_log_buffer_pop
   316: 0001b770   129 FUNC    GLOBAL DEFAULT   11 g_async_queue_sort
   317: 0005b430   269 FUNC    GLOBAL DEFAULT   11 g_regex_match_full
   318: 000457e0    81 FUNC    GLOBAL DEFAULT   11 g_source_get_can_recurse
   319: 0003fed0   145 FUNC    GLOBAL DEFAULT   11 g_key_file_set_string
   320: 00045330   128 FUNC    GLOBAL DEFAULT   11 g_source_set_funcs
   321: 00067850   162 FUNC    GLOBAL DEFAULT   11 g_string_append
   322: 00045e90    61 FUNC    GLOBAL DEFAULT   11 g_source_remove_by_user_data
   323: 0005d740   100 FUNC    GLOBAL DEFAULT   11 g_scanner_eof
   324: 000435d0    29 FUNC    GLOBAL DEFAULT   11 g_list_insert_sorted_with_data
   325: 0006a820   104 FUNC    GLOBAL DEFAULT   11 g_test_log_msg_free
   326: 00037cc0   128 FUNC    GLOBAL DEFAULT   11 g_hook_destroy
   327: 000454b0   200 FUNC    GLOBAL DEFAULT   11 g_source_set_ready_time
   328: 0002b350   212 FUNC    GLOBAL DEFAULT   11 g_datalist_get_data
   329: 00064970    40 FUNC    GLOBAL DEFAULT   11 g_mkdir
   330: 0006f6f0   253 FUNC    GLOBAL DEFAULT   11 g_time_val_to_iso8601
   331: 0006eca0    23 FUNC    GLOBAL DEFAULT   11 g_thread_pool_get_num_unused_threads
   332: 0004dfc0    73 FUNC    GLOBAL DEFAULT   11 g_log_set_always_fatal
   333: 0006ddb0   148 FUNC    GLOBAL DEFAULT   11 g_thread_new
   334: 00019600   211 FUNC    GLOBAL DEFAULT   11 g_array_prepend_vals
   335: 0002c1d0   125 FUNC    GLOBAL DEFAULT   11 g_date_get_month
   336: 00082290   226 FUNC    GLOBAL DEFAULT   11 g_variant_byteswap
   337: 00043080   218 FUNC    GLOBAL DEFAULT   11 g_list_copy_deep
   338: 00049650    50 FUNC    GLOBAL DEFAULT   11 g_markup_error_quark
   339: 00035a60    56 FUNC    GLOBAL DEFAULT   11 g_hash_table_new
   340: 000699b0    69 FUNC    GLOBAL DEFAULT   11 g_test_timer_elapsed
   341: 00064df0    84 FUNC    GLOBAL DEFAULT   11 g_strdup
   342: 000327f0   120 FUNC    GLOBAL DEFAULT   11 g_error_new
   343: 00053680    96 FUNC    GLOBAL DEFAULT   11 g_option_context_set_description
   344: 00082c80    81 FUNC    GLOBAL DEFAULT   11 g_variant_is_floating
   345: 0002a070   443 FUNC    GLOBAL DEFAULT   11 g_filename_from_uri
   346: 000763d0   344 FUNC    GLOBAL DEFAULT   11 g_utf8_casefold
   347: 000869c0    25 FUNC    GLOBAL DEFAULT   11 g_variant_parser_get_error_quark
   348: 0007bf80   114 FUNC    GLOBAL DEFAULT   11 g_variant_new_object_path
   349: 00065960   147 FUNC    GLOBAL DEFAULT   11 g_ascii_strup
   350: 00047b20   148 FUNC    GLOBAL DEFAULT   11 g_source_get_time
   351: 00037020   164 FUNC    GLOBAL DEFAULT   11 g_compute_hmac_for_data
   352: 00088b20  2405 FUNC    GLOBAL DEFAULT   11 g_variant_serialised_is_normal
   353: 00045ed0   113 FUNC    GLOBAL DEFAULT   11 g_source_remove_by_funcs_user_data
   354: 0003b360    73 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_encoding
   355: 00067600   586 FUNC    GLOBAL DEFAULT   11 g_string_insert_len
   356: 0001b890    23 FUNC    GLOBAL DEFAULT   11 g_atomic_int_compare_and_exchange
   357: 0001b420    66 FUNC    GLOBAL DEFAULT   11 g_async_queue_timeout_pop_unlocked
   358: 000463f0   179 FUNC    GLOBAL DEFAULT   11 g_main_context_push_thread_default
   359: 0007d9a0   270 FUNC    GLOBAL DEFAULT   11 g_variant_get_objv
   360: 000712c0    34 FUNC    GLOBAL DEFAULT   11 g_time_zone_new_utc
   361: 0007ed00   661 FUNC    GLOBAL DEFAULT   11 g_variant_compare
   362: 0004e010   113 FUNC    GLOBAL DEFAULT   11 g_log_set_fatal_mask
   363: 000649c0    48 FUNC    GLOBAL DEFAULT   11 g_stat
   364: 00064ea0    84 FUNC    GLOBAL DEFAULT   11 g_strndup
   365: 0004cdf0    79 FUNC    GLOBAL DEFAULT   11 g_try_realloc
   366: 00043510    30 FUNC    GLOBAL DEFAULT   11 g_list_length
   367: 000e6438     4 OBJECT  GLOBAL DEFAULT   13 glib_minor_version
   368: 00032460    81 FUNC    GLOBAL DEFAULT   11 g_getenv
   369: 0006a250   609 FUNC    GLOBAL DEFAULT   11 g_test_trap_fork
   370: 0002d840   203 FUNC    GLOBAL DEFAULT   11 g_date_subtract_years
   371: 00064000    48 FUNC    GLOBAL DEFAULT   11 g_slist_free
   372: 0001b150   120 FUNC    GLOBAL DEFAULT   11 g_async_queue_push_sorted
   373: 0010adf4     4 OBJECT  GLOBAL DEFAULT   19 g_utf8_skip
   374: 0004d040    71 FUNC    GLOBAL DEFAULT   11 g_try_realloc_n
   375: 000577c0   141 FUNC    GLOBAL DEFAULT   11 g_queue_push_head_link
   376: 0005b5d0    80 FUNC    GLOBAL DEFAULT   11 g_regex_match
   377: 00057b00    73 FUNC    GLOBAL DEFAULT   11 g_queue_peek_head_link
   378: 0007d790   254 FUNC    GLOBAL DEFAULT   11 g_variant_dup_objv
   379: 000750e0   137 FUNC    GLOBAL DEFAULT   11 g_unichar_isxdigit
   380: 00034c60    72 FUNC    GLOBAL DEFAULT   11 g_strip_context
   381: 000734a0    29 FUNC    GLOBAL DEFAULT   11 g_trash_stack_height
   382: 000731c0   658 FUNC    GLOBAL DEFAULT   11 g_str_to_ascii
   383: 0004f8b0    88 FUNC    GLOBAL DEFAULT   11 g_node_max_height
   384: 0002a8b0   153 FUNC    GLOBAL DEFAULT   11 g_dataset_destroy
   385: 00017ab0   200 FUNC    GLOBAL DEFAULT   11 g_relation_delete
   386: 00059540    73 FUNC    GLOBAL DEFAULT   11 g_match_info_get_regex
   387: 00059760   151 FUNC    GLOBAL DEFAULT   11 g_match_info_fetch_pos
   388: 0008a070    32 FUNC    GLOBAL DEFAULT   11 g_variant_type_free
   389: 0002be60    79 FUNC    GLOBAL DEFAULT   11 g_date_free
   390: 0001d330   543 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_load_from_data
   391: 000452a0   136 FUNC    GLOBAL DEFAULT   11 g_source_set_callback
   392: 00040e10   344 FUNC    GLOBAL DEFAULT   11 g_key_file_set_boolean_list
   393: 00069a60   211 FUNC    GLOBAL DEFAULT   11 g_test_create_case
   394: 00081190   338 FUNC    GLOBAL DEFAULT   11 g_variant_check_format_string
   395: 000812f0   136 FUNC    GLOBAL DEFAULT   11 g_variant_format_string_scan_type
   396: 00035fa0   409 FUNC    GLOBAL DEFAULT   11 g_hash_table_lookup_extended
   397: 000806d0   109 FUNC    GLOBAL DEFAULT   11 g_variant_dict_clear
   398: 00057410    84 FUNC    GLOBAL DEFAULT   11 g_queue_is_empty
   399: 00036a20    19 FUNC    GLOBAL DEFAULT   11 g_int_equal
   400: 000416d0   320 FUNC    GLOBAL DEFAULT   11 g_key_file_set_integer_list
   401: 00069a20    52 FUNC    GLOBAL DEFAULT   11 g_test_bug_base
   402: 0007ea90   314 FUNC    GLOBAL DEFAULT   11 g_variant_hash
   403: 0002bf10    17 FUNC    GLOBAL DEFAULT   11 g_date_valid_month
   404: 0001f430   304 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_uris
   405: 000869e0   433 FUNC    GLOBAL DEFAULT   11 g_variant_parse
   406: 00018f70    86 FUNC    GLOBAL DEFAULT   11 g_static_private_free
   407: 0005d5e0    73 FUNC    GLOBAL DEFAULT   11 g_scanner_cur_token
   408: 00083140   219 FUNC    GLOBAL DEFAULT   11 g_variant_is_normal_form
   409: 00032210   333 FUNC    GLOBAL DEFAULT   11 g_environ_setenv
   410: 000896b0    28 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_element
   411: 000519c0    73 FUNC    GLOBAL DEFAULT   11 g_option_context_get_main_group
   412: 00064850    40 FUNC    GLOBAL DEFAULT   11 g_access
   413: 0004fb20   187 FUNC    GLOBAL DEFAULT   11 g_node_find
   414: 0008a470    89 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_array
   415: 0005d6f0    73 FUNC    GLOBAL DEFAULT   11 g_scanner_cur_position
   416: 00043530    51 FUNC    GLOBAL DEFAULT   11 g_list_foreach
   417: 000587e0   273 FUNC    GLOBAL DEFAULT   11 g_rand_set_seed
   418: 0005eec0   216 FUNC    GLOBAL DEFAULT   11 g_scanner_input_text
   419: 00036710    73 FUNC    GLOBAL DEFAULT   11 g_hash_table_size
   420: 00057a80   121 FUNC    GLOBAL DEFAULT   11 g_queue_pop_head_link
   421: 000e6434     4 OBJECT  GLOBAL DEFAULT   13 glib_micro_version
   422: 0006a890   127 FUNC    GLOBAL DEFAULT   11 g_test_log_buffer_free
   423: 00034fa0   100 FUNC    GLOBAL DEFAULT   11 g_dngettext
   424: 00082840   349 FUNC    GLOBAL DEFAULT   11 g_variant_unref
   425: 00037370   259 FUNC    GLOBAL DEFAULT   11 g_hook_unref
   426: 0003da90    50 FUNC    GLOBAL DEFAULT   11 g_key_file_error_quark
   427: 0004f910   513 FUNC    GLOBAL DEFAULT   11 g_node_traverse
   428: 00063780    64 FUNC    GLOBAL DEFAULT   11 g_slice_alloc0
   429: 000642f0   202 FUNC    GLOBAL DEFAULT   11 g_slist_copy_deep
   430: 0001b850    12 FUNC    GLOBAL DEFAULT   11 g_atomic_int_get
   431: 0008b970   125 FUNC    GLOBAL DEFAULT   11 g_unix_set_fd_nonblocking
   432: 0002c350   112 FUNC    GLOBAL DEFAULT   11 g_date_clear
   433: 0007be60   163 FUNC    GLOBAL DEFAULT   11 g_variant_new_printf
   434: 00018db0    11 FUNC    GLOBAL DEFAULT   11 g_static_private_init
   435: 0007ac50    71 FUNC    GLOBAL DEFAULT   11 g_get_user_config_dir
   436: 0002beb0    81 FUNC    GLOBAL DEFAULT   11 g_date_valid
   437: 00045b90   103 FUNC    GLOBAL DEFAULT   11 g_source_set_name_by_id
   438: 00066f70   570 FUNC    GLOBAL DEFAULT   11 g_str_tokenize_and_fold
   439: 0010bbc0     4 OBJECT  GLOBAL DEFAULT   24 __glib_assert_msg
   440: 000667e0    73 FUNC    GLOBAL DEFAULT   11 g_strfreev
   441: 0002cb30   186 FUNC    GLOBAL DEFAULT   11 g_date_set_dmy
   442: 000704a0    92 FUNC    GLOBAL DEFAULT   11 g_time_zone_ref
   443: 000177d0   131 FUNC    GLOBAL DEFAULT   11 g_relation_new
   444: 00032360   243 FUNC    GLOBAL DEFAULT   11 g_environ_unsetenv
   445: 0004ffa0   154 FUNC    GLOBAL DEFAULT   11 g_node_find_child
   446: 0001b990    27 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_or
   447: 00069a00    18 FUNC    GLOBAL DEFAULT   11 g_test_timer_last
   448: 0002d9b0   313 FUNC    GLOBAL DEFAULT   11 g_date_get_monday_weeks_in_year
   449: 00047de0   144 FUNC    GLOBAL DEFAULT   11 g_source_modify_unix_fd
   450: 0008a600   131 FUNC    GLOBAL DEFAULT   11 g_variant_type_hash
   451: 00065000    40 FUNC    GLOBAL DEFAULT   11 g_strdup_printf
   452: 00068b20   120 FUNC    GLOBAL DEFAULT   11 g_string_chunk_free
   453: 00068c20   252 FUNC    GLOBAL DEFAULT   11 g_string_chunk_insert_len
   454: 00068600   236 FUNC    GLOBAL DEFAULT   11 g_string_erase
   455: 00076330   156 FUNC    GLOBAL DEFAULT   11 g_utf8_strdown
   456: 00034940   363 FUNC    GLOBAL DEFAULT   11 g_get_current_dir
   457: 0002f1e0    93 FUNC    GLOBAL DEFAULT   11 g_date_time_new_now
   458: 0002ee20    96 FUNC    GLOBAL DEFAULT   11 g_date_time_ref
   459: 00053330   112 FUNC    GLOBAL DEFAULT   11 g_option_group_set_translate_func
   460: 000180d0    46 FUNC    GLOBAL DEFAULT   11 g_mutex_new
   461: 0002df30   279 FUNC    GLOBAL DEFAULT   11 g_date_clamp
   462: 00038c00  1143 FUNC    GLOBAL DEFAULT   11 g_hostname_to_unicode
   463: 0001b9d0    40 FUNC    GLOBAL DEFAULT   11 g_atomic_int_exchange_and_add
   464: 0007c630   115 FUNC    GLOBAL DEFAULT   11 g_variant_get_boolean
   465: 0001aa50    44 FUNC    GLOBAL DEFAULT   11 g_byte_array_remove_index_fast
   466: 0007a960   157 FUNC    GLOBAL DEFAULT   11 g_get_host_name
   467: 0001c570    19 FUNC    GLOBAL DEFAULT   11 g_bit_trylock
   468: 000686f0   116 FUNC    GLOBAL DEFAULT   11 g_string_ascii_down
   469: 00039670   103 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_buffer_size
   470: 00080550   112 FUNC    GLOBAL DEFAULT   11 g_variant_dict_contains
   471: 00017dc0    49 FUNC    GLOBAL DEFAULT   11 g_tuples_destroy
   472: 0002c7f0    40 FUNC    GLOBAL DEFAULT   11 g_date_set_time
   473: 0006a090   144 FUNC    GLOBAL DEFAULT   11 g_test_add_data_func
   474: 000173b0   115 FUNC    GLOBAL DEFAULT   11 g_completion_complete_utf8
   475: 00063fe0    32 FUNC    GLOBAL DEFAULT   11 g_slist_alloc
   476: 0007bf10    98 FUNC    GLOBAL DEFAULT   11 g_variant_is_object_path
   477: 000536e0    73 FUNC    GLOBAL DEFAULT   11 g_option_context_get_description
   478: 0007aec0   203 FUNC    GLOBAL DEFAULT   11 g_get_user_special_dir
   479: 00032b40   108 FUNC    GLOBAL DEFAULT   11 g_set_error_literal
   480: 0008f250   226 FUNC    GLOBAL DEFAULT   11 g_spawn_command_line_sync
   481: 0007a130    23 FUNC    GLOBAL DEFAULT   11 g_bit_storage
   482: 0001a780    56 FUNC    GLOBAL DEFAULT   11 g_byte_array_new
   483: 0004cf40   121 FUNC    GLOBAL DEFAULT   11 g_realloc_n
   484: 0006ee30    23 FUNC    GLOBAL DEFAULT   11 g_thread_pool_get_max_idle_time
   485: 00057e90    92 FUNC    GLOBAL DEFAULT   11 g_queue_link_index
   486: 00030ef0    65 FUNC    GLOBAL DEFAULT   11 g_date_time_to_unix
   487: 00082200   142 FUNC    GLOBAL DEFAULT   11 g_variant_get_normal_form
   488: 0001a4a0   111 FUNC    GLOBAL DEFAULT   11 g_ptr_array_sort
   489: 000608d0   147 FUNC    GLOBAL DEFAULT   11 g_sequence_insert_before
   490: 0001b1d0   123 FUNC    GLOBAL DEFAULT   11 g_async_queue_pop
   491: 00017e00   112 FUNC    GLOBAL DEFAULT   11 g_tuples_index
   492: 00075210   171 FUNC    GLOBAL DEFAULT   11 g_unichar_iszerowidth
   493: 0005b340    62 FUNC    GLOBAL DEFAULT   11 g_regex_get_max_lookbehind
   494: 00065550   253 FUNC    GLOBAL DEFAULT   11 g_strlcat
   495: 00045460    73 FUNC    GLOBAL DEFAULT   11 g_source_get_priority
   496: 0002c2d0   127 FUNC    GLOBAL DEFAULT   11 g_date_get_day
   497: 0008b410    40 FUNC    GLOBAL DEFAULT   11 g_printf
   498: 00055bd0   994 FUNC    GLOBAL DEFAULT   11 g_pattern_spec_new
   499: 00058520   170 FUNC    GLOBAL DEFAULT   11 g_queue_insert_sorted
   500: 00079c10    48 FUNC    GLOBAL DEFAULT   11 g_uri_unescape_string
   501: 0007c9e0   108 FUNC    GLOBAL DEFAULT   11 g_variant_get_handle
   502: 00030610   105 FUNC    GLOBAL DEFAULT   11 g_date_time_get_year
   503: 00016980     2 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_reset
   504: 0008bae0    64 FUNC    GLOBAL DEFAULT   11 g_unix_signal_add
   505: 000765b0   146 FUNC    GLOBAL DEFAULT   11 g_unichar_get_script
   506: 000e643c     4 OBJECT  GLOBAL DEFAULT   13 glib_major_version
   507: 00074260   112 FUNC    GLOBAL DEFAULT   11 g_tree_unref
   508: 0001c1b0   431 FUNC    GLOBAL DEFAULT   11 g_base64_decode_step
   509: 00018310   242 FUNC    GLOBAL DEFAULT   11 g_thread_foreach
   510: 000665d0   528 FUNC    GLOBAL DEFAULT   11 g_strsplit_set
   511: 0008a990   124 FUNC    GLOBAL DEFAULT   11 g_variant_type_next
   512: 00027f90    61 FUNC    GLOBAL DEFAULT   11 g_checksum_new
   513: 000464b0   180 FUNC    GLOBAL DEFAULT   11 g_main_context_release
   514: 0008c0b0    44 FUNC    GLOBAL DEFAULT   11 g_mutex_clear
   515: 00042400   354 FUNC    GLOBAL DEFAULT   11 g_key_file_remove_key
   516: 000433c0    96 FUNC    GLOBAL DEFAULT   11 g_list_append
   517: 000289a0   128 FUNC    GLOBAL DEFAULT   11 g_compute_checksum_for_bytes
   518: 00082c20    96 FUNC    GLOBAL DEFAULT   11 g_variant_take_ref
   519: 00074120   105 FUNC    GLOBAL DEFAULT   11 g_tree_new
   520: 0008b9f0    99 FUNC    GLOBAL DEFAULT   11 g_unix_signal_source_new
   521: 0001b340    97 FUNC    GLOBAL DEFAULT   11 g_async_queue_try_pop_unlocked
   522: 00037570   154 FUNC    GLOBAL DEFAULT   11 g_hook_list_clear
   523: 00061310   146 FUNC    GLOBAL DEFAULT   11 g_sequence_lookup
   524: 00065930    35 FUNC    GLOBAL DEFAULT   11 g_ascii_toupper
   525: 00088a90   136 FUNC    GLOBAL DEFAULT   11 g_variant_serialiser_is_signature
   526: 00037c40   120 FUNC    GLOBAL DEFAULT   11 g_hook_get
   527: 00075330   139 FUNC    GLOBAL DEFAULT   11 g_unichar_iswide_cjk
   528: 00068ba0   128 FUNC    GLOBAL DEFAULT   11 g_string_chunk_clear
   529: 00031030    89 FUNC    GLOBAL DEFAULT   11 g_date_time_get_timezone_abbreviation
   530: 0001b620    99 FUNC    GLOBAL DEFAULT   11 g_async_queue_length
   531: 0006e790   307 FUNC    GLOBAL DEFAULT   11 g_thread_pool_set_max_threads
   532: 0001a8c0   106 FUNC    GLOBAL DEFAULT   11 g_byte_array_free_to_bytes
   533: 00042db0   221 FUNC    GLOBAL DEFAULT   11 g_list_remove
   534: 0004d090    25 FUNC    GLOBAL DEFAULT   11 g_mem_is_system_malloc
   535: 0001aa20    44 FUNC    GLOBAL DEFAULT   11 g_byte_array_remove_index
   536: 00045700    89 FUNC    GLOBAL DEFAULT   11 g_source_get_ready_time
   537: 00036aa0    43 FUNC    GLOBAL DEFAULT   11 g_double_hash
   538: 000482d0    42 FUNC    GLOBAL DEFAULT   11 g_idle_remove_by_data
   539: 00084300    50 FUNC    GLOBAL DEFAULT   11 g_variant_parse_error_quark
   540: 00037900   179 FUNC    GLOBAL DEFAULT   11 g_hook_list_invoke
   541: 00080810   702 FUNC    GLOBAL DEFAULT   11 g_variant_format_string_scan
   542: 0006ecc0    49 FUNC    GLOBAL DEFAULT   11 g_thread_pool_stop_unused_threads
   543: 000481e0   172 FUNC    GLOBAL DEFAULT   11 g_idle_add_full
   544: 00060d00   347 FUNC    GLOBAL DEFAULT   11 g_sequence_sort_changed_iter
   545: 0001fda0   182 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_modified
   546: 0007f030   102 FUNC    GLOBAL DEFAULT   11 g_variant_iter_copy
   547: 00060690   220 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_compare
   548: 000216a0    77 FUNC    GLOBAL DEFAULT   11 g_bytes_unref
   549: 0006c7f0   396 FUNC    GLOBAL DEFAULT   11 g_test_run_suite
   550: 00037500   112 FUNC    GLOBAL DEFAULT   11 g_hook_ref
   551: 00061150   146 FUNC    GLOBAL DEFAULT   11 g_sequence_search
   552: 0007c1c0   208 FUNC    GLOBAL DEFAULT   11 g_variant_new_objv
   553: 00059690   100 FUNC    GLOBAL DEFAULT   11 g_match_info_get_match_count
   554: 000650d0   114 FUNC    GLOBAL DEFAULT   11 g_ascii_strtod
   555: 00086cc0    48 FUNC    GLOBAL DEFAULT   11 g_variant_new_parsed
   556: 0007bc00    42 FUNC    GLOBAL DEFAULT   11 g_variant_new_handle
   557: 0004cec0   113 FUNC    GLOBAL DEFAULT   11 g_malloc0_n
   558: 000451d0   200 FUNC    GLOBAL DEFAULT   11 g_source_set_callback_indirect
   559: 0003bf10  2534 FUNC    GLOBAL DEFAULT   11 g_io_channel_write_chars
   560: 0006eee0    88 FUNC    GLOBAL DEFAULT   11 g_timer_start
   561: 00069cf0    96 FUNC    GLOBAL DEFAULT   11 g_test_get_root
   562: 0001e350   120 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_has_item
   563: 0004e580   236 FUNC    GLOBAL DEFAULT   11 g_log_set_handler
   564: 0007c070   114 FUNC    GLOBAL DEFAULT   11 g_variant_new_signature
   565: 00016d50   112 FUNC    GLOBAL DEFAULT   11 g_cache_key_foreach
   566: 00066b10   216 FUNC    GLOBAL DEFAULT   11 g_strstr_len
   567: 00031cf0   316 FUNC    GLOBAL DEFAULT   11 g_date_time_format
   568: 0008c490    70 FUNC    GLOBAL DEFAULT   11 g_cond_wait
   569: 000679c0   170 FUNC    GLOBAL DEFAULT   11 g_string_append_len
   570: 000370d0   138 FUNC    GLOBAL DEFAULT   11 g_compute_hmac_for_string
   571: 0001b0b0   160 FUNC    GLOBAL DEFAULT   11 g_async_queue_push_sorted_unlocked
   572: 0004f820    30 FUNC    GLOBAL DEFAULT   11 g_node_depth
   573: 00064630   161 FUNC    GLOBAL DEFAULT   11 g_slist_insert
   574: 0007c4b0   228 FUNC    GLOBAL DEFAULT   11 g_variant_new_tuple
   575: 000308d0   105 FUNC    GLOBAL DEFAULT   11 g_date_time_get_month
   576: 00065030   149 FUNC    GLOBAL DEFAULT   11 g_strconcat
   577: 00081ae0   153 FUNC    GLOBAL DEFAULT   11 g_variant_lookup
   578: 000572d0    32 FUNC    GLOBAL DEFAULT   11 g_queue_new
   579: 0002fac0    63 FUNC    GLOBAL DEFAULT   11 g_date_time_compare
   580: 00036420   144 FUNC    GLOBAL DEFAULT   11 g_hash_table_steal_all
   581: 00016e30    68 FUNC    GLOBAL DEFAULT   11 g_completion_new
   582: 0002bae0   104 FUNC    GLOBAL DEFAULT   11 g_datalist_unset_flags
   583: 0002cef0   312 FUNC    GLOBAL DEFAULT   11 g_date_get_iso8601_week_of_year
   584: 0003ec50    88 FUNC    GLOBAL DEFAULT   11 g_key_file_free
   585: 0007d1e0   270 FUNC    GLOBAL DEFAULT   11 g_variant_dup_bytestring_array
   586: 00018bb0   171 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_writer_trylock
   587: 00056820    86 FUNC    GLOBAL DEFAULT   11 g_quark_try_string
   588: 00033d80    64 FUNC    GLOBAL DEFAULT   11 g_mkdtemp_full
   589: 00078f40   107 FUNC    GLOBAL DEFAULT   11 g_unichar_combining_class
   590: 0001b6f0   128 FUNC    GLOBAL DEFAULT   11 g_async_queue_sort_unlocked
   591: 00088320   917 FUNC    GLOBAL DEFAULT   11 g_variant_serialiser_needed_size
   592: 0006d3b0   278 FUNC    GLOBAL DEFAULT   11 g_assertion_message_error
   593: 00064f00    74 FUNC    GLOBAL DEFAULT   11 g_strnfill
   594: 0002c850   244 FUNC    GLOBAL DEFAULT   11 g_date_set_month
   595: 0007d4a0   433 FUNC    GLOBAL DEFAULT   11 g_variant_get_string
   596: 0003fd60   360 FUNC    GLOBAL DEFAULT   11 g_key_file_load_from_data
   597: 0010b658     0 NOTYPE  GLOBAL DEFAULT   24 __bss_start
   598: 000301a0  1121 FUNC    GLOBAL DEFAULT   11 g_date_time_add_full
   599: 00069c00    90 FUNC    GLOBAL DEFAULT   11 g_test_set_nonfatal_assertions
   600: 0006c980    82 FUNC    GLOBAL DEFAULT   11 g_test_run
   601: 0008f1a0   161 FUNC    GLOBAL DEFAULT   11 g_spawn_async
   602: 0005a740    79 FUNC    GLOBAL DEFAULT   11 g_match_info_unref
   603: 00016990     2 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_print
   604: 00032050    79 FUNC    GLOBAL DEFAULT   11 g_dir_rewind
   605: 00016a10     2 FUNC    GLOBAL DEFAULT   11 g_node_pop_allocator
   606: 00032c40    50 FUNC    GLOBAL DEFAULT   11 g_clear_error
   607: 0005c2f0   556 FUNC    GLOBAL DEFAULT   11 g_regex_escape_nul
   608: 00016960     2 FUNC    GLOBAL DEFAULT   11 g_allocator_free
   609: 00047600   104 FUNC    GLOBAL DEFAULT   11 g_main_loop_ref
   610: 0008ba60   118 FUNC    GLOBAL DEFAULT   11 g_unix_signal_add_full
   611: 00048750   192 FUNC    GLOBAL DEFAULT   11 g_child_watch_add_full
   612: 00037d40   220 FUNC    GLOBAL DEFAULT   11 g_hook_find
   613: 0001c740   165 FUNC    GLOBAL DEFAULT   11 g_pointer_bit_unlock
   614: 00056210    71 FUNC    GLOBAL DEFAULT   11 g_spaced_primes_closest
   615: 00030af0   113 FUNC    GLOBAL DEFAULT   11 g_date_time_get_day_of_week
   616: 0007d070    84 FUNC    GLOBAL DEFAULT   11 g_variant_dup_bytestring
   617: 0001a580   114 FUNC    GLOBAL DEFAULT   11 g_ptr_array_foreach
   618: 000560c0   123 FUNC    GLOBAL DEFAULT   11 g_pattern_match_string
   619: 00033e20  1024 FUNC    GLOBAL DEFAULT   11 g_file_set_contents
   620: 000516d0    81 FUNC    GLOBAL DEFAULT   11 g_option_context_get_help_enabled
   621: 0002fb10    48 FUNC    GLOBAL DEFAULT   11 g_date_time_equal
   622: 00030fc0    99 FUNC    GLOBAL DEFAULT   11 g_date_time_get_utc_offset
   623: 0001a340   104 FUNC    GLOBAL DEFAULT   11 g_ptr_array_add
   624: 0001b860    16 FUNC    GLOBAL DEFAULT   11 g_atomic_int_set
   625: 0007a3c0    15 FUNC    GLOBAL DEFAULT   11 g_get_real_name
   626: 00056020   152 FUNC    GLOBAL DEFAULT   11 g_pattern_spec_equal
   627: 0001a890    40 FUNC    GLOBAL DEFAULT   11 g_byte_array_free
   628: 0002fb40   639 FUNC    GLOBAL DEFAULT   11 g_date_time_get_ymd
   629: 0004e120   965 FUNC    GLOBAL DEFAULT   11 g_logv
   630: 00042ca0   266 FUNC    GLOBAL DEFAULT   11 g_list_insert_before
   631: 0002a230   396 FUNC    GLOBAL DEFAULT   11 g_filename_to_uri
   632: 0007b670   513 FUNC    GLOBAL DEFAULT   11 g_format_size_for_display
   633: 0002c4d0   187 FUNC    GLOBAL DEFAULT   11 g_date_is_leap_year
   634: 00076ae0   106 FUNC    GLOBAL DEFAULT   11 g_utf8_substring
   635: 00029200    32 FUNC    GLOBAL DEFAULT   11 g_iconv_close
   636: 0001d930  2090 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_to_data
   637: 0008c350    45 FUNC    GLOBAL DEFAULT   11 g_rw_lock_writer_trylock
   638: 000641d0   102 FUNC    GLOBAL DEFAULT   11 g_slist_remove_all
   639: 0007bd10   138 FUNC    GLOBAL DEFAULT   11 g_variant_new_string
   640: 00051730    95 FUNC    GLOBAL DEFAULT   11 g_option_context_set_ignore_unknown_options
   641: 0006e150   392 FUNC    GLOBAL DEFAULT   11 g_thread_pool_new
   642: 00021ca0   105 FUNC    GLOBAL DEFAULT   11 g_bytes_unref_to_array
   643: 00060a20   540 FUNC    GLOBAL DEFAULT   11 g_sequence_move_range
   644: 00016770    90 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_new
   645: 000581a0    97 FUNC    GLOBAL DEFAULT   11 g_queue_peek_nth
   646: 0004f410   135 FUNC    GLOBAL DEFAULT   11 g_node_unlink
   647: 0006cf60   483 FUNC    GLOBAL DEFAULT   11 g_assertion_message_cmpnum
   648: 000886c0   687 FUNC    GLOBAL DEFAULT   11 g_variant_serialised_byteswap
   649: 000342c0    78 FUNC    GLOBAL DEFAULT   11 g_dir_make_tmp
   650: 000198d0   240 FUNC    GLOBAL DEFAULT   11 g_array_remove_index_fast
   651: 000649f0    48 FUNC    GLOBAL DEFAULT   11 g_lstat
   652: 00042e90   120 FUNC    GLOBAL DEFAULT   11 g_list_remove_all
   653: 0006eff0   122 FUNC    GLOBAL DEFAULT   11 g_timer_continue
   654: 00039a10   323 FUNC    GLOBAL DEFAULT   11 g_io_channel_flush
   655: 00074850    73 FUNC    GLOBAL DEFAULT   11 g_tree_nnodes
   656: 0007d2f0    40 FUNC    GLOBAL DEFAULT   11 g_variant_is_container
   657: 00081e70   155 FUNC    GLOBAL DEFAULT   11 g_variant_get_child
   658: 00018170    50 FUNC    GLOBAL DEFAULT   11 g_cond_free
   659: 00064090   220 FUNC    GLOBAL DEFAULT   11 g_slist_insert_before
   660: 000643f0    32 FUNC    GLOBAL DEFAULT   11 g_slist_reverse
   661: 0001b940    23 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_compare_and_exchange
   662: 0001b690    81 FUNC    GLOBAL DEFAULT   11 g_async_queue_length_unlocked
   663: 0001c420   163 FUNC    GLOBAL DEFAULT   11 g_base64_decode_inplace
   664: 0010b640    24 OBJECT  GLOBAL DEFAULT   23 g_io_watch_funcs
   665: 0006df80    81 FUNC    GLOBAL DEFAULT   11 g_thread_exit
   666: 0001b8e0    27 FUNC    GLOBAL DEFAULT   11 g_atomic_int_or
   667: 0005d560   127 FUNC    GLOBAL DEFAULT   11 g_scanner_scope_foreach_symbol
   668: 00042720   532 FUNC    GLOBAL DEFAULT   11 g_parse_debug_string
   669: 0001aa80   136 FUNC    GLOBAL DEFAULT   11 g_byte_array_remove_range
   670: 00067a70   105 FUNC    GLOBAL DEFAULT   11 g_string_new
   671: 0003b530   373 FUNC    GLOBAL DEFAULT   11 g_io_channel_read_line_string
   672: 0001adf0   184 FUNC    GLOBAL DEFAULT   11 g_async_queue_unref
   673: 0002fa40   128 FUNC    GLOBAL DEFAULT   11 g_date_time_difference
   674: 000193b0    81 FUNC    GLOBAL DEFAULT   11 g_array_ref
   675: 00051a10  2533 FUNC    GLOBAL DEFAULT   11 g_option_context_get_help
   676: 00030c00    97 FUNC    GLOBAL DEFAULT   11 g_date_time_get_day_of_year
   677: 0002bb50    81 FUNC    GLOBAL DEFAULT   11 g_datalist_get_flags
   678: 0007f560   115 FUNC    GLOBAL DEFAULT   11 g_variant_builder_unref
   679: 00066cc0   262 FUNC    GLOBAL DEFAULT   11 g_strrstr_len
   680: 00048d40    29 FUNC    GLOBAL DEFAULT   11 g_mapped_file_new_from_fd
   681: 0004cc20   104 FUNC    GLOBAL DEFAULT   11 g_malloc0
   682: 00059590    73 FUNC    GLOBAL DEFAULT   11 g_match_info_get_string
   683: 0003cc40   168 FUNC    GLOBAL DEFAULT   11 g_io_channel_write
   684: 00082380   223 FUNC    GLOBAL DEFAULT   11 g_variant_new_from_data
   685: 00081970   146 FUNC    GLOBAL DEFAULT   11 g_variant_new
   686: 00063800   603 FUNC    GLOBAL DEFAULT   11 g_slice_free1
   687: 0008c440    18 FUNC    GLOBAL DEFAULT   11 g_cond_init
   688: 0007b640    48 FUNC    GLOBAL DEFAULT   11 g_format_size
   689: 0002f3f0   109 FUNC    GLOBAL DEFAULT   11 g_date_time_new_from_timeval_utc
   690: 00045970   281 FUNC    GLOBAL DEFAULT   11 g_source_add_child_source
   691: 00060810   187 FUNC    GLOBAL DEFAULT   11 g_sequence_prepend
   692: 00036310    21 FUNC    GLOBAL DEFAULT   11 g_hash_table_steal
   693: 0008c320    37 FUNC    GLOBAL DEFAULT   11 g_rw_lock_writer_lock
   694: 0001ada0    79 FUNC    GLOBAL DEFAULT   11 g_async_queue_ref_unlocked
   695: 0007f400    81 FUNC    GLOBAL DEFAULT   11 g_variant_builder_ref
   696: 000818c0   176 FUNC    GLOBAL DEFAULT   11 g_variant_dict_insert
   697: 0005d6a0    73 FUNC    GLOBAL DEFAULT   11 g_scanner_cur_line
   698: 00043160    48 FUNC    GLOBAL DEFAULT   11 g_list_copy
   699: 000668d0   329 FUNC    GLOBAL DEFAULT   11 g_strjoinv
   700: 00033df0    47 FUNC    GLOBAL DEFAULT   11 g_mkstemp_full
   701: 0010b658     0 NOTYPE  GLOBAL DEFAULT   23 _edata
   702: 0004e670   277 FUNC    GLOBAL DEFAULT   11 g_log_remove_handler
   703: 00074330    95 FUNC    GLOBAL DEFAULT   11 g_tree_insert
   704: 00075020   113 FUNC    GLOBAL DEFAULT   11 g_unichar_isupper
   705: 000325d0   179 FUNC    GLOBAL DEFAULT   11 g_listenv
   706: 0001fcf0   172 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_added
   707: 0004a1d0    96 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_ref
   708: 0002cde0   119 FUNC    GLOBAL DEFAULT   11 g_date_get_julian
   709: 0001b970    27 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_and
   710: 00043320    50 FUNC    GLOBAL DEFAULT   11 g_list_position
   711: 00030b70   136 FUNC    GLOBAL DEFAULT   11 g_date_time_get_week_numbering_year
   712: 0005a790    36 FUNC    GLOBAL DEFAULT   11 g_match_info_free
   713: 00035d30    11 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_steal
   714: 00069800   135 FUNC    GLOBAL DEFAULT   11 g_test_log_type_name
   715: 00068390    97 FUNC    GLOBAL DEFAULT   11 g_string_append_unichar
   716: 00048e80   114 FUNC    GLOBAL DEFAULT   11 g_mapped_file_get_bytes
   717: 000362f0    21 FUNC    GLOBAL DEFAULT   11 g_hash_table_remove
   718: 00064060    45 FUNC    GLOBAL DEFAULT   11 g_slist_prepend
   719: 00076c80   103 FUNC    GLOBAL DEFAULT   11 g_utf8_strchr
   720: 00060e60   176 FUNC    GLOBAL DEFAULT   11 g_sequence_sort_changed
   721: 00018d30   128 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_free
   722: 00029c20   141 FUNC    GLOBAL DEFAULT   11 g_locale_from_utf8
   723: 0007cad0   318 FUNC    GLOBAL DEFAULT   11 g_variant_new_maybe
   724: 00043360    50 FUNC    GLOBAL DEFAULT   11 g_list_index
   725: 00077400   388 FUNC    GLOBAL DEFAULT   11 g_ucs4_to_utf8
   726: 00040440   879 FUNC    GLOBAL DEFAULT   11 g_key_file_get_locale_string
   727: 0005c8f0   152 FUNC    GLOBAL DEFAULT   11 g_scanner_warn
   728: 00044d70   153 FUNC    GLOBAL DEFAULT   11 g_source_attach
   729: 00035c70   179 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_replace
   730: 00064810    21 FUNC    GLOBAL DEFAULT   11 g_slist_sort
   731: 0001a2b0   132 FUNC    GLOBAL DEFAULT   11 g_ptr_array_remove_fast
   732: 0007d660    48 FUNC    GLOBAL DEFAULT   11 g_variant_dup_string
   733: 00045840    96 FUNC    GLOBAL DEFAULT   11 g_source_set_name
   734: 00036a70     7 FUNC    GLOBAL DEFAULT   11 g_int64_hash
   735: 0008a5a0    89 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_variant
   736: 0008b560    48 FUNC    GLOBAL DEFAULT   11 g_sprintf
   737: 0007b0b0    79 FUNC    GLOBAL DEFAULT   11 g_nullify_pointer
   738: 00043570    58 FUNC    GLOBAL DEFAULT   11 g_list_free_full
   739: 0007bda0   179 FUNC    GLOBAL DEFAULT   11 g_variant_new_take_string
   740: 00067510    97 FUNC    GLOBAL DEFAULT   11 g_string_truncate
   741: 0004eb80   243 FUNC    GLOBAL DEFAULT   11 g_print
   742: 00046ca0   716 FUNC    GLOBAL DEFAULT   11 g_main_context_check
   743: 000320a0    88 FUNC    GLOBAL DEFAULT   11 g_dir_close
   744: 00078900   769 FUNC    GLOBAL DEFAULT   11 g_utf8_collate_key_for_filename
   745: 00068a90    48 FUNC    GLOBAL DEFAULT   11 g_string_append_printf
   746: 00086d30   917 FUNC    GLOBAL DEFAULT   11 g_variant_parse_error_print_context
   747: 0008b4b0    48 FUNC    GLOBAL DEFAULT   11 g_fprintf
   748: 00018840    88 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_init
   749: 00056b50   561 FUNC    GLOBAL DEFAULT   11 g_quark_from_static_string
   750: 00067380   123 FUNC    GLOBAL DEFAULT   11 g_string_free
   751: 0006c9e0   495 FUNC    GLOBAL DEFAULT   11 g_assertion_message
   752: 00018730    65 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_lock_full
   753: 0002f2c0    95 FUNC    GLOBAL DEFAULT   11 g_date_time_new_from_unix_local
   754: 0002b430   329 FUNC    GLOBAL DEFAULT   11 g_datalist_foreach
   755: 0002c440   135 FUNC    GLOBAL DEFAULT   11 g_date_is_first_of_month
   756: 00064830    21 FUNC    GLOBAL DEFAULT   11 g_slist_sort_with_data
   757: 00076080   184 FUNC    GLOBAL DEFAULT   11 g_unichar_digit_value
   758: 0002c250   125 FUNC    GLOBAL DEFAULT   11 g_date_get_year
   759: 0002bf90   188 FUNC    GLOBAL DEFAULT   11 g_date_new_julian
   760: 000598c0   120 FUNC    GLOBAL DEFAULT   11 g_match_info_fetch_named
   761: 000647f0    29 FUNC    GLOBAL DEFAULT   11 g_slist_insert_sorted_with_data
   762: 00079ce0   147 FUNC    GLOBAL DEFAULT   11 g_uri_escape_string
   763: 0003eb80    81 FUNC    GLOBAL DEFAULT   11 g_key_file_ref
   764: 00057ff0   112 FUNC    GLOBAL DEFAULT   11 g_queue_delete_link
   765: 0001ab40    48 FUNC    GLOBAL DEFAULT   11 g_byte_array_sort_with_data
   766: 0007f100   117 FUNC    GLOBAL DEFAULT   11 g_variant_iter_free
   767: 0007f0a0    88 FUNC    GLOBAL DEFAULT   11 g_variant_iter_n_children
   768: 00018dc0   129 FUNC    GLOBAL DEFAULT   11 g_static_private_get
   769: 0008aa80   144 FUNC    GLOBAL DEFAULT   11 g_variant_type_key
   770: 0003b8f0  1041 FUNC    GLOBAL DEFAULT   11 g_io_channel_read_chars
   771: 00058060   115 FUNC    GLOBAL DEFAULT   11 g_queue_pop_nth
   772: 00029b90   141 FUNC    GLOBAL DEFAULT   11 g_locale_to_utf8
   773: 0008a090   142 FUNC    GLOBAL DEFAULT   11 g_variant_type_get_string_length
   774: 00067470    95 FUNC    GLOBAL DEFAULT   11 g_string_equal
   775: 00067ae0    92 FUNC    GLOBAL DEFAULT   11 g_string_new_len
   776: 00036330   144 FUNC    GLOBAL DEFAULT   11 g_hash_table_remove_all
   777: 00068a40    66 FUNC    GLOBAL DEFAULT   11 g_string_printf
   778: 00014ad0     0 FUNC    GLOBAL DEFAULT    9 _init
   779: 00045f50   248 FUNC    GLOBAL DEFAULT   11 g_source_add_unix_fd
   780: 0008c1d0    44 FUNC    GLOBAL DEFAULT   11 g_rec_mutex_clear
   781: 00042fc0   183 FUNC    GLOBAL DEFAULT   11 g_list_delete_link
   782: 0007a150    93 FUNC    GLOBAL DEFAULT   11 g_atexit
   783: 000590a0   117 FUNC    GLOBAL DEFAULT   11 g_random_double_range
   784: 0007a3d0   146 FUNC    GLOBAL DEFAULT   11 g_get_home_dir
   785: 0007d890   270 FUNC    GLOBAL DEFAULT   11 g_variant_get_strv
   786: 00034750   300 FUNC    GLOBAL DEFAULT   11 g_path_get_basename
   787: 00065150   227 FUNC    GLOBAL DEFAULT   11 g_strtod
   788: 00057470    73 FUNC    GLOBAL DEFAULT   11 g_queue_get_length
   789: 00032190   124 FUNC    GLOBAL DEFAULT   11 g_environ_getenv
   790: 0002b040   188 FUNC    GLOBAL DEFAULT   11 g_dataset_id_get_data
   791: 00048680   204 FUNC    GLOBAL DEFAULT   11 g_child_watch_source_new
   792: 0007efa0    64 FUNC    GLOBAL DEFAULT   11 g_variant_iter_init
   793: 00059630    81 FUNC    GLOBAL DEFAULT   11 g_match_info_matches
   794: 0004f740    87 FUNC    GLOBAL DEFAULT   11 g_node_get_root
   795: 000379c0   195 FUNC    GLOBAL DEFAULT   11 g_hook_list_invoke_check
   796: 000646e0    67 FUNC    GLOBAL DEFAULT   11 g_slist_concat
   797: 00037780   190 FUNC    GLOBAL DEFAULT   11 g_hook_next_valid
   798: 0005b380    73 FUNC    GLOBAL DEFAULT   11 g_regex_get_compile_flags
   799: 0008b000    82 FUNC    GLOBAL DEFAULT   11 g_variant_type_checked_
   800: 0005c240   171 FUNC    GLOBAL DEFAULT   11 g_regex_check_replacement
   801: 0002c3c0   113 FUNC    GLOBAL DEFAULT   11 g_date_set_julian
   802: 0005ec90   139 FUNC    GLOBAL DEFAULT   11 g_scanner_peek_next_token
   803: 00062150  1727 FUNC    GLOBAL DEFAULT   11 g_shell_parse_argv
   804: 00065680   148 FUNC    GLOBAL DEFAULT   11 g_strdown
   805: 00075fd0   174 FUNC    GLOBAL DEFAULT   11 g_unichar_totitle
   806: 0007f180   167 FUNC    GLOBAL DEFAULT   11 g_variant_iter_next_value
   807: 00039d70   369 FUNC    GLOBAL DEFAULT   11 g_io_channel_shutdown
   808: 0004f3e0    38 FUNC    GLOBAL DEFAULT   11 g_node_new
   809: 0007d690   254 FUNC    GLOBAL DEFAULT   11 g_variant_dup_strv
   810: 00048460    64 FUNC    GLOBAL DEFAULT   11 g_main_context_invoke
   811: 00018030    59 FUNC    GLOBAL DEFAULT   11 g_private_new
   812: 00059800   180 FUNC    GLOBAL DEFAULT   11 g_match_info_fetch
   813: 0004ce40   113 FUNC    GLOBAL DEFAULT   11 g_malloc_n
   814: 00068400    97 FUNC    GLOBAL DEFAULT   11 g_string_prepend_unichar
   815: 000674d0    50 FUNC    GLOBAL DEFAULT   11 g_string_hash
   816: 0008c3b0    37 FUNC    GLOBAL DEFAULT   11 g_rw_lock_reader_lock
   817: 00019b30   237 FUNC    GLOBAL DEFAULT   11 g_array_set_size
   818: 00064940    40 FUNC    GLOBAL DEFAULT   11 g_rename
   819: 00032bb0   144 FUNC    GLOBAL DEFAULT   11 g_propagate_error
   820: 0001a950    32 FUNC    GLOBAL DEFAULT   11 g_byte_array_unref
   821: 000285e0   627 FUNC    GLOBAL DEFAULT   11 g_checksum_get_digest
   822: 00017b80   136 FUNC    GLOBAL DEFAULT   11 g_relation_count
   823: 00042110   162 FUNC    GLOBAL DEFAULT   11 g_key_file_remove_comment
   824: 00041bc0   381 FUNC    GLOBAL DEFAULT   11 g_key_file_set_double_list
   825: 0007fb60   536 FUNC    GLOBAL DEFAULT   11 g_variant_builder_end
   826: 00064790    58 FUNC    GLOBAL DEFAULT   11 g_slist_free_full
   827: 00058700   221 FUNC    GLOBAL DEFAULT   11 g_rand_copy
   828: 00034e60   239 FUNC    GLOBAL DEFAULT   11 g_dpgettext2
   829: 0008aa10   106 FUNC    GLOBAL DEFAULT   11 g_variant_type_n_items
   830: 00082080    68 FUNC    GLOBAL DEFAULT   11 g_variant_dict_new
   831: 00034cb0    74 FUNC    GLOBAL DEFAULT   11 g_dgettext
   832: 00029220   754 FUNC    GLOBAL DEFAULT   11 g_convert_with_iconv
   833: 00064fc0    60 FUNC    GLOBAL DEFAULT   11 g_strdup_vprintf
   834: 00058140    81 FUNC    GLOBAL DEFAULT   11 g_queue_peek_tail
   835: 00074b30   140 FUNC    GLOBAL DEFAULT   11 g_unichar_isalpha
   836: 00078fb0   540 FUNC    GLOBAL DEFAULT   11 g_unicode_canonical_ordering
   837: 00042240   256 FUNC    GLOBAL DEFAULT   11 g_key_file_has_key
   838: 00040f70   377 FUNC    GLOBAL DEFAULT   11 g_key_file_get_integer
   839: 000804b0   160 FUNC    GLOBAL DEFAULT   11 g_variant_dict_lookup_value
   840: 0008b850   273 FUNC    GLOBAL DEFAULT   11 g_unix_open_pipe
   841: 00017e70   194 FUNC    GLOBAL DEFAULT   11 g_relation_print
   842: 00039500    72 FUNC    GLOBAL DEFAULT   11 g_io_add_watch
   843: 00059c10   495 FUNC    GLOBAL DEFAULT   11 g_match_info_next
   844: 00027fd0   132 FUNC    GLOBAL DEFAULT   11 g_checksum_copy
   845: 00066a20   239 FUNC    GLOBAL DEFAULT   11 g_strjoin
   846: 00074190   105 FUNC    GLOBAL DEFAULT   11 g_tree_new_with_data
   847: 00034570   366 FUNC    GLOBAL DEFAULT   11 g_mkdir_with_parents
   848: 00048e20    81 FUNC    GLOBAL DEFAULT   11 g_mapped_file_ref
   849: 0007aa90    76 FUNC    GLOBAL DEFAULT   11 g_get_application_name
   850: 000448d0   474 FUNC    GLOBAL DEFAULT   11 g_main_context_unref
   851: 00030c70   105 FUNC    GLOBAL DEFAULT   11 g_date_time_get_hour
   852: 0001b250    97 FUNC    GLOBAL DEFAULT   11 g_async_queue_pop_unlocked
   853: 00067b40   162 FUNC    GLOBAL DEFAULT   11 g_string_prepend
   854: 00057090   567 FUNC    GLOBAL DEFAULT   11 g_intern_static_string
   855: 00053280    87 FUNC    GLOBAL DEFAULT   11 g_option_group_set_parse_hooks
   856: 0001bd00   575 FUNC    GLOBAL DEFAULT   11 g_base64_encode_step
   857: 00028f00    50 FUNC    GLOBAL DEFAULT   11 g_convert_error_quark
   858: 00016ff0   128 FUNC    GLOBAL DEFAULT   11 g_completion_clear_items
   859: 0004fbe0   120 FUNC    GLOBAL DEFAULT   11 g_node_n_nodes
   860: 00037b70   203 FUNC    GLOBAL DEFAULT   11 g_hook_list_marshal
   861: 0001b030   121 FUNC    GLOBAL DEFAULT   11 g_async_queue_push
   862: 00047950   104 FUNC    GLOBAL DEFAULT   11 g_main_loop_get_context
   863: 00082fc0   149 FUNC    GLOBAL DEFAULT   11 g_variant_store
   864: 00065240   109 FUNC    GLOBAL DEFAULT   11 g_ascii_formatd
   865: 000212c0   376 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_move_item
   866: 0008c460    44 FUNC    GLOBAL DEFAULT   11 g_cond_clear
   867: 00030a90    89 FUNC    GLOBAL DEFAULT   11 g_date_time_get_week_of_year
   868: 00041370   336 FUNC    GLOBAL DEFAULT   11 g_key_file_get_uint64
   869: 00074c40   113 FUNC    GLOBAL DEFAULT   11 g_unichar_isdigit
   870: 0003cb60   216 FUNC    GLOBAL DEFAULT   11 g_io_channel_read
   871: 0002a3c0   385 FUNC    GLOBAL DEFAULT   11 g_uri_list_extract_uris
   872: 00058fd0   101 FUNC    GLOBAL DEFAULT   11 g_random_int_range
   873: 000595e0    73 FUNC    GLOBAL DEFAULT   11 g_match_info_ref
   874: 00021440   293 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_icon
   875: 000461c0   104 FUNC    GLOBAL DEFAULT   11 g_get_current_time
   876: 00082d30    73 FUNC    GLOBAL DEFAULT   11 g_variant_get_data
   877: 00019410    95 FUNC    GLOBAL DEFAULT   11 g_array_unref
   878: 000396e0    73 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_buffer_size
   879: 0002b000    56 FUNC    GLOBAL DEFAULT   11 g_datalist_id_get_data
   880: 0007c5a0    89 FUNC    GLOBAL DEFAULT   11 g_variant_get_type_string
   881: 000618a0   136 FUNC    GLOBAL DEFAULT   11 g_sequence_move
   882: 000410f0   137 FUNC    GLOBAL DEFAULT   11 g_key_file_set_integer
   883: 00067f40   616 FUNC    GLOBAL DEFAULT   11 g_string_append_uri_escaped
   884: 0006f070   179 FUNC    GLOBAL DEFAULT   11 g_timer_elapsed
   885: 0004cda0    71 FUNC    GLOBAL DEFAULT   11 g_try_malloc0
   886: 00052ff0    96 FUNC    GLOBAL DEFAULT   11 g_option_group_new
   887: 0001a9b0    52 FUNC    GLOBAL DEFAULT   11 g_byte_array_prepend
   888: 000e642c     4 OBJECT  GLOBAL DEFAULT   13 glib_binary_age
   889: 0010adec     4 OBJECT  GLOBAL DEFAULT   19 g_ascii_table
   890: 0002c610   244 FUNC    GLOBAL DEFAULT   11 g_date_new_dmy
   891: 0002d910   152 FUNC    GLOBAL DEFAULT   11 g_date_get_days_in_month
   892: 00030e70   121 FUNC    GLOBAL DEFAULT   11 g_date_time_get_seconds
   893: 00082d80   139 FUNC    GLOBAL DEFAULT   11 g_variant_get_data_as_bytes
   894: 00063240  1340 FUNC    GLOBAL DEFAULT   11 g_slice_alloc
   895: 00058a80    62 FUNC    GLOBAL DEFAULT   11 g_rand_new_with_seed_array
   896: 0004f6d0    99 FUNC    GLOBAL DEFAULT   11 g_node_prepend
   897: 00089820  1143 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_get
   898: 00064540    50 FUNC    GLOBAL DEFAULT   11 g_slist_position
   899: 00079980   341 FUNC    GLOBAL DEFAULT   11 g_unichar_fully_decompose
   900: 0002af10   227 FUNC    GLOBAL DEFAULT   11 g_datalist_id_dup_data
   901: 0007b100  1339 FUNC    GLOBAL DEFAULT   11 g_format_size_full
   902: 0001a970    52 FUNC    GLOBAL DEFAULT   11 g_byte_array_append
   903: 0008bb20    80 FUNC    GLOBAL DEFAULT   11 g_unix_fd_source_new
   904: 00081f10   154 FUNC    GLOBAL DEFAULT   11 g_variant_iter_next
   905: 00069930    50 FUNC    GLOBAL DEFAULT   11 g_test_rand_double_range
   906: 0003c900   352 FUNC    GLOBAL DEFAULT   11 g_io_channel_write_unichar
   907: 00034d00    47 FUNC    GLOBAL DEFAULT   11 glib_gettext
   908: 00064030    40 FUNC    GLOBAL DEFAULT   11 g_slist_free_1
   909: 0008c380    37 FUNC    GLOBAL DEFAULT   11 g_rw_lock_writer_unlock
   910: 0006dc70    10 FUNC    GLOBAL DEFAULT   11 g_thread_ref
   911: 0001f640   189 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_title
   912: 00070360   316 FUNC    GLOBAL DEFAULT   11 g_time_zone_unref
   913: 00061930    73 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_is_end
   914: 0007adf0   196 FUNC    GLOBAL DEFAULT   11 g_reload_user_special_dirs_cache
   915: 000578d0   115 FUNC    GLOBAL DEFAULT   11 g_queue_copy
   916: 00035d40    81 FUNC    GLOBAL DEFAULT   11 g_hash_table_ref
   917: 00089780   146 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_ref
   918: 00021820    56 FUNC    GLOBAL DEFAULT   11 g_bytes_new_static
   919: 000194c0   114 FUNC    GLOBAL DEFAULT   11 g_array_free
   920: 000284b0   298 FUNC    GLOBAL DEFAULT   11 g_checksum_get_string
   921: 00018ae0   208 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_writer_lock
   922: 00047b00    32 FUNC    GLOBAL DEFAULT   11 g_source_get_current_time
   923: 00061a80    73 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_prev
   924: 0004a740    93 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_push
   925: 000361a0   325 FUNC    GLOBAL DEFAULT   11 g_hash_table_contains
   926: 0004eb40    64 FUNC    GLOBAL DEFAULT   11 g_set_print_handler
   927: 0006a500    27 FUNC    GLOBAL DEFAULT   11 g_test_trap_reached_timeout
   928: 00019dd0    47 FUNC    GLOBAL DEFAULT   11 g_ptr_array_new_with_free_func
   929: 0007d0d0   262 FUNC    GLOBAL DEFAULT   11 g_variant_get_bytestring_array
   930: 0002ba80    96 FUNC    GLOBAL DEFAULT   11 g_datalist_set_flags
   931: 00042be0    48 FUNC    GLOBAL DEFAULT   11 g_list_free
   932: 0002c710   218 FUNC    GLOBAL DEFAULT   11 g_date_set_time_t
   933: 00043220    51 FUNC    GLOBAL DEFAULT   11 g_list_nth_data
   934: 00041180   336 FUNC    GLOBAL DEFAULT   11 g_key_file_get_int64
   935: 0005c850   152 FUNC    GLOBAL DEFAULT   11 g_scanner_error
   936: 00082700   187 FUNC    GLOBAL DEFAULT   11 g_variant_new_from_bytes
   937: 0002a950   672 FUNC    GLOBAL DEFAULT   11 g_datalist_id_set_data_full
   938: 00038bd0    43 FUNC    GLOBAL DEFAULT   11 g_hostname_is_non_ascii
   939: 0001af60    79 FUNC    GLOBAL DEFAULT   11 g_async_queue_unlock
   940: 00016b30   112 FUNC    GLOBAL DEFAULT   11 g_cache_destroy
   941: 00079c40   158 FUNC    GLOBAL DEFAULT   11 g_uri_parse_scheme
   942: 00076a50   137 FUNC    GLOBAL DEFAULT   11 g_utf8_offset_to_pointer
   943: 0001f700   222 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_description
   944: 000169b0     2 FUNC    GLOBAL DEFAULT   11 g_blow_chunks
   945: 0006e8d0   115 FUNC    GLOBAL DEFAULT   11 g_thread_pool_get_max_threads
   946: 00044e80   115 FUNC    GLOBAL DEFAULT   11 g_source_get_id
   947: 0008ae10   132 FUNC    GLOBAL DEFAULT   11 g_variant_type_new_array
   948: 000758f0   282 FUNC    GLOBAL DEFAULT   11 g_unichar_tolower
   949: 00069970    61 FUNC    GLOBAL DEFAULT   11 g_test_timer_start
   950: 00082e10   108 FUNC    GLOBAL DEFAULT   11 g_variant_n_children
   951: 00037610   264 FUNC    GLOBAL DEFAULT   11 g_hook_insert_before
   952: 00089740    56 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_member_info
   953: 0010b7e8     4 OBJECT  GLOBAL DEFAULT   24 g_mem_gc_friendly
   954: 00079ae0   290 FUNC    GLOBAL DEFAULT   11 g_uri_unescape_segment
   955: 000169e0     2 FUNC    GLOBAL DEFAULT   11 g_slist_push_allocator
   956: 00047e70    81 FUNC    GLOBAL DEFAULT   11 g_main_context_is_owner
   957: 0010b558     4 OBJECT  GLOBAL DEFAULT   23 glib_mem_profiler_table
   958: 00052400  3052 FUNC    GLOBAL DEFAULT   11 g_option_context_parse
   959: 0003b6b0   573 FUNC    GLOBAL DEFAULT   11 g_io_channel_read_to_end
   960: 0006e660   291 FUNC    GLOBAL DEFAULT   11 g_thread_pool_push
   961: 00061520    23 FUNC    GLOBAL DEFAULT   11 g_sequence_get_length
   962: 00074ef0   151 FUNC    GLOBAL DEFAULT   11 g_unichar_isspace
   963: 00058490   133 FUNC    GLOBAL DEFAULT   11 g_queue_insert_after
   964: 00034510    89 FUNC    GLOBAL DEFAULT   11 g_path_skip_root
   965: 00077de0   435 FUNC    GLOBAL DEFAULT   11 g_ucs4_to_utf16
   966: 00061ad0   220 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_move
   967: 0007aca0   206 FUNC    GLOBAL DEFAULT   11 g_get_user_cache_dir
   968: 0006b1f0  2855 FUNC    GLOBAL DEFAULT   11 g_test_init
   969: 0004a9a0   124 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_pop
   970: 0006bf80    87 FUNC    GLOBAL DEFAULT   11 g_test_message
   971: 000414c0   145 FUNC    GLOBAL DEFAULT   11 g_key_file_set_uint64
   972: 000478e0   104 FUNC    GLOBAL DEFAULT   11 g_main_loop_is_running
   973: 00018e50   275 FUNC    GLOBAL DEFAULT   11 g_static_private_set
   974: 0007c790   109 FUNC    GLOBAL DEFAULT   11 g_variant_get_uint16
   975: 00078660   661 FUNC    GLOBAL DEFAULT   11 g_utf8_collate_key
   976: 0006cbd0   155 FUNC    GLOBAL DEFAULT   11 g_assertion_message_expr
   977: 00046bd0   198 FUNC    GLOBAL DEFAULT   11 g_main_context_query
   978: 00066340   146 FUNC    GLOBAL DEFAULT   11 g_strchomp
   979: 0008b670   193 FUNC    GLOBAL DEFAULT   11 g_vasprintf
   980: 00022280    44 FUNC    GLOBAL DEFAULT   11 g_get_codeset
   981: 00019360    79 FUNC    GLOBAL DEFAULT   11 g_array_set_clear_func
   982: 00061600    86 FUNC    GLOBAL DEFAULT   11 g_sequence_foreach
   983: 0001a220   132 FUNC    GLOBAL DEFAULT   11 g_ptr_array_remove
   984: 00046330   188 FUNC    GLOBAL DEFAULT   11 g_main_context_acquire
   985: 000645c0    27 FUNC    GLOBAL DEFAULT   11 g_slist_last
   986: 00019d00    89 FUNC    GLOBAL DEFAULT   11 g_ptr_array_sized_new
   987: 0008c250    34 FUNC    GLOBAL DEFAULT   11 g_rec_mutex_unlock
   988: 00089e70   370 FUNC    GLOBAL DEFAULT   11 g_variant_type_string_scan
   989: 00050140    97 FUNC    GLOBAL DEFAULT   11 g_node_first_sibling
   990: 0001ab10    40 FUNC    GLOBAL DEFAULT   11 g_byte_array_sort
   991: 00059bd0    50 FUNC    GLOBAL DEFAULT   11 g_regex_error_quark
   992: 0008c280    65 FUNC    GLOBAL DEFAULT   11 g_rec_mutex_trylock
   993: 0002e400  1707 FUNC    GLOBAL DEFAULT   11 g_date_set_parse
   994: 00021860    89 FUNC    GLOBAL DEFAULT   11 g_bytes_get_data
   995: 00045c00   273 FUNC    GLOBAL DEFAULT   11 g_main_context_find_source_by_funcs_user_data
   996: 0007c0f0   208 FUNC    GLOBAL DEFAULT   11 g_variant_new_strv
   997: 0002dc30   386 FUNC    GLOBAL DEFAULT   11 g_date_compare
   998: 0007f460   256 FUNC    GLOBAL DEFAULT   11 g_variant_builder_clear
   999: 000698c0    50 FUNC    GLOBAL DEFAULT   11 g_test_rand_int_range
  1000: 00036ad0   506 FUNC    GLOBAL DEFAULT   11 g_hmac_new
  1001: 0004cd70    37 FUNC    GLOBAL DEFAULT   11 g_try_malloc
  1002: 00066090   526 FUNC    GLOBAL DEFAULT   11 g_strescape
  1003: 00020d00   837 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_app_info
  1004: 00065cf0    48 FUNC    GLOBAL DEFAULT   11 g_strncasecmp
  1005: 000421c0   120 FUNC    GLOBAL DEFAULT   11 g_key_file_has_group
  1006: 000805c0   160 FUNC    GLOBAL DEFAULT   11 g_variant_dict_insert_value
  1007: 00044c50    52 FUNC    GLOBAL DEFAULT   11 g_main_context_get_thread_default
  1008: 00060570   273 FUNC    GLOBAL DEFAULT   11 g_sequence_range_get_midpoint
  1009: 00061e20   812 FUNC    GLOBAL DEFAULT   11 g_shell_unquote
  1010: 00016c80   208 FUNC    GLOBAL DEFAULT   11 g_cache_remove
  1011: 00046230    58 FUNC    GLOBAL DEFAULT   11 g_get_real_time
  1012: 00064750    51 FUNC    GLOBAL DEFAULT   11 g_slist_foreach
  1013: 0007c6b0   109 FUNC    GLOBAL DEFAULT   11 g_variant_get_byte
  1014: 0006a000   144 FUNC    GLOBAL DEFAULT   11 g_test_add_func
  1015: 0005bd40   140 FUNC    GLOBAL DEFAULT   11 g_regex_split_simple
  1016: 0003a000   696 FUNC    GLOBAL DEFAULT   11 g_io_channel_seek_position
  1017: 0006a4c0    18 FUNC    GLOBAL DEFAULT   11 g_test_subprocess
  1018: 00089720    28 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_n_members
  1019: 00089ff0   121 FUNC    GLOBAL DEFAULT   11 g_variant_type_string_is_valid
  1020: 000687f0   148 FUNC    GLOBAL DEFAULT   11 g_string_down
  1021: 00076760   124 FUNC    GLOBAL DEFAULT   11 g_utf8_find_next_char
  1022: 0007bae0    51 FUNC    GLOBAL DEFAULT   11 g_variant_new_uint16
  1023: 00047ce0   129 FUNC    GLOBAL DEFAULT   11 g_main_context_get_poll_func
  1024: 0007a1b0   505 FUNC    GLOBAL DEFAULT   11 g_find_program_in_path
  1025: 0002bf40    17 FUNC    GLOBAL DEFAULT   11 g_date_valid_day
  1026: 0007baa0    51 FUNC    GLOBAL DEFAULT   11 g_variant_new_int16
  1027: 0004cd40    41 FUNC    GLOBAL DEFAULT   11 g_clear_pointer
  1028: 00048030    64 FUNC    GLOBAL DEFAULT   11 g_timeout_add
  1029: 000187d0   104 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_free
  1030: 0001b9b0    27 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_xor
  1031: 00068580   116 FUNC    GLOBAL DEFAULT   11 g_string_overwrite
  1032: 0005a6b0   144 FUNC    GLOBAL DEFAULT   11 g_regex_unref
  1033: 00022340  1045 FUNC    GLOBAL DEFAULT   11 g_get_language_names
  1034: 0007f5e0   677 FUNC    GLOBAL DEFAULT   11 g_variant_builder_init
  1035: 000582f0   140 FUNC    GLOBAL DEFAULT   11 g_queue_remove_all
  1036: 000617f0   175 FUNC    GLOBAL DEFAULT   11 g_sequence_get_iter_at_pos
  1037: 00065e60   558 FUNC    GLOBAL DEFAULT   11 g_strcompress
  1038: 0008d560     8 FUNC    GLOBAL DEFAULT   11 g_io_channel_unix_get_fd
  1039: 00017860   154 FUNC    GLOBAL DEFAULT   11 g_relation_destroy
  1040: 0003ebe0   112 FUNC    GLOBAL DEFAULT   11 g_key_file_unref
  1041: 00031ea0   208 FUNC    GLOBAL DEFAULT   11 g_dir_open
  1042: 0007dab0    64 FUNC    GLOBAL DEFAULT   11 g_variant_print
  1043: 000580e0    81 FUNC    GLOBAL DEFAULT   11 g_queue_peek_head
  1044: 0002b100   589 FUNC    GLOBAL DEFAULT   11 g_datalist_id_replace_data
  1045: 00067900   187 FUNC    GLOBAL DEFAULT   11 g_string_assign
  1046: 0008a750   240 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_subtype_of
  1047: 0001e260   231 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_remove_item
  1048: 0002a550   231 FUNC    GLOBAL DEFAULT   11 g_filename_display_name
  1049: 00035da0   160 FUNC    GLOBAL DEFAULT   11 g_hash_table_unref
  1050: 000188a0   200 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_reader_lock
  1051: 0001c4d0   145 FUNC    GLOBAL DEFAULT   11 g_bit_lock
  1052: 000613b0   109 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_get_sequence
  1053: 0010b540    24 OBJECT  GLOBAL DEFAULT   23 g_unix_signal_funcs
  1054: 0002f9b0    49 FUNC    GLOBAL DEFAULT   11 g_date_time_add_minutes
  1055: 00020080   225 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_has_group
  1056: 00019d60    32 FUNC    GLOBAL DEFAULT   11 g_ptr_array_new
  1057: 00017900   120 FUNC    GLOBAL DEFAULT   11 g_relation_index
  1058: 00065c80   104 FUNC    GLOBAL DEFAULT   11 g_strcasecmp
  1059: 000648b0    84 FUNC    GLOBAL DEFAULT   11 g_open
  1060: 00018630    88 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_init
  1061: 0008a4d0    97 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_tuple
  1062: 00039080   125 FUNC    GLOBAL DEFAULT   11 g_hostname_is_ascii_encoded
  1063: 00059040    85 FUNC    GLOBAL DEFAULT   11 g_random_double
  1064: 0008c2d0    18 FUNC    GLOBAL DEFAULT   11 g_rw_lock_init
  1065: 000586b0    79 FUNC    GLOBAL DEFAULT   11 g_rand_free
  1066: 0001c090   284 FUNC    GLOBAL DEFAULT   11 g_base64_encode
  1067: 0001b8b0    13 FUNC    GLOBAL DEFAULT   11 g_atomic_int_add
  1068: 0008af30   204 FUNC    GLOBAL DEFAULT   11 g_variant_type_new_dict_entry
  1069: 0004f510   233 FUNC    GLOBAL DEFAULT   11 g_node_insert_before
  1070: 000453b0   164 FUNC    GLOBAL DEFAULT   11 g_source_set_priority
  1071: 0001a930    32 FUNC    GLOBAL DEFAULT   11 g_byte_array_ref
  1072: 00057cb0   146 FUNC    GLOBAL DEFAULT   11 g_queue_peek_nth_link
  1073: 0001b880    15 FUNC    GLOBAL DEFAULT   11 g_atomic_int_dec_and_test
  1074: 00033250   341 FUNC    GLOBAL DEFAULT   11 g_file_test
  1075: 0007c870   108 FUNC    GLOBAL DEFAULT   11 g_variant_get_uint32
  1076: 0004fcc0    96 FUNC    GLOBAL DEFAULT   11 g_node_copy
  1077: 00032ab0   137 FUNC    GLOBAL DEFAULT   11 g_set_error
  1078: 000393e0    89 FUNC    GLOBAL DEFAULT   11 g_io_create_watch
  1079: 000431f0    40 FUNC    GLOBAL DEFAULT   11 g_list_nth_prev
  1080: 0007aa40    76 FUNC    GLOBAL DEFAULT   11 g_set_prgname
  1081: 00046050   232 FUNC    GLOBAL DEFAULT   11 g_source_remove_unix_fd
  1082: 0001f990   224 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_mime_type
  1083: 0002f850    47 FUNC    GLOBAL DEFAULT   11 g_date_time_add
  1084: 00028060    57 FUNC    GLOBAL DEFAULT   11 g_checksum_free
  1085: 000889d0   182 FUNC    GLOBAL DEFAULT   11 g_variant_serialiser_is_object_path
  1086: 00069be0    25 FUNC    GLOBAL DEFAULT   11 g_test_failed
  1087: 0001b3b0   102 FUNC    GLOBAL DEFAULT   11 g_async_queue_timeout_pop
  1088: 00035e40   341 FUNC    GLOBAL DEFAULT   11 g_hash_table_lookup
  1089: 000517f0   308 FUNC    GLOBAL DEFAULT   11 g_option_context_add_group
  1090: 00021050   527 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_applications
  1091: 0004d170   299 FUNC    GLOBAL DEFAULT   11 g_mem_profile
  1092: 000196e0   228 FUNC    GLOBAL DEFAULT   11 g_array_insert_vals
  1093: 0008a1a0    70 FUNC    GLOBAL DEFAULT   11 g_variant_type_peek_string
  1094: 0006da10    50 FUNC    GLOBAL DEFAULT   11 g_thread_error_quark
  1095: 00034250   110 FUNC    GLOBAL DEFAULT   11 g_file_open_tmp
  1096: 0004fc60    89 FUNC    GLOBAL DEFAULT   11 g_node_last_child
  1097: 00019470    73 FUNC    GLOBAL DEFAULT   11 g_array_get_element_size
  1098: 0004a6d0    96 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_get_position
  1099: 0006da50   157 FUNC    GLOBAL DEFAULT   11 g_once_impl
  1100: 00034310    35 FUNC    GLOBAL DEFAULT   11 g_build_pathv
  1101: 0004cfc0    63 FUNC    GLOBAL DEFAULT   11 g_try_malloc_n
  1102: 000671b0   287 FUNC    GLOBAL DEFAULT   11 g_str_match_string
  1103: 00074200    81 FUNC    GLOBAL DEFAULT   11 g_tree_ref
  1104: 00076f20   403 FUNC    GLOBAL DEFAULT   11 g_utf8_to_ucs4_fast
  1105: 00055fc0    96 FUNC    GLOBAL DEFAULT   11 g_pattern_spec_free
  1106: 00064480    50 FUNC    GLOBAL DEFAULT   11 g_slist_find
  1107: 0006a520    52 FUNC    GLOBAL DEFAULT   11 g_test_log_buffer_new
  1108: 00048070   172 FUNC    GLOBAL DEFAULT   11 g_timeout_add_seconds_full
  1109: 00040210   331 FUNC    GLOBAL DEFAULT   11 g_key_file_set_string_list
  1110: 00050040   139 FUNC    GLOBAL DEFAULT   11 g_node_child_position
  1111: 00057ef0   120 FUNC    GLOBAL DEFAULT   11 g_queue_unlink
  1112: 00035aa0   104 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_init
  1113: 00031fd0   122 FUNC    GLOBAL DEFAULT   11 g_dir_read_name
  1114: 00046310    15 FUNC    GLOBAL DEFAULT   11 g_main_current_source
  1115: 0004c090  1444 FUNC    GLOBAL DEFAULT   11 g_markup_collect_attributes
  1116: 00040ca0   368 FUNC    GLOBAL DEFAULT   11 g_key_file_get_boolean_list
  1117: 00053420   180 FUNC    GLOBAL DEFAULT   11 g_option_context_add_main_entries
  1118: 0006a120   144 FUNC    GLOBAL DEFAULT   11 g_test_add_data_func_full
  1119: 000603a0    99 FUNC    GLOBAL DEFAULT   11 g_sequence_new
  1120: 00060410   128 FUNC    GLOBAL DEFAULT   11 g_sequence_free
  1121: 0007bb50    42 FUNC    GLOBAL DEFAULT   11 g_variant_new_uint32
  1122: 0006efa0    80 FUNC    GLOBAL DEFAULT   11 g_timer_reset
  1123: 00048e00    32 FUNC    GLOBAL DEFAULT   11 g_mapped_file_free
  1124: 00035c60    14 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_remove
  1125: 000662a0   147 FUNC    GLOBAL DEFAULT   11 g_strchug
  1126: 0007bb20    42 FUNC    GLOBAL DEFAULT   11 g_variant_new_int32
  1127: 00036a80    30 FUNC    GLOBAL DEFAULT   11 g_double_equal
  1128: 0007bc70   146 FUNC    GLOBAL DEFAULT   11 g_variant_new_variant
  1129: 00033dc0    40 FUNC    GLOBAL DEFAULT   11 g_mkdtemp
  1130: 00041560   368 FUNC    GLOBAL DEFAULT   11 g_key_file_get_integer_list
  1131: 00088970    83 FUNC    GLOBAL DEFAULT   11 g_variant_serialiser_is_string
  1132: 00037f30   142 FUNC    GLOBAL DEFAULT   11 g_hook_find_func_data
  1133: 00053630    73 FUNC    GLOBAL DEFAULT   11 g_option_context_get_summary
  1134: 0004e530    66 FUNC    GLOBAL DEFAULT   11 g_return_if_fail_warning
  1135: 00067ed0    97 FUNC    GLOBAL DEFAULT   11 g_string_prepend_c
  1136: 0005a7c0  2646 FUNC    GLOBAL DEFAULT   11 g_regex_new
  1137: 000572f0    96 FUNC    GLOBAL DEFAULT   11 g_queue_free
  1138: 00036590   167 FUNC    GLOBAL DEFAULT   11 g_hash_table_foreach
  1139: 00046850   885 FUNC    GLOBAL DEFAULT   11 g_main_context_prepare
  1140: 00069b60    62 FUNC    GLOBAL DEFAULT   11 g_test_incomplete
  1141: 00077fa0   815 FUNC    GLOBAL DEFAULT   11 g_utf8_validate
  1142: 00061d00   284 FUNC    GLOBAL DEFAULT   11 g_shell_quote
  1143: 0008a690   187 FUNC    GLOBAL DEFAULT   11 g_variant_type_equal
  1144: 0001a9f0    44 FUNC    GLOBAL DEFAULT   11 g_byte_array_set_size
  1145: 00045af0   145 FUNC    GLOBAL DEFAULT   11 g_main_context_find_source_by_id
  1146: 00020ad0   350 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_add_application
  1147: 00062fe0   178 FUNC    GLOBAL DEFAULT   11 g_slice_set_config
  1148: 0004e790   419 FUNC    GLOBAL DEFAULT   11 g_warn_message
  1149: 0006eda0   132 FUNC    GLOBAL DEFAULT   11 g_thread_pool_set_max_idle_time
  1150: 000657c0   147 FUNC    GLOBAL DEFAULT   11 g_strreverse
  1151: 0002d5f0   396 FUNC    GLOBAL DEFAULT   11 g_date_subtract_months
  1152: 0008c120    53 FUNC    GLOBAL DEFAULT   11 g_mutex_unlock
  1153: 00036520   112 FUNC    GLOBAL DEFAULT   11 g_hash_table_foreach_steal
  1154: 00042f10   167 FUNC    GLOBAL DEFAULT   11 g_list_remove_link
  1155: 00082ce0    73 FUNC    GLOBAL DEFAULT   11 g_variant_get_size
  1156: 000216f0   128 FUNC    GLOBAL DEFAULT   11 g_bytes_new_with_free_func
  1157: 00061660   296 FUNC    GLOBAL DEFAULT   11 g_sequence_sort_iter
  1158: 0005d7b0   168 FUNC    GLOBAL DEFAULT   11 g_scanner_sync_file_offset
  1159: 00065400   160 FUNC    GLOBAL DEFAULT   11 g_strsignal
  1160: 00060490   216 FUNC    GLOBAL DEFAULT   11 g_sequence_foreach_range
  1161: 00045d20   205 FUNC    GLOBAL DEFAULT   11 g_main_context_find_source_by_user_data
  1162: 0004c060    40 FUNC    GLOBAL DEFAULT   11 g_markup_printf_escaped
  1163: 00039550    68 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_buffer_condition
  1164: 00051530    66 FUNC    GLOBAL DEFAULT   11 g_option_context_new
  1165: 00076900   232 FUNC    GLOBAL DEFAULT   11 g_utf8_get_char
  1166: 00058da0    68 FUNC    GLOBAL DEFAULT   11 g_rand_double_range
  1167: 0001b920    12 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_get
  1168: 00089ca0   359 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_unref
  1169: 0010b510    24 OBJECT  GLOBAL DEFAULT   23 g_child_watch_funcs
  1170: 0002d780   187 FUNC    GLOBAL DEFAULT   11 g_date_add_years
  1171: 00079780   106 FUNC    GLOBAL DEFAULT   11 g_utf8_normalize
  1172: 0004a680    73 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_get_element_stack
  1173: 00057350    87 FUNC    GLOBAL DEFAULT   11 g_queue_init
  1174: 00064730    30 FUNC    GLOBAL DEFAULT   11 g_slist_length
  1175: 0007ebd0   290 FUNC    GLOBAL DEFAULT   11 g_variant_equal
  1176: 000535d0    96 FUNC    GLOBAL DEFAULT   11 g_option_context_set_summary
  1177: 00076680    60 FUNC    GLOBAL DEFAULT   11 g_unicode_script_from_iso15924
  1178: 00017980   302 FUNC    GLOBAL DEFAULT   11 g_relation_insert
  1179: 00046320    14 FUNC    GLOBAL DEFAULT   11 g_source_is_destroyed
  1180: 00048290    56 FUNC    GLOBAL DEFAULT   11 g_idle_add
  1181: 0008c6a0   103 FUNC    GLOBAL DEFAULT   11 g_private_replace
  1182: 0005cb10   643 FUNC    GLOBAL DEFAULT   11 g_scanner_new
  1183: 00064a80    40 FUNC    GLOBAL DEFAULT   11 g_fopen
  1184: 00034f50    74 FUNC    GLOBAL DEFAULT   11 g_dcgettext
  1185: 00065650    43 FUNC    GLOBAL DEFAULT   11 g_str_is_ascii
  1186: 0003af90   961 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_encoding
  1187: 00029520   248 FUNC    GLOBAL DEFAULT   11 g_convert
  1188: 00056880   719 FUNC    GLOBAL DEFAULT   11 g_quark_from_string
  1189: 0006f130   122 FUNC    GLOBAL DEFAULT   11 g_usleep
  1190: 0007d440    81 FUNC    GLOBAL DEFAULT   11 g_variant_classify
  1191: 0004db10  1199 FUNC    GLOBAL DEFAULT   11 g_log_default_handler
  1192: 00067ca0   184 FUNC    GLOBAL DEFAULT   11 g_string_insert
  1193: 00058df0   379 FUNC    GLOBAL DEFAULT   11 g_rand_int_range
  1194: 00061cc0    50 FUNC    GLOBAL DEFAULT   11 g_shell_error_quark
  1195: 0005b8b0   120 FUNC    GLOBAL DEFAULT   11 g_regex_get_string_number
  1196: 00060fe0   176 FUNC    GLOBAL DEFAULT   11 g_sequence_insert_sorted
  1197: 00059b30   156 FUNC    GLOBAL DEFAULT   11 g_match_info_fetch_all
  1198: 000181b0   161 FUNC    GLOBAL DEFAULT   11 g_cond_timed_wait
  1199: 000222b0   131 FUNC    GLOBAL DEFAULT   11 g_get_locale_variants
  1200: 0001c590   110 FUNC    GLOBAL DEFAULT   11 g_bit_unlock
  1201: 0001b870     9 FUNC    GLOBAL DEFAULT   11 g_atomic_int_inc
  1202: 00020c30   208 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_remove_application
  1203: 0007af90   144 FUNC    GLOBAL DEFAULT   11 g_get_system_data_dirs
  1204: 0007cfe0   133 FUNC    GLOBAL DEFAULT   11 g_variant_get_bytestring
  1205: 000652b0    58 FUNC    GLOBAL DEFAULT   11 g_ascii_dtostr
  1206: 0008b630    56 FUNC    GLOBAL DEFAULT   11 g_snprintf
  1207: 00065720   148 FUNC    GLOBAL DEFAULT   11 g_strup
  1208: 00032cc0    81 FUNC    GLOBAL DEFAULT   11 g_propagate_prefixed_error
  1209: 00017070   829 FUNC    GLOBAL DEFAULT   11 g_completion_complete
  1210: 00016e80   153 FUNC    GLOBAL DEFAULT   11 g_completion_add_items
  1211: 00021770    54 FUNC    GLOBAL DEFAULT   11 g_bytes_new_take
  1212: 00037a90   219 FUNC    GLOBAL DEFAULT   11 g_hook_list_marshal_check
  1213: 0003ca60    50 FUNC    GLOBAL DEFAULT   11 g_io_channel_error_quark
  1214: 00056dd0   703 FUNC    GLOBAL DEFAULT   11 g_intern_string
  1215: 00058270   123 FUNC    GLOBAL DEFAULT   11 g_queue_remove
  1216: 0002f280    51 FUNC    GLOBAL DEFAULT   11 g_date_time_new_now_utc
  1217: 000343e0    58 FUNC    GLOBAL DEFAULT   11 g_build_filename
  1218: 00065860    35 FUNC    GLOBAL DEFAULT   11 g_ascii_tolower
  1219: 00069e30   455 FUNC    GLOBAL DEFAULT   11 g_test_add_vtable
  1220: 0007ba60    50 FUNC    GLOBAL DEFAULT   11 g_variant_new_byte
  1221: 00067d60   244 FUNC    GLOBAL DEFAULT   11 g_string_insert_c
  1222: 0008a410    89 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_maybe
  1223: 000398d0   122 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_flags
  1224: 00030f40   115 FUNC    GLOBAL DEFAULT   11 g_date_time_to_timeval
  1225: 00035b10   243 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_next
  1226: 00066f10    89 FUNC    GLOBAL DEFAULT   11 g_strv_length
  1227: 000369e0    45 FUNC    GLOBAL DEFAULT   11 g_str_hash
  1228: 000217b0   110 FUNC    GLOBAL DEFAULT   11 g_bytes_new
  1229: 0002bf30    12 FUNC    GLOBAL DEFAULT   11 g_date_valid_year
  1230: 0001a850    56 FUNC    GLOBAL DEFAULT   11 g_byte_array_sized_new
  1231: 000777f0   521 FUNC    GLOBAL DEFAULT   11 g_utf16_to_ucs4
  1232: 00036a40     7 FUNC    GLOBAL DEFAULT   11 g_int_hash
  1233: 0002abf0   457 FUNC    GLOBAL DEFAULT   11 g_dataset_id_remove_no_notify
  1234: 00032970   259 FUNC    GLOBAL DEFAULT   11 g_error_copy
  1235: 0004ab70  4173 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_parse
  1236: 0002daf0   313 FUNC    GLOBAL DEFAULT   11 g_date_get_sunday_weeks_in_year
  1237: 0005d3e0   284 FUNC    GLOBAL DEFAULT   11 g_scanner_scope_lookup_symbol
  1238: 0001fc30   182 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_added
  1239: 00018140    46 FUNC    GLOBAL DEFAULT   11 g_cond_new
  1240: 000202a0   374 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_remove_group
  1241: 0008c410    37 FUNC    GLOBAL DEFAULT   11 g_rw_lock_reader_unlock
  1242: 000465a0   164 FUNC    GLOBAL DEFAULT   11 g_main_context_pop_thread_default
  1243: 000434f0    27 FUNC    GLOBAL DEFAULT   11 g_list_first
  1244: 0008b060    89 FUNC    GLOBAL DEFAULT   11 g_variant_type_new
  1245: 0005efa0  3143 FUNC    GLOBAL DEFAULT   11 g_scanner_unexp_token
  1246: 0005c520   564 FUNC    GLOBAL DEFAULT   11 g_regex_escape_string
  1247: 00076b50   109 FUNC    GLOBAL DEFAULT   11 g_utf8_strncpy
  1248: 00053f80  7240 FUNC    GLOBAL DEFAULT   11 g_pattern_match
  1249: 00087280   508 FUNC    GLOBAL DEFAULT   11 g_variant_serialised_n_children
  1250: 0002fb00    16 FUNC    GLOBAL DEFAULT   11 g_date_time_hash
  1251: 0003ccf0   251 FUNC    GLOBAL DEFAULT   11 g_io_channel_seek
  1252: 00057650   120 FUNC    GLOBAL DEFAULT   11 g_queue_find_custom
  1253: 00089630    73 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_get_type_string
  1254: 000501b0    87 FUNC    GLOBAL DEFAULT   11 g_node_last_sibling
  1255: 00041a50   368 FUNC    GLOBAL DEFAULT   11 g_key_file_get_double_list
  1256: 000747c0   130 FUNC    GLOBAL DEFAULT   11 g_tree_height
  1257: 0007c960   118 FUNC    GLOBAL DEFAULT   11 g_variant_get_uint64
  1258: 00018410   116 FUNC    GLOBAL DEFAULT   11 g_thread_create_full
  1259: 000791d0   235 FUNC    GLOBAL DEFAULT   11 g_unicode_canonical_decomposition
  1260: 0004edc0    75 FUNC    GLOBAL DEFAULT   11 g_printf_string_upper_bound
  1261: 00064910    40 FUNC    GLOBAL DEFAULT   11 g_creat
  1262: 00081fb0   202 FUNC    GLOBAL DEFAULT   11 g_variant_dict_init
  1263: 00068890   148 FUNC    GLOBAL DEFAULT   11 g_string_up
  1264: 0008a840   152 FUNC    GLOBAL DEFAULT   11 g_variant_type_element
  1265: 00018100    50 FUNC    GLOBAL DEFAULT   11 g_mutex_free
  1266: 00074bc0   113 FUNC    GLOBAL DEFAULT   11 g_unichar_iscntrl
  1267: 00081c60   161 FUNC    GLOBAL DEFAULT   11 g_variant_get
  1268: 0004a340   112 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_unref
  1269: 000573b0    88 FUNC    GLOBAL DEFAULT   11 g_queue_clear
  1270: 0008c1b0    18 FUNC    GLOBAL DEFAULT   11 g_rec_mutex_init
  1271: 000769f0    95 FUNC    GLOBAL DEFAULT   11 g_utf8_pointer_to_offset
  1272: 00046270   134 FUNC    GLOBAL DEFAULT   11 g_get_monotonic_time
  1273: 0003b3b0   381 FUNC    GLOBAL DEFAULT   11 g_io_channel_read_line
  1274: 000432a0   116 FUNC    GLOBAL DEFAULT   11 g_list_find_custom
  1275: 0008bb70   180 FUNC    GLOBAL DEFAULT   11 g_unix_fd_add_full
  1276: 0002f880    97 FUNC    GLOBAL DEFAULT   11 g_date_time_add_days
  1277: 0006dfe0    44 FUNC    GLOBAL DEFAULT   11 g_get_num_processors
  1278: 000431c0    40 FUNC    GLOBAL DEFAULT   11 g_list_nth
  1279: 0002a640   107 FUNC    GLOBAL DEFAULT   11 g_filename_display_basename
  1280: 00038130    33 FUNC    GLOBAL DEFAULT   11 g_hook_compare_ids
  1281: 00074aa0   140 FUNC    GLOBAL DEFAULT   11 g_unichar_isalnum
  1282: 000750a0    60 FUNC    GLOBAL DEFAULT   11 g_unichar_istitle
  1283: 00082b10    96 FUNC    GLOBAL DEFAULT   11 g_variant_ref
  1284: 00018690    45 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_lock
  1285: 0006e9d0   112 FUNC    GLOBAL DEFAULT   11 g_thread_pool_unprocessed
  1286: 000218c0    73 FUNC    GLOBAL DEFAULT   11 g_bytes_get_size
  1287: 0007a0a0    62 FUNC    GLOBAL DEFAULT   11 g_bit_nth_lsf
  1288: 000663e0   483 FUNC    GLOBAL DEFAULT   11 g_strsplit
  1289: 00050210   203 FUNC    GLOBAL DEFAULT   11 g_node_children_foreach
  1290: 00064a60    32 FUNC    GLOBAL DEFAULT   11 g_rmdir
  1291: 0006ebb0   204 FUNC    GLOBAL DEFAULT   11 g_thread_pool_set_max_unused_threads
  1292: 0008c090    18 FUNC    GLOBAL DEFAULT   11 g_mutex_init
  1293: 0005cda0   256 FUNC    GLOBAL DEFAULT   11 g_scanner_destroy
  1294: 00039cc0   168 FUNC    GLOBAL DEFAULT   11 g_io_channel_close
  1295: 0005be20   496 FUNC    GLOBAL DEFAULT   11 g_regex_replace_eval
  1296: 00089680    47 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_query
  1297: 00068470   272 FUNC    GLOBAL DEFAULT   11 g_string_overwrite_len
  1298: 0002f770   107 FUNC    GLOBAL DEFAULT   11 g_date_time_new_local
  1299: 000574c0    88 FUNC    GLOBAL DEFAULT   11 g_queue_reverse
  1300: 00076650    43 FUNC    GLOBAL DEFAULT   11 g_unicode_script_to_iso15924
  1301: 00041810   393 FUNC    GLOBAL DEFAULT   11 g_key_file_get_double
  1302: 00064b10   140 FUNC    GLOBAL DEFAULT   11 g_close
  1303: 00019c20   111 FUNC    GLOBAL DEFAULT   11 g_array_sort
  1304: 0007bbc0    58 FUNC    GLOBAL DEFAULT   11 g_variant_new_uint64
  1305: 000619e0    76 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_get_position
  1306: 0006d780   105 FUNC    GLOBAL DEFAULT   11 g_test_build_filename
  1307: 00037ea0   134 FUNC    GLOBAL DEFAULT   11 g_hook_find_func
  1308: 00086cf0    64 FUNC    GLOBAL DEFAULT   11 g_variant_builder_add_parsed
  1309: 0006e950   115 FUNC    GLOBAL DEFAULT   11 g_thread_pool_get_num_threads
  1310: 0008e9c0    50 FUNC    GLOBAL DEFAULT   11 g_spawn_exit_error_quark
  1311: 0007bb80    58 FUNC    GLOBAL DEFAULT   11 g_variant_new_int64
  1312: 00021260    81 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_size
  1313: 00021a10   144 FUNC    GLOBAL DEFAULT   11 g_bytes_equal
  1314: 0001ad20    32 FUNC    GLOBAL DEFAULT   11 g_async_queue_new
  1315: 000435f0    21 FUNC    GLOBAL DEFAULT   11 g_list_sort
  1316: 00064f50   104 FUNC    GLOBAL DEFAULT   11 g_stpcpy
  1317: 0003f190   271 FUNC    GLOBAL DEFAULT   11 g_key_file_get_value
  1318: 000182e0     6 FUNC    GLOBAL DEFAULT   11 g_thread_get_initialized
  1319: 00046f70   748 FUNC    GLOBAL DEFAULT   11 g_main_context_dispatch
  1320: 00020170   302 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_add_group
  1321: 0001a170   169 FUNC    GLOBAL DEFAULT   11 g_ptr_array_set_size
  1322: 0007aa00    54 FUNC    GLOBAL DEFAULT   11 g_get_prgname
  1323: 00044ab0   299 FUNC    GLOBAL DEFAULT   11 g_main_context_new
  1324: 0002f8f0    97 FUNC    GLOBAL DEFAULT   11 g_date_time_add_weeks
  1325: 00071fa0  2276 FUNC    GLOBAL DEFAULT   11 g_time_zone_find_interval
  1326: 00074f90   142 FUNC    GLOBAL DEFAULT   11 g_unichar_ismark
  1327: 0008f020   379 FUNC    GLOBAL DEFAULT   11 g_spawn_async_with_pipes
  1328: 00058d30   103 FUNC    GLOBAL DEFAULT   11 g_rand_double
  1329: 00036640   203 FUNC    GLOBAL DEFAULT   11 g_hash_table_find
  1330: 0008c560   185 FUNC    GLOBAL DEFAULT   11 g_cond_wait_until
  1331: 00058be0   327 FUNC    GLOBAL DEFAULT   11 g_rand_int
  1332: 00089e10    85 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_assert_no_infos
  1333: 0005b2b0    62 FUNC    GLOBAL DEFAULT   11 g_regex_get_capture_count
  1334: 00074510   135 FUNC    GLOBAL DEFAULT   11 g_tree_lookup_extended
  1335: 0006d7f0   151 FUNC    GLOBAL DEFAULT   11 g_test_get_dir
  1336: 0005b3d0    81 FUNC    GLOBAL DEFAULT   11 g_regex_get_match_flags
  1337: 00081d10    72 FUNC    GLOBAL DEFAULT   11 g_variant_builder_add
  1338: 000630a0   101 FUNC    GLOBAL DEFAULT   11 g_slice_get_config
  1339: 0006f290  1111 FUNC    GLOBAL DEFAULT   11 g_time_val_from_iso8601
  1340: 000654a0   168 FUNC    GLOBAL DEFAULT   11 g_strlcpy
  1341: 00031be0    89 FUNC    GLOBAL DEFAULT   11 g_date_time_is_daylight_savings
  1342: 00076cf0   103 FUNC    GLOBAL DEFAULT   11 g_utf8_strrchr
  1343: 000435b0    29 FUNC    GLOBAL DEFAULT   11 g_list_insert_sorted
  1344: 00069c60   144 FUNC    GLOBAL DEFAULT   11 g_test_create_suite
  1345: 0007cea0   315 FUNC    GLOBAL DEFAULT   11 g_variant_get_fixed_array
  1346: 00018700    45 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_unlock
  1347: 00021aa0   123 FUNC    GLOBAL DEFAULT   11 g_bytes_hash
  1348: 0001b560   188 FUNC    GLOBAL DEFAULT   11 g_async_queue_timed_pop_unlocked
  1349: 00042570   268 FUNC    GLOBAL DEFAULT   11 g_key_file_save_to_file
  1350: 00047850   144 FUNC    GLOBAL DEFAULT   11 g_main_loop_quit
  1351: 0004e0e0    64 FUNC    GLOBAL DEFAULT   11 g_test_log_set_fatal_handler
  1352: 00061a30    73 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_next
  1353: 000645e0    74 FUNC    GLOBAL DEFAULT   11 g_slist_append
  1354: 00073460    15 FUNC    GLOBAL DEFAULT   11 g_trash_stack_push
  1355: 0001c600   210 FUNC    GLOBAL DEFAULT   11 g_pointer_bit_lock
  1356: 0006a560   564 FUNC    GLOBAL DEFAULT   11 g_test_log_buffer_push
  1357: 0004d0b0   192 FUNC    GLOBAL DEFAULT   11 g_mem_set_vtable
  1358: 00032c80    50 FUNC    GLOBAL DEFAULT   11 g_prefix_error
  1359: 0007c290   106 FUNC    GLOBAL DEFAULT   11 g_variant_new_bytestring
  1360: 0001fe60   172 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_modified
  1361: 0006f1b0   222 FUNC    GLOBAL DEFAULT   11 g_time_val_add
  1362: 00058400   144 FUNC    GLOBAL DEFAULT   11 g_queue_push_nth
  1363: 00022120   351 FUNC    GLOBAL DEFAULT   11 g_get_charset
  1364: 00074dd0   151 FUNC    GLOBAL DEFAULT   11 g_unichar_isprint
  1365: 0008b0c0    87 FUNC    GLOBAL DEFAULT   11 glib_check_version
  1366: 000647d0    29 FUNC    GLOBAL DEFAULT   11 g_slist_insert_sorted
  1367: 0001f7e0   190 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_description
  1368: 00064170    94 FUNC    GLOBAL DEFAULT   11 g_slist_remove
  1369: 0005a3f0   355 FUNC    GLOBAL DEFAULT   11 g_match_info_expand_references
  1370: 00045110   191 FUNC    GLOBAL DEFAULT   11 g_source_remove_child_source
  1371: 00016a20   272 FUNC    GLOBAL DEFAULT   11 g_cache_new
  1372: 0006dc80    77 FUNC    GLOBAL DEFAULT   11 g_thread_unref
  1373: 00082460   344 FUNC    GLOBAL DEFAULT   11 g_variant_new_fixed_array
  1374: 0005d1c0   530 FUNC    GLOBAL DEFAULT   11 g_scanner_lookup_symbol
  1375: 00076710    65 FUNC    GLOBAL DEFAULT   11 g_utf8_find_prev_char
  1376: 0008a540    89 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_dict_entry
  1377: 0003af30    81 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_buffered
  1378: 0007cc10   122 FUNC    GLOBAL DEFAULT   11 g_variant_get_maybe
  1379: 00065d20   156 FUNC    GLOBAL DEFAULT   11 g_strdelimit
  1380: 00044cd0   160 FUNC    GLOBAL DEFAULT   11 g_source_new
  1381: 00036160    29 FUNC    GLOBAL DEFAULT   11 g_hash_table_replace
  1382: 000479c0   153 FUNC    GLOBAL DEFAULT   11 g_main_context_add_poll
  1383: 0001b930    16 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_set
  1384: 0002ffa0   508 FUNC    GLOBAL DEFAULT   11 g_date_time_add_months
  1385: 00066830   158 FUNC    GLOBAL DEFAULT   11 g_strdupv
  1386: 0006d260   335 FUNC    GLOBAL DEFAULT   11 g_assertion_message_cmpstr
  1387: 00019f80   168 FUNC    GLOBAL DEFAULT   11 g_ptr_array_remove_index_fast
  1388: 00042940    18 FUNC    GLOBAL DEFAULT   11 glib__private__
  1389: 0008b4e0   128 FUNC    GLOBAL DEFAULT   11 g_vsprintf
  1390: 0006ed00   160 FUNC    GLOBAL DEFAULT   11 g_thread_pool_set_sort_function
  1391: 0001acc0    89 FUNC    GLOBAL DEFAULT   11 g_async_queue_new_full
  1392: 00073470    22 FUNC    GLOBAL DEFAULT   11 g_trash_stack_pop
  1393: 00057f70   115 FUNC    GLOBAL DEFAULT   11 g_queue_pop_nth_link
  1394: 0008ab10   166 FUNC    GLOBAL DEFAULT   11 g_variant_type_value
  1395: 000186c0    55 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_trylock
  1396: 0001bb00   501 FUNC    GLOBAL DEFAULT   11 g_on_error_query
  1397: 0002b6c0   959 FUNC    GLOBAL DEFAULT   11 g_dataset_id_set_data_full
  1398: 0003bd10   501 FUNC    GLOBAL DEFAULT   11 g_io_channel_read_unichar
  1399: 00069d50   104 FUNC    GLOBAL DEFAULT   11 g_test_suite_add
  1400: 00037fc0   363 FUNC    GLOBAL DEFAULT   11 g_hook_insert_sorted
  1401: 0008c620    39 FUNC    GLOBAL DEFAULT   11 g_private_get
  1402: 0008b440   108 FUNC    GLOBAL DEFAULT   11 g_vfprintf
  1403: 00032870   132 FUNC    GLOBAL DEFAULT   11 g_error_new_literal
  1404: 00039440   179 FUNC    GLOBAL DEFAULT   11 g_io_add_watch_full
  1405: 000419a0   171 FUNC    GLOBAL DEFAULT   11 g_key_file_set_double
  1406: 00064440    51 FUNC    GLOBAL DEFAULT   11 g_slist_nth_data
  1407: 000191f0   241 FUNC    GLOBAL DEFAULT   11 g_array_sized_new
  1408: 00036a50    27 FUNC    GLOBAL DEFAULT   11 g_int64_equal
  1409: 00047a60   145 FUNC    GLOBAL DEFAULT   11 g_main_context_remove_poll
  1410: 00043420   143 FUNC    GLOBAL DEFAULT   11 g_list_insert
  1411: 00040360   216 FUNC    GLOBAL DEFAULT   11 g_key_file_set_locale_string
  1412: 00047d70   103 FUNC    GLOBAL DEFAULT   11 g_main_context_wakeup
  1413: 000385d0  1533 FUNC    GLOBAL DEFAULT   11 g_hostname_to_ascii
  1414: 00047c40   145 FUNC    GLOBAL DEFAULT   11 g_main_context_set_poll_func
  1415: 00074d50   113 FUNC    GLOBAL DEFAULT   11 g_unichar_islower
  1416: 0008d170   824 FUNC    GLOBAL DEFAULT   11 g_io_channel_new_file
  1417: 00041e10   753 FUNC    GLOBAL DEFAULT   11 g_key_file_get_comment
  1418: 000533a0   120 FUNC    GLOBAL DEFAULT   11 g_option_group_set_translation_domain
  1419: 0006df20    85 FUNC    GLOBAL DEFAULT   11 g_thread_self
  1420: 00048810    64 FUNC    GLOBAL DEFAULT   11 g_child_watch_add
  1421: 0001d250    50 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_error_quark
  1422: 0001c6e0    91 FUNC    GLOBAL DEFAULT   11 g_pointer_bit_trylock
  1423: 00058f70    85 FUNC    GLOBAL DEFAULT   11 g_random_int
  1424: 00073490     7 FUNC    GLOBAL DEFAULT   11 g_trash_stack_peek
  1425: 00066dd0   152 FUNC    GLOBAL DEFAULT   11 g_str_has_suffix
  1426: 00017d40   119 FUNC    GLOBAL DEFAULT   11 g_relation_exists
  1427: 0008bc30    72 FUNC    GLOBAL DEFAULT   11 g_unix_fd_add
  1428: 00048ba0    95 FUNC    GLOBAL DEFAULT   11 g_mapped_file_unref
  1429: 0006bfe0   264 FUNC    GLOBAL DEFAULT   11 g_test_bug
  1430: 00064280   102 FUNC    GLOBAL DEFAULT   11 g_slist_delete_link
  1431: 000561e0    48 FUNC    GLOBAL DEFAULT   11 g_poll
  1432: 0002ce60   144 FUNC    GLOBAL DEFAULT   11 g_date_days_between
  1433: 00079930    76 FUNC    GLOBAL DEFAULT   11 g_unichar_compose
  1434: 00027d40    34 FUNC    GLOBAL DEFAULT   11 g_checksum_type_get_length
  1435: 000339f0   901 FUNC    GLOBAL DEFAULT   11 g_file_get_contents
  1436: 0004f840   112 FUNC    GLOBAL DEFAULT   11 g_node_reverse_children
  1437: 00064580    50 FUNC    GLOBAL DEFAULT   11 g_slist_index
  1438: 00042bc0    32 FUNC    GLOBAL DEFAULT   11 g_list_alloc
  1439: 00080740    81 FUNC    GLOBAL DEFAULT   11 g_variant_dict_ref
  1440: 0007a0e0    73 FUNC    GLOBAL DEFAULT   11 g_bit_nth_msf
  1441: 0002c950   236 FUNC    GLOBAL DEFAULT   11 g_date_set_day
  1442: 00076bc0   186 FUNC    GLOBAL DEFAULT   11 g_unichar_to_utf8
  1443: 0008c520    53 FUNC    GLOBAL DEFAULT   11 g_cond_broadcast
  1444: 00061590   105 FUNC    GLOBAL DEFAULT   11 g_sequence_get_begin_iter
  1445: 000399b0    81 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_close_on_unref
  1446: 0006a4e0    25 FUNC    GLOBAL DEFAULT   11 g_test_trap_has_passed
  1447: 0001f560   214 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_title
  1448: 000359b0   171 FUNC    GLOBAL DEFAULT   11 g_hash_table_new_full
  1449: 00043190    36 FUNC    GLOBAL DEFAULT   11 g_list_reverse
  1450: 00067e60    97 FUNC    GLOBAL DEFAULT   11 g_string_append_c
  1451: 00041d40   193 FUNC    GLOBAL DEFAULT   11 g_key_file_set_comment
  1452: 00047f80   172 FUNC    GLOBAL DEFAULT   11 g_timeout_add_full
  1453: 00064ab0    48 FUNC    GLOBAL DEFAULT   11 g_freopen
  1454: 00059700    81 FUNC    GLOBAL DEFAULT   11 g_match_info_is_partial_match
  1455: 0004cbc0    96 FUNC    GLOBAL DEFAULT   11 g_malloc
  1456: 0008ea00  1557 FUNC    GLOBAL DEFAULT   11 g_spawn_sync
  1457: 0002bf60    17 FUNC    GLOBAL DEFAULT   11 g_date_valid_weekday
  1458: 0001d550   281 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_load_from_file
  1459: 00058380   120 FUNC    GLOBAL DEFAULT   11 g_queue_insert_before
  1460: 0001f8a0   237 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_mime_type
  1461: 0004ec80    64 FUNC    GLOBAL DEFAULT   11 g_set_printerr_handler
  1462: 000752c0   104 FUNC    GLOBAL DEFAULT   11 g_unichar_iswide
  1463: 0002f380   109 FUNC    GLOBAL DEFAULT   11 g_date_time_new_from_timeval_local
  1464: 00032900   104 FUNC    GLOBAL DEFAULT   11 g_error_free
  1465: 000412d0   145 FUNC    GLOBAL DEFAULT   11 g_key_file_set_int64
  1466: 00018970   171 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_reader_trylock
  1467: 0008a390   114 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_basic
  1468: 00029fe0   141 FUNC    GLOBAL DEFAULT   11 g_filename_from_utf8
  1469: 0003eb30    79 FUNC    GLOBAL DEFAULT   11 g_key_file_set_list_separator
  1470: 00028860   172 FUNC    GLOBAL DEFAULT   11 g_compute_checksum_for_data
  1471: 0002bf80    12 FUNC    GLOBAL DEFAULT   11 g_date_valid_julian
  1472: 000407b0   316 FUNC    GLOBAL DEFAULT   11 g_key_file_get_locale_string_list
  1473: 0004f600   198 FUNC    GLOBAL DEFAULT   11 g_node_insert_after
  1474: 0008c200    68 FUNC    GLOBAL DEFAULT   11 g_rec_mutex_lock
  1475: 0002adc0   321 FUNC    GLOBAL DEFAULT   11 g_datalist_id_remove_no_notify
  1476: 000197d0   248 FUNC    GLOBAL DEFAULT   11 g_array_remove_index
  1477: 00030d70   137 FUNC    GLOBAL DEFAULT   11 g_date_time_get_second
  1478: 00071320  3187 FUNC    GLOBAL DEFAULT   11 g_time_zone_adjust_time
  1479: 00039950    95 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_close_on_unref
  1480: 0006ee90    79 FUNC    GLOBAL DEFAULT   11 g_timer_destroy
  1481: 00069dc0   104 FUNC    GLOBAL DEFAULT   11 g_test_suite_add_suite
  1482: 0010b3a0    84 OBJECT  GLOBAL DEFAULT   23 g_thread_functions_for_glib_use
  1483: 0007c000    98 FUNC    GLOBAL DEFAULT   11 g_variant_is_signature
  1484: 00053550   120 FUNC    GLOBAL DEFAULT   11 g_option_context_set_translation_domain
  1485: 00080660   112 FUNC    GLOBAL DEFAULT   11 g_variant_dict_remove
  1486: 0002d4d0   280 FUNC    GLOBAL DEFAULT   11 g_date_add_months
  1487: 0001b2c0   123 FUNC    GLOBAL DEFAULT   11 g_async_queue_try_pop
  1488: 00067bf0   162 FUNC    GLOBAL DEFAULT   11 g_string_prepend_len
  1489: 000476f0   352 FUNC    GLOBAL DEFAULT   11 g_main_loop_run
  1490: 00077590   601 FUNC    GLOBAL DEFAULT   11 g_utf16_to_utf8
  1491: 00016950     6 FUNC    GLOBAL DEFAULT   11 g_allocator_new
  1492: 00059aa0   144 FUNC    GLOBAL DEFAULT   11 g_match_info_fetch_named_pos
  1493: 0008c0e0    53 FUNC    GLOBAL DEFAULT   11 g_mutex_lock
  1494: 00030ce0   137 FUNC    GLOBAL DEFAULT   11 g_date_time_get_minute
  1495: 00057ba0   132 FUNC    GLOBAL DEFAULT   11 g_queue_pop_tail
  1496: 00061790    86 FUNC    GLOBAL DEFAULT   11 g_sequence_sort
  1497: 0001afb0   120 FUNC    GLOBAL DEFAULT   11 g_async_queue_push_unlocked
  1498: 000743f0    89 FUNC    GLOBAL DEFAULT   11 g_tree_remove
  1499: 0008c160    71 FUNC    GLOBAL DEFAULT   11 g_mutex_trylock
  1500: 00069890    34 FUNC    GLOBAL DEFAULT   11 g_test_rand_int
  1501: 00060c40   177 FUNC    GLOBAL DEFAULT   11 g_sequence_remove_range
  1502: 0006ec80    23 FUNC    GLOBAL DEFAULT   11 g_thread_pool_get_max_unused_threads
  1503: 000782d0    33 FUNC    GLOBAL DEFAULT   11 g_unichar_validate
  1504: 00070500  3518 FUNC    GLOBAL DEFAULT   11 g_time_zone_new
  1505: 00066bf0   200 FUNC    GLOBAL DEFAULT   11 g_strrstr
  1506: 00021bc0   212 FUNC    GLOBAL DEFAULT   11 g_bytes_unref_to_data
  1507: 00051790    81 FUNC    GLOBAL DEFAULT   11 g_option_context_get_ignore_unknown_options
  1508: 00016a00     2 FUNC    GLOBAL DEFAULT   11 g_node_push_allocator
  1509: 000372b0   186 FUNC    GLOBAL DEFAULT   11 g_hook_free
  1510: 0004ecc0   243 FUNC    GLOBAL DEFAULT   11 g_printerr
  1511: 00016830    81 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_alloc
  1512: 0004e090    74 FUNC    GLOBAL DEFAULT   11 g_log_set_default_handler
  1513: 0006cc70   751 FUNC    GLOBAL DEFAULT   11 g_test_trap_subprocess
  1514: 00037720    95 FUNC    GLOBAL DEFAULT   11 g_hook_prepend
  1515: 0006ef40    88 FUNC    GLOBAL DEFAULT   11 g_timer_stop
  1516: 0002ee80   136 FUNC    GLOBAL DEFAULT   11 g_date_time_unref
  1517: 00068770   116 FUNC    GLOBAL DEFAULT   11 g_string_ascii_up
  1518: 000408f0   387 FUNC    GLOBAL DEFAULT   11 g_key_file_set_locale_string_list
  1519: 000576d0   128 FUNC    GLOBAL DEFAULT   11 g_queue_sort
  1520: 00050990    50 FUNC    GLOBAL DEFAULT   11 g_option_error_quark
  1521: 0007ba20    50 FUNC    GLOBAL DEFAULT   11 g_variant_new_boolean
  1522: 0002d030   117 FUNC    GLOBAL DEFAULT   11 g_date_add_days
  1523: 0008c3e0    45 FUNC    GLOBAL DEFAULT   11 g_rw_lock_reader_trylock
  1524: 0002d140   190 FUNC    GLOBAL DEFAULT   11 g_date_get_day_of_year
  1525: 00039310   122 FUNC    GLOBAL DEFAULT   11 g_io_channel_init
  1526: 0008ff44     0 FUNC    GLOBAL DEFAULT   12 _fini
  1527: 0004ff40    89 FUNC    GLOBAL DEFAULT   11 g_node_n_children
  1528: 000397f0    89 FUNC    GLOBAL DEFAULT   11 g_io_channel_get_line_term
  1529: 000532e0    79 FUNC    GLOBAL DEFAULT   11 g_option_group_set_error_hook
  1530: 0002f460   770 FUNC    GLOBAL DEFAULT   11 g_date_time_new
  1531: 0002d0b0   136 FUNC    GLOBAL DEFAULT   11 g_date_subtract_days
  1532: 0001d290   101 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_new
  1533: 00039390    73 FUNC    GLOBAL DEFAULT   11 g_io_channel_ref
  1534: 0003ff70   670 FUNC    GLOBAL DEFAULT   11 g_key_file_get_string_list
  1535: 00018780    71 FUNC    GLOBAL DEFAULT   11 g_static_rec_mutex_unlock_full
  1536: 00067320    85 FUNC    GLOBAL DEFAULT   11 g_string_sized_new
  1537: 0004a620    81 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_get_element
  1538: 0010b388     4 OBJECT  GLOBAL DEFAULT   23 g_thread_gettime
  1539: 00076140   224 FUNC    GLOBAL DEFAULT   11 g_unichar_xdigit_value
  1540: 00036eb0   178 FUNC    GLOBAL DEFAULT   11 g_hmac_get_digest
  1541: 0001c360   180 FUNC    GLOBAL DEFAULT   11 g_base64_decode
  1542: 00021970   160 FUNC    GLOBAL DEFAULT   11 g_bytes_new_from_bytes
  1543: 00068e80    71 FUNC    GLOBAL DEFAULT   11 g_strcmp0
  1544: 0007a3b0    14 FUNC    GLOBAL DEFAULT   11 g_get_user_name
  1545: 0001bf40   328 FUNC    GLOBAL DEFAULT   11 g_base64_encode_close
  1546: 00036180    25 FUNC    GLOBAL DEFAULT   11 g_hash_table_add
  1547: 0002ca40   228 FUNC    GLOBAL DEFAULT   11 g_date_set_year
  1548: 0001d670   702 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_load_from_data_dirs
  1549: 0007d320   285 FUNC    GLOBAL DEFAULT   11 g_variant_new_dict_entry
  1550: 0002f320    95 FUNC    GLOBAL DEFAULT   11 g_date_time_new_from_unix_utc
  1551: 0008f530     2 FUNC    GLOBAL DEFAULT   11 g_spawn_close_pid
  1552: 000474f0    89 FUNC    GLOBAL DEFAULT   11 g_main_context_iteration
  1553: 000652f0    57 FUNC    GLOBAL DEFAULT   11 g_ascii_strtoull
  1554: 00045760   121 FUNC    GLOBAL DEFAULT   11 g_source_set_can_recurse
  1555: 00053050   559 FUNC    GLOBAL DEFAULT   11 g_option_group_add_entries
  1556: 00017490    12 FUNC    GLOBAL DEFAULT   11 g_completion_set_compare
  1557: 00034220    48 FUNC    GLOBAL DEFAULT   11 g_mkstemp
  1558: 000433a0    27 FUNC    GLOBAL DEFAULT   11 g_list_last
  1559: 0007c3d0    89 FUNC    GLOBAL DEFAULT   11 g_variant_get_type
  1560: 0008b590   152 FUNC    GLOBAL DEFAULT   11 g_vsnprintf
  1561: 000504d0   152 FUNC    GLOBAL DEFAULT   11 g_option_group_free
  1562: 00081d60   258 FUNC    GLOBAL DEFAULT   11 g_variant_dict_end
  1563: 00019d80    79 FUNC    GLOBAL DEFAULT   11 g_ptr_array_set_free_func
  1564: 00034880   180 FUNC    GLOBAL DEFAULT   11 g_path_get_dirname
  1565: 0005b220    73 FUNC    GLOBAL DEFAULT   11 g_regex_get_pattern
  1566: 0007cd00   405 FUNC    GLOBAL DEFAULT   11 g_variant_new_array
  1567: 000169f0     2 FUNC    GLOBAL DEFAULT   11 g_slist_pop_allocator
  1568: 0010b664     4 OBJECT  GLOBAL DEFAULT   24 g_thread_use_default_impl
  1569: 00037e20   118 FUNC    GLOBAL DEFAULT   11 g_hook_find_data
  1570: 0002e100   756 FUNC    GLOBAL DEFAULT   11 g_date_strftime
  1571: 000481a0    64 FUNC    GLOBAL DEFAULT   11 g_idle_source_new
  1572: 00032560   110 FUNC    GLOBAL DEFAULT   11 g_unsetenv
  1573: 00065330    57 FUNC    GLOBAL DEFAULT   11 g_ascii_strtoll
  1574: 000363c0    88 FUNC    GLOBAL DEFAULT   11 g_hash_table_destroy
  1575: 0003f040   336 FUNC    GLOBAL DEFAULT   11 g_key_file_get_groups
  1576: 0001d300    45 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_free
  1577: 00074390    95 FUNC    GLOBAL DEFAULT   11 g_tree_replace
  1578: 00078300   153 FUNC    GLOBAL DEFAULT   11 g_utf8_strreverse
  1579: 00036140    29 FUNC    GLOBAL DEFAULT   11 g_hash_table_insert
  1580: 000689f0    66 FUNC    GLOBAL DEFAULT   11 g_string_vprintf
  1581: 00020800   712 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_app_info
  1582: 0006bf20    95 FUNC    GLOBAL DEFAULT   11 g_test_maximized_result
  1583: 0008c650    69 FUNC    GLOBAL DEFAULT   11 g_private_set
  1584: 0006dea0   123 FUNC    GLOBAL DEFAULT   11 g_thread_join
  1585: 0006dba0   195 FUNC    GLOBAL DEFAULT   11 g_once_init_leave
  1586: 000e6430     4 OBJECT  GLOBAL DEFAULT   13 glib_interface_age
  1587: 00036d60    73 FUNC    GLOBAL DEFAULT   11 g_hmac_ref
  1588: 0002b670    79 FUNC    GLOBAL DEFAULT   11 g_datalist_init
  1589: 0007c300   208 FUNC    GLOBAL DEFAULT   11 g_variant_new_bytestring_array
  1590: 0004bbc0   476 FUNC    GLOBAL DEFAULT   11 g_markup_escape_text
  1591: 0008abc0   587 FUNC    GLOBAL DEFAULT   11 g_variant_type_new_tuple
  1592: 000681b0   478 FUNC    GLOBAL DEFAULT   11 g_string_insert_unichar
  1593: 0002b580   228 FUNC    GLOBAL DEFAULT   11 g_dataset_foreach
  1594: 0010b528    24 OBJECT  GLOBAL DEFAULT   23 g_timeout_funcs
  1595: 00064a20    32 FUNC    GLOBAL DEFAULT   11 g_unlink
  1596: 00034d30   229 FUNC    GLOBAL DEFAULT   11 g_dpgettext
  1597: 00042340   190 FUNC    GLOBAL DEFAULT   11 g_key_file_remove_group
  1598: 00058940   319 FUNC    GLOBAL DEFAULT   11 g_rand_set_seed_array
  1599: 0008f410   282 FUNC    GLOBAL DEFAULT   11 g_spawn_check_exit_status
  1600: 0004fe30   259 FUNC    GLOBAL DEFAULT   11 g_node_insert
  1601: 00058ac0   288 FUNC    GLOBAL DEFAULT   11 g_rand_new
  1602: 00068930   184 FUNC    GLOBAL DEFAULT   11 g_string_append_vprintf
  1603: 000458a0    73 FUNC    GLOBAL DEFAULT   11 g_source_get_name
  1604: 000797f0   313 FUNC    GLOBAL DEFAULT   11 g_unichar_decompose
  1605: 000199c0   355 FUNC    GLOBAL DEFAULT   11 g_array_remove_range
  1606: 0008c4e0    53 FUNC    GLOBAL DEFAULT   11 g_cond_signal
  1607: 0006d890   194 FUNC    GLOBAL DEFAULT   11 g_test_get_filename
  1608: 00078530   110 FUNC    GLOBAL DEFAULT   11 g_unichar_break_type
  1609: 00074cc0   129 FUNC    GLOBAL DEFAULT   11 g_unichar_isgraph
  1610: 000324c0   152 FUNC    GLOBAL DEFAULT   11 g_setenv
  1611: 0001fa70   207 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_is_private
  1612: 0005c1a0   160 FUNC    GLOBAL DEFAULT   11 g_regex_replace_literal
  1613: 00032a80    38 FUNC    GLOBAL DEFAULT   11 g_error_matches
  1614: 000896d0    65 FUNC    GLOBAL DEFAULT   11 g_variant_type_info_query_element
  1615: 000333b0    50 FUNC    GLOBAL DEFAULT   11 g_file_error_quark
  1616: 0001b8c0    27 FUNC    GLOBAL DEFAULT   11 g_atomic_int_and
  1617: 00057850   116 FUNC    GLOBAL DEFAULT   11 g_queue_push_tail
  1618: 0005ed20   202 FUNC    GLOBAL DEFAULT   11 g_scanner_get_next_token
  1619: 0004f4a0   112 FUNC    GLOBAL DEFAULT   11 g_node_destroy
  1620: 00064ae0    40 FUNC    GLOBAL DEFAULT   11 g_utime
  1621: 0005b540   136 FUNC    GLOBAL DEFAULT   11 g_regex_match_simple
  1622: 00044c90    58 FUNC    GLOBAL DEFAULT   11 g_main_context_ref_thread_default
  1623: 0005b2f0    69 FUNC    GLOBAL DEFAULT   11 g_regex_get_has_cr_or_lf
  1624: 00016dc0   112 FUNC    GLOBAL DEFAULT   11 g_cache_value_foreach
  1625: 000745a0   184 FUNC    GLOBAL DEFAULT   11 g_tree_foreach
  1626: 00018560    97 FUNC    GLOBAL DEFAULT   11 g_static_mutex_get_mutex_impl
  1627: 00036db0   128 FUNC    GLOBAL DEFAULT   11 g_hmac_unref
  1628: 0008ddc0    50 FUNC    GLOBAL DEFAULT   11 g_spawn_error_quark
  1629: 00044e10   103 FUNC    GLOBAL DEFAULT   11 g_source_destroy
  1630: 00036f70   163 FUNC    GLOBAL DEFAULT   11 g_hmac_get_string
  1631: 00018c60   200 FUNC    GLOBAL DEFAULT   11 g_static_rw_lock_writer_unlock
  1632: 000729a0   242 FUNC    GLOBAL DEFAULT   11 g_time_zone_get_offset
  1633: 00061980    90 FUNC    GLOBAL DEFAULT   11 g_sequence_iter_is_begin
  1634: 00034420   142 FUNC    GLOBAL DEFAULT   11 g_file_read_link
  1635: 0002e050   168 FUNC    GLOBAL DEFAULT   11 g_date_order
  1636: 000434b0    60 FUNC    GLOBAL DEFAULT   11 g_list_concat
  1637: 00039100   525 FUNC    GLOBAL DEFAULT   11 g_hostname_is_ip_address
  1638: 00047ed0    74 FUNC    GLOBAL DEFAULT   11 g_timeout_source_new
  1639: 00065dc0   160 FUNC    GLOBAL DEFAULT   11 g_strcanon
  1640: 000280a0  1038 FUNC    GLOBAL DEFAULT   11 g_checksum_update
  1641: 00068d90   183 FUNC    GLOBAL DEFAULT   11 g_string_chunk_insert_const
  1642: 00051580   235 FUNC    GLOBAL DEFAULT   11 g_option_context_free
  1643: 00081a10   200 FUNC    GLOBAL DEFAULT   11 g_variant_get_va
  1644: 00076220   110 FUNC    GLOBAL DEFAULT   11 g_unichar_type
  1645: 00059120    85 FUNC    GLOBAL DEFAULT   11 g_random_set_seed
  1646: 00019e40    81 FUNC    GLOBAL DEFAULT   11 g_ptr_array_ref
  1647: 00061090   180 FUNC    GLOBAL DEFAULT   11 g_sequence_search_iter
  1648: 000785a0   192 FUNC    GLOBAL DEFAULT   11 g_utf8_collate
  1649: 000169a0     2 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_info
  1650: 0004a230   267 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_free
  1651: 00018490    80 FUNC    GLOBAL DEFAULT   11 g_thread_create
  1652: 0005cea0   454 FUNC    GLOBAL DEFAULT   11 g_scanner_scope_add_symbol
  1653: 0003f810   280 FUNC    GLOBAL DEFAULT   11 g_key_file_load_from_file
  1654: 0002be40    32 FUNC    GLOBAL DEFAULT   11 g_date_new
  1655: 00019540   179 FUNC    GLOBAL DEFAULT   11 g_array_append_vals
  1656: 000291c0    64 FUNC    GLOBAL DEFAULT   11 g_iconv
  1657: 00029620  1391 FUNC    GLOBAL DEFAULT   11 g_convert_with_fallback
  1658: 00048120   113 FUNC    GLOBAL DEFAULT   11 g_timeout_add_seconds
  1659: 00065a30    75 FUNC    GLOBAL DEFAULT   11 g_ascii_xdigit_value
  1660: 0004fdb0   113 FUNC    GLOBAL DEFAULT   11 g_node_nth_child
  1661: 0007ca50   116 FUNC    GLOBAL DEFAULT   11 g_variant_get_double
  1662: 0005bdd0    80 FUNC    GLOBAL DEFAULT   11 g_regex_split
  1663: 0008f340   202 FUNC    GLOBAL DEFAULT   11 g_spawn_command_line_async
  1664: 000475a0    89 FUNC    GLOBAL DEFAULT   11 g_main_loop_new
  1665: 0006d4d0   674 FUNC    GLOBAL DEFAULT   11 g_test_trap_assertions
  1666: 00045a90    87 FUNC    GLOBAL DEFAULT   11 g_source_unref
  1667: 0007c720   109 FUNC    GLOBAL DEFAULT   11 g_variant_get_int16
  1668: 00030940   324 FUNC    GLOBAL DEFAULT   11 g_date_time_get_day_of_month
  1669: 0007daf0  3987 FUNC    GLOBAL DEFAULT   11 g_variant_print_string
  1670: 000534e0   112 FUNC    GLOBAL DEFAULT   11 g_option_context_set_translate_func
  1671: 0001ba20   214 FUNC    GLOBAL DEFAULT   11 g_on_error_stack_trace
  1672: 0002fdc0   468 FUNC    GLOBAL DEFAULT   11 g_date_time_add_years
  1673: 00020730   206 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_has_application
  1674: 00037480   120 FUNC    GLOBAL DEFAULT   11 g_hook_destroy_link
  1675: 00065890   147 FUNC    GLOBAL DEFAULT   11 g_ascii_strdown
  1676: 000820d0   291 FUNC    GLOBAL DEFAULT   11 g_variant_iter_loop
  1677: 0002c590   114 FUNC    GLOBAL DEFAULT   11 g_date_valid_dmy
  1678: 0006ea40   355 FUNC    GLOBAL DEFAULT   11 g_thread_pool_free
  1679: 0007aae0   116 FUNC    GLOBAL DEFAULT   11 g_set_application_name
  1680: 00068ac0    95 FUNC    GLOBAL DEFAULT   11 g_string_chunk_new
  1681: 00043260    50 FUNC    GLOBAL DEFAULT   11 g_list_find
  1682: 0003fc30   298 FUNC    GLOBAL DEFAULT   11 g_key_file_load_from_data_dirs
  1683: 00064a40    32 FUNC    GLOBAL DEFAULT   11 g_remove
  1684: 0008c2f0    44 FUNC    GLOBAL DEFAULT   11 g_rw_lock_clear
  1685: 00036e30   120 FUNC    GLOBAL DEFAULT   11 g_hmac_update
  1686: 00060f10   208 FUNC    GLOBAL DEFAULT   11 g_sequence_insert_sorted_iter
  1687: 00045040   208 FUNC    GLOBAL DEFAULT   11 g_source_remove_poll
  1688: 00061420    98 FUNC    GLOBAL DEFAULT   11 g_sequence_get
  1689: 000182f0     2 FUNC    GLOBAL DEFAULT   11 g_thread_init_glib
  1690: 00064410    40 FUNC    GLOBAL DEFAULT   11 g_slist_nth
  1691: 00057c30   120 FUNC    GLOBAL DEFAULT   11 g_queue_pop_tail_link
  1692: 00056140   152 FUNC    GLOBAL DEFAULT   11 g_pattern_match_simple
  1693: 000579f0   133 FUNC    GLOBAL DEFAULT   11 g_queue_pop_head
  1694: 0001e160   256 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_to_file
  1695: 00069900    34 FUNC    GLOBAL DEFAULT   11 g_test_rand_double
  1696: 00034e20    55 FUNC    GLOBAL DEFAULT   11 glib_pgettext
  1697: 00066e70   152 FUNC    GLOBAL DEFAULT   11 g_str_has_prefix
  1698: 000637c0    64 FUNC    GLOBAL DEFAULT   11 g_slice_copy
  1699: 0006bec0    95 FUNC    GLOBAL DEFAULT   11 g_test_minimized_result
  1700: 00063a60   791 FUNC    GLOBAL DEFAULT   11 g_slice_free_chain_with_offset
  1701: 0007bc30    58 FUNC    GLOBAL DEFAULT   11 g_variant_new_double
  1702: 00031cb0    59 FUNC    GLOBAL DEFAULT   11 g_date_time_to_utc
  1703: 00065a80   232 FUNC    GLOBAL DEFAULT   11 g_ascii_strcasecmp
  1704: 00087480  2269 FUNC    GLOBAL DEFAULT   11 g_variant_serialised_get_child
  1705: 00087d60  1468 FUNC    GLOBAL DEFAULT   11 g_variant_serialiser_serialise
  1706: 000807a0   108 FUNC    GLOBAL DEFAULT   11 g_variant_dict_unref
  1707: 0010bd60     0 NOTYPE  GLOBAL DEFAULT   24 _end
  1708: 00046650   500 FUNC    GLOBAL DEFAULT   11 g_main_context_wait
  1709: 00019e00    54 FUNC    GLOBAL DEFAULT   11 g_ptr_array_new_full
  1710: 0005b270    62 FUNC    GLOBAL DEFAULT   11 g_regex_get_max_backref
  1711: 0003efe0    89 FUNC    GLOBAL DEFAULT   11 g_key_file_get_start_group
  1712: 0008b3a0   108 FUNC    GLOBAL DEFAULT   11 g_vprintf
  1713: 00032720   198 FUNC    GLOBAL DEFAULT   11 g_error_new_valist
  1714: 00020570   445 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_groups
  1715: 0005a560    73 FUNC    GLOBAL DEFAULT   11 g_regex_ref
  1716: 000192f0   101 FUNC    GLOBAL DEFAULT   11 g_array_new
  1717: 0007cc90   110 FUNC    GLOBAL DEFAULT   11 g_variant_get_variant
  1718: 00036920   131 FUNC    GLOBAL DEFAULT   11 g_hash_table_get_values
  1719: 00029f10   194 FUNC    GLOBAL DEFAULT   11 g_filename_to_utf8
  1720: 0003f930   756 FUNC    GLOBAL DEFAULT   11 g_key_file_load_from_dirs
  1721: 0008a1f0   107 FUNC    GLOBAL DEFAULT   11 g_variant_type_dup_string
  1722: 00076d60   438 FUNC    GLOBAL DEFAULT   11 g_utf8_get_char_validated
  1723: 0007c600    48 FUNC    GLOBAL DEFAULT   11 g_variant_is_of_type
  1724: 0008a8e0   161 FUNC    GLOBAL DEFAULT   11 g_variant_type_first
  1725: 0007ab60   232 FUNC    GLOBAL DEFAULT   11 g_get_user_data_dir
  1726: 00042c10    40 FUNC    GLOBAL DEFAULT   11 g_list_free_1
  1727: 00039850   120 FUNC    GLOBAL DEFAULT   11 g_io_channel_set_flags
  1728: 00021570   292 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_icon
  1729: 0010b4f8    24 OBJECT  GLOBAL DEFAULT   23 g_idle_funcs
  1730: 0004a730     8 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_get_user_data
  1731: 00061540    73 FUNC    GLOBAL DEFAULT   11 g_sequence_get_end_iter
  1732: 0007b020   144 FUNC    GLOBAL DEFAULT   11 g_get_system_config_dirs
  1733: 0008aea0   132 FUNC    GLOBAL DEFAULT   11 g_variant_type_new_maybe
  1734: 000611f0   276 FUNC    GLOBAL DEFAULT   11 g_sequence_lookup_iter
  1735: 000344b0    81 FUNC    GLOBAL DEFAULT   11 g_path_is_absolute
  1736: 00039ef0   269 FUNC    GLOBAL DEFAULT   11 g_io_channel_unref
  1737: 00017430    88 FUNC    GLOBAL DEFAULT   11 g_completion_free
  1738: 0002d2f0   277 FUNC    GLOBAL DEFAULT   11 g_date_get_sunday_week_of_year
  1739: 00028910   140 FUNC    GLOBAL DEFAULT   11 g_compute_checksum_for_string
  1740: 0007f890    68 FUNC    GLOBAL DEFAULT   11 g_variant_builder_new
  1741: 00056d90    52 FUNC    GLOBAL DEFAULT   11 g_quark_to_string
  1742: 0002d200   232 FUNC    GLOBAL DEFAULT   11 g_date_get_monday_week_of_year
  1743: 00072aa0   210 FUNC    GLOBAL DEFAULT   11 g_time_zone_is_dst
  1744: 00035c10    73 FUNC    GLOBAL DEFAULT   11 g_hash_table_iter_get_hash_table
  1745: 00058210    92 FUNC    GLOBAL DEFAULT   11 g_queue_index
  1746: 00032690    36 FUNC    GLOBAL DEFAULT   11 g_get_environ
  1747: 00042c40    85 FUNC    GLOBAL DEFAULT   11 g_list_prepend
  1748: 0005d070   328 FUNC    GLOBAL DEFAULT   11 g_scanner_scope_remove_symbol
  1749: 0010b364     4 OBJECT  GLOBAL DEFAULT   23 g_threads_got_initialized
  1750: 0005c010   387 FUNC    GLOBAL DEFAULT   11 g_regex_replace
  1751: 00074090   130 FUNC    GLOBAL DEFAULT   11 g_tree_new_full
  1752: 0007c800   108 FUNC    GLOBAL DEFAULT   11 g_variant_get_int32
  1753: 0004a0b0   282 FUNC    GLOBAL DEFAULT   11 g_markup_parse_context_new
  1754: 0003ecb0   425 FUNC    GLOBAL DEFAULT   11 g_key_file_to_data
  1755: 00030e00   105 FUNC    GLOBAL DEFAULT   11 g_date_time_get_microsecond
  1756: 0005edf0   206 FUNC    GLOBAL DEFAULT   11 g_scanner_input_file
  1757: 0002f960    68 FUNC    GLOBAL DEFAULT   11 g_date_time_add_hours
  1758: 00021b20   152 FUNC    GLOBAL DEFAULT   11 g_bytes_compare
  1759: 0001a700   114 FUNC    GLOBAL DEFAULT   11 g_ptr_array_free
  1760: 0003ee60   381 FUNC    GLOBAL DEFAULT   11 g_key_file_get_keys
  1761: 0005b860    80 FUNC    GLOBAL DEFAULT   11 g_regex_match_all
  1762: 0002f7e0   107 FUNC    GLOBAL DEFAULT   11 g_date_time_new_utc
  1763: 000500d0   108 FUNC    GLOBAL DEFAULT   11 g_node_child_index
  1764: 000575b0    58 FUNC    GLOBAL DEFAULT   11 g_queue_free_full
  1765: 000643c0    48 FUNC    GLOBAL DEFAULT   11 g_slist_copy
  1766: 0006a1b0   112 FUNC    GLOBAL DEFAULT   11 g_test_queue_destroy
  1767: 00074660   192 FUNC    GLOBAL DEFAULT   11 g_tree_traverse
  1768: 00034340   105 FUNC    GLOBAL DEFAULT   11 g_build_path
  1769: 00060770   155 FUNC    GLOBAL DEFAULT   11 g_sequence_append
  1770: 000712f0    42 FUNC    GLOBAL DEFAULT   11 g_time_zone_new_local
  1771: 000742d0    88 FUNC    GLOBAL DEFAULT   11 g_tree_destroy
  1772: 0002d410   190 FUNC    GLOBAL DEFAULT   11 g_date_is_last_of_month
  1773: 00064240    62 FUNC    GLOBAL DEFAULT   11 g_slist_remove_link
  1774: 0006ee50    52 FUNC    GLOBAL DEFAULT   11 g_timer_new
  1775: 00051670    87 FUNC    GLOBAL DEFAULT   11 g_option_context_set_help_enabled
  1776: 00065b70   272 FUNC    GLOBAL DEFAULT   11 g_ascii_strncasecmp
  1777: 0005d630   110 FUNC    GLOBAL DEFAULT   11 g_scanner_cur_value
  1778: 00061bb0   184 FUNC    GLOBAL DEFAULT   11 g_sequence_swap
  1779: 000168f0    87 FUNC    GLOBAL DEFAULT   11 g_mem_chunk_free
  1780: 00076530   113 FUNC    GLOBAL DEFAULT   11 g_unichar_get_mirror_char
  1781: 0005b930  1025 FUNC    GLOBAL DEFAULT   11 g_regex_split_full
  1782: 0005b620   563 FUNC    GLOBAL DEFAULT   11 g_regex_match_all_full
  1783: 0004cd10    37 FUNC    GLOBAL DEFAULT   11 g_free
  1784: 0004cc90   128 FUNC    GLOBAL DEFAULT   11 g_realloc
  1785: 00074450    89 FUNC    GLOBAL DEFAULT   11 g_tree_steal
  1786: 0008a120   124 FUNC    GLOBAL DEFAULT   11 g_variant_type_copy
  1787: 00044f00    82 FUNC    GLOBAL DEFAULT   11 g_source_get_context
  1788: 00060970   176 FUNC    GLOBAL DEFAULT   11 g_sequence_remove
  1789: 00072890   259 FUNC    GLOBAL DEFAULT   11 g_time_zone_get_abbreviation
  1790: 00037180   136 FUNC    GLOBAL DEFAULT   11 g_hook_list_init
  1791: 000333f0    38 FUNC    GLOBAL DEFAULT   11 g_file_error_from_errno
  1792: 0006a220    46 FUNC    GLOBAL DEFAULT   11 g_test_queue_free
  1793: 000184e0    32 FUNC    GLOBAL DEFAULT   11 g_once_init_enter_impl
  1794: 00047f20    85 FUNC    GLOBAL DEFAULT   11 g_timeout_source_new_seconds
  1795: 0007a470   205 FUNC    GLOBAL DEFAULT   11 g_get_tmp_dir
  1796: 000169d0     2 FUNC    GLOBAL DEFAULT   11 g_list_pop_allocator
  1797: 0007f8e0   341 FUNC    GLOBAL DEFAULT   11 g_variant_builder_add_value
  1798: 00037840   177 FUNC    GLOBAL DEFAULT   11 g_hook_first_valid
  1799: 000169c0     2 FUNC    GLOBAL DEFAULT   11 g_list_push_allocator
  1800: 00021910    81 FUNC    GLOBAL DEFAULT   11 g_bytes_ref
  1801: 0002a7e0   194 FUNC    GLOBAL DEFAULT   11 g_datalist_clear
  1802: 00029cb0   595 FUNC    GLOBAL DEFAULT   11 g_get_filename_charsets
  1803: 0001b960    13 FUNC    GLOBAL DEFAULT   11 g_atomic_pointer_add
  1804: 00036760   131 FUNC    GLOBAL DEFAULT   11 g_hash_table_get_keys
  1805: 0008a300   130 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_container
  1806: 0004d000    63 FUNC    GLOBAL DEFAULT   11 g_try_malloc0_n
  1807: 00019ea0   216 FUNC    GLOBAL DEFAULT   11 g_ptr_array_remove_index
  1808: 00063110   295 FUNC    GLOBAL DEFAULT   11 g_slice_get_config_state
  1809: 00076290   156 FUNC    GLOBAL DEFAULT   11 g_utf8_strup
  1810: 00057750   109 FUNC    GLOBAL DEFAULT   11 g_queue_push_head
  1811: 0003f2a0   300 FUNC    GLOBAL DEFAULT   11 g_key_file_set_value
  1812: 00067580   115 FUNC    GLOBAL DEFAULT   11 g_string_set_size
  1813: 0004e9c0   184 FUNC    GLOBAL DEFAULT   11 g_test_expect_message
  1814: 00058900    54 FUNC    GLOBAL DEFAULT   11 g_rand_new_with_seed
  1815: 00065a00    46 FUNC    GLOBAL DEFAULT   11 g_ascii_digit_value
  1816: 0001fb40   231 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_get_is_private
  1817: 00077a00   979 FUNC    GLOBAL DEFAULT   11 g_utf8_to_utf16
  1818: 00019c90   111 FUNC    GLOBAL DEFAULT   11 g_array_sort_with_data
  1819: 00020420   327 FUNC    GLOBAL DEFAULT   11 g_bookmark_file_set_groups
  1820: 0008a260   155 FUNC    GLOBAL DEFAULT   11 g_variant_type_is_definite
  1821: 0004fd20   139 FUNC    GLOBAL DEFAULT   11 g_node_copy_deep
  1822: 0003eaf0    50 FUNC    GLOBAL DEFAULT   11 g_key_file_new
  1823: 00040a80   368 FUNC    GLOBAL DEFAULT   11 g_key_file_get_boolean
  1824: 000649a0    32 FUNC    GLOBAL DEFAULT   11 g_chdir
  1825: 0002f240    51 FUNC    GLOBAL DEFAULT   11 g_date_time_new_now_local
  1826: 0001af10    79 FUNC    GLOBAL DEFAULT   11 g_async_queue_lock
  1827: 00069ba0    62 FUNC    GLOBAL DEFAULT   11 g_test_skip
  1828: 00051930   136 FUNC    GLOBAL DEFAULT   11 g_option_context_set_main_group
  1829: 00067400   106 FUNC    GLOBAL DEFAULT   11 g_string_free_to_bytes
  1830: 00047670   128 FUNC    GLOBAL DEFAULT   11 g_main_loop_unref
  1831: 00044c00    77 FUNC    GLOBAL DEFAULT   11 g_main_context_default
  1832: 0005d500    81 FUNC    GLOBAL DEFAULT   11 g_scanner_set_scope
  1833: 0001aeb0    88 FUNC    GLOBAL DEFAULT   11 g_async_queue_unref_and_unlock
  1834: 00069b40    22 FUNC    GLOBAL DEFAULT   11 g_test_fail
  1835: 0001a510   111 FUNC    GLOBAL DEFAULT   11 g_ptr_array_sort_with_data
  1836: 0001a3b0   232 FUNC    GLOBAL DEFAULT   11 g_ptr_array_insert
  1837: 00046140   120 FUNC    GLOBAL DEFAULT   11 g_source_query_unix_fd
  1838: 00065370   141 FUNC    GLOBAL DEFAULT   11 g_strerror
  1839: 0007fd80   251 FUNC    GLOBAL DEFAULT   11 g_variant_builder_close
[/code]

[code=c]
$ nm -D /lib/i386-linux-gnu/libglib-2.0.so.0
         U abort
         U access
         U bindtextdomain
         U bind_textdomain_codeset
0010b658 B __bss_start
         U calloc
         U chdir
         U chmod
         U clock_gettime
         U close
         U closedir
         U creat64
         U __ctype_b_loc
         U __ctype_tolower_loc
         U __ctype_toupper_loc
         U __cxa_atexit
         w __cxa_finalize
         U dcgettext
         U dcngettext
         U dirfd
         U dup
         U dup2
0010b658 D _edata
0010bd60 B _end
         U environ
         v _environ
         U __environ
         U __errno_location
         U eventfd
         U execv
         U execve
         U execvp
         U exit
         U _exit
         U fallocate64
         U fclose
         U fcntl
         U __fdelt_chk
         U fdopen
         U feof
         U ferror
         U fflush
         U fgets
0008ff44 T _fini
         U fopen64
         U fork
         U __fprintf_chk
         U fputc
         U fputs
         U fread
         U free
         U freopen64
         U fscanf
         U fstatfs64
         U fsync
         U fwrite
         U __fxstat64
00064850 T g_access
00016960 T g_allocator_free
00016950 T g_allocator_new
00019540 T g_array_append_vals
000194c0 T g_array_free
00019470 T g_array_get_element_size
000196e0 T g_array_insert_vals
000192f0 T g_array_new
00019600 T g_array_prepend_vals
000193b0 T g_array_ref
000197d0 T g_array_remove_index
000198d0 T g_array_remove_index_fast
000199c0 T g_array_remove_range
00019360 T g_array_set_clear_func
00019b30 T g_array_set_size
000191f0 T g_array_sized_new
00019c20 T g_array_sort
00019c90 T g_array_sort_with_data
00019410 T g_array_unref
00065a00 T g_ascii_digit_value
000652b0 T g_ascii_dtostr
00065240 T g_ascii_formatd
00065a80 T g_ascii_strcasecmp
00065890 T g_ascii_strdown
00065b70 T g_ascii_strncasecmp
000650d0 T g_ascii_strtod
00065330 T g_ascii_strtoll
000652f0 T g_ascii_strtoull
00065960 T g_ascii_strup
0010adec D g_ascii_table
00065860 T g_ascii_tolower
00065930 T g_ascii_toupper
00065a30 T g_ascii_xdigit_value
0006c9e0 T g_assertion_message
0006cf60 T g_assertion_message_cmpnum
0006d260 T g_assertion_message_cmpstr
0006d3b0 T g_assertion_message_error
0006cbd0 T g_assertion_message_expr
0004e940 T g_assert_warning
0001b620 T g_async_queue_length
0001b690 T g_async_queue_length_unlocked
0001af10 T g_async_queue_lock
0001ad20 T g_async_queue_new
0001acc0 T g_async_queue_new_full
0001b1d0 T g_async_queue_pop
0001b250 T g_async_queue_pop_unlocked
0001b030 T g_async_queue_push
0001b150 T g_async_queue_push_sorted
0001b0b0 T g_async_queue_push_sorted_unlocked
0001afb0 T g_async_queue_push_unlocked
0001ad40 T g_async_queue_ref
0001ada0 T g_async_queue_ref_unlocked
0001b770 T g_async_queue_sort
0001b6f0 T g_async_queue_sort_unlocked
0001b470 T g_async_queue_timed_pop
0001b560 T g_async_queue_timed_pop_unlocked
0001b3b0 T g_async_queue_timeout_pop
0001b420 T g_async_queue_timeout_pop_unlocked
0001b2c0 T g_async_queue_try_pop
0001b340 T g_async_queue_try_pop_unlocked
0001af60 T g_async_queue_unlock
0001adf0 T g_async_queue_unref
0001aeb0 T g_async_queue_unref_and_unlock
0007a150 T g_atexit
0001b8b0 T g_atomic_int_add
0001b8c0 T g_atomic_int_and
0001b890 T g_atomic_int_compare_and_exchange
0001b880 T g_atomic_int_dec_and_test
0001b9d0 T g_atomic_int_exchange_and_add
0001b850 T g_atomic_int_get
0001b870 T g_atomic_int_inc
0001b8e0 T g_atomic_int_or
0001b860 T g_atomic_int_set
0001b900 T g_atomic_int_xor
0001b960 T g_atomic_pointer_add
0001b970 T g_atomic_pointer_and
0001b940 T g_atomic_pointer_compare_and_exchange
0001b920 T g_atomic_pointer_get
0001b990 T g_atomic_pointer_or
0001b930 T g_atomic_pointer_set
0001b9b0 T g_atomic_pointer_xor
0001c360 T g_base64_decode
0001c420 T g_base64_decode_inplace
0001c1b0 T g_base64_decode_step
0001c090 T g_base64_encode
0001bf40 T g_base64_encode_close
0001bd00 T g_base64_encode_step
000346e0 T g_basename
0001c4d0 T g_bit_lock
0007a0a0 T g_bit_nth_lsf
0007a0e0 T g_bit_nth_msf
0007a130 T g_bit_storage
0001c570 T g_bit_trylock
0001c590 T g_bit_unlock
000169b0 T g_blow_chunks
00020ad0 T g_bookmark_file_add_application
00020170 T g_bookmark_file_add_group
0001d250 T g_bookmark_file_error_quark
0001d300 T g_bookmark_file_free
0001fcf0 T g_bookmark_file_get_added
00020d00 T g_bookmark_file_get_app_info
00021050 T g_bookmark_file_get_applications
0001f7e0 T g_bookmark_file_get_description
00020570 T g_bookmark_file_get_groups
00021570 T g_bookmark_file_get_icon
0001fb40 T g_bookmark_file_get_is_private
0001f990 T g_bookmark_file_get_mime_type
0001fe60 T g_bookmark_file_get_modified
00021260 T g_bookmark_file_get_size
0001f640 T g_bookmark_file_get_title
0001f430 T g_bookmark_file_get_uris
0001ffd0 T g_bookmark_file_get_visited
00020730 T g_bookmark_file_has_application
00020080 T g_bookmark_file_has_group
0001e350 T g_bookmark_file_has_item
0001d330 T g_bookmark_file_load_from_data
0001d670 T g_bookmark_file_load_from_data_dirs
0001d550 T g_bookmark_file_load_from_file
000212c0 T g_bookmark_file_move_item
0001d290 T g_bookmark_file_new
00020c30 T g_bookmark_file_remove_application
000202a0 T g_bookmark_file_remove_group
0001e260 T g_bookmark_file_remove_item
0001fc30 T g_bookmark_file_set_added
00020800 T g_bookmark_file_set_app_info
0001f700 T g_bookmark_file_set_description
00020420 T g_bookmark_file_set_groups
00021440 T g_bookmark_file_set_icon
0001fa70 T g_bookmark_file_set_is_private
0001f8a0 T g_bookmark_file_set_mime_type
0001fda0 T g_bookmark_file_set_modified
0001f560 T g_bookmark_file_set_title
0001ff10 T g_bookmark_file_set_visited
0001d930 T g_bookmark_file_to_data
0001e160 T g_bookmark_file_to_file
000343e0 T g_build_filename
000343b0 T g_build_filenamev
00034340 T g_build_path
00034310 T g_build_pathv
0001a970 T g_byte_array_append
0001a890 T g_byte_array_free
0001a8c0 T g_byte_array_free_to_bytes
0001a780 T g_byte_array_new
0001a7c0 T g_byte_array_new_take
0001a9b0 T g_byte_array_prepend
0001a930 T g_byte_array_ref
0001aa20 T g_byte_array_remove_index
0001aa50 T g_byte_array_remove_index_fast
0001aa80 T g_byte_array_remove_range
0001a9f0 T g_byte_array_set_size
0001a850 T g_byte_array_sized_new
0001ab10 T g_byte_array_sort
0001ab40 T g_byte_array_sort_with_data
0001a950 T g_byte_array_unref
00021b20 T g_bytes_compare
00021a10 T g_bytes_equal
00021860 T g_bytes_get_data
000218c0 T g_bytes_get_size
00021aa0 T g_bytes_hash
000217b0 T g_bytes_new
00021970 T g_bytes_new_from_bytes
00021820 T g_bytes_new_static
00021770 T g_bytes_new_take
000216f0 T g_bytes_new_with_free_func
00021910 T g_bytes_ref
000216a0 T g_bytes_unref
00021ca0 T g_bytes_unref_to_array
00021bc0 T g_bytes_unref_to_data
00016b30 T g_cache_destroy
00016ba0 T g_cache_insert
00016d50 T g_cache_key_foreach
00016a20 T g_cache_new
00016c80 T g_cache_remove
00016dc0 T g_cache_value_foreach
000649a0 T g_chdir
00027fd0 T g_checksum_copy
00028060 T g_checksum_free
000285e0 T g_checksum_get_digest
000284b0 T g_checksum_get_string
00027f90 T g_checksum_new
00027d70 T g_checksum_reset
00027d40 T g_checksum_type_get_length
000280a0 T g_checksum_update
00048810 T g_child_watch_add
00048750 T g_child_watch_add_full
0010b510 D g_child_watch_funcs
00048680 T g_child_watch_source_new
00064880 T g_chmod
00032c40 T g_clear_error
0004cd40 T g_clear_pointer
00064b10 T g_close
00016e80 T g_completion_add_items
00016ff0 T g_completion_clear_items
00017070 T g_completion_complete
000173b0 T g_completion_complete_utf8
00017430 T g_completion_free
00016e30 T g_completion_new
00016f20 T g_completion_remove_items
00017490 T g_completion_set_compare
000289a0 T g_compute_checksum_for_bytes
00028860 T g_compute_checksum_for_data
00028910 T g_compute_checksum_for_string
00037020 T g_compute_hmac_for_data
000370d0 T g_compute_hmac_for_string
0008c520 T g_cond_broadcast
0008c460 T g_cond_clear
00018170 T g_cond_free
0008c440 T g_cond_init
00018140 T g_cond_new
0008c4e0 T g_cond_signal
000181b0 T g_cond_timed_wait
0008c490 T g_cond_wait
0008c560 T g_cond_wait_until
00029520 T g_convert
00028f00 T g_convert_error_quark
00029620 T g_convert_with_fallback
00029220 T g_convert_with_iconv
00064910 T g_creat
0002a7e0 T g_datalist_clear
0002b430 T g_datalist_foreach
0002b350 T g_datalist_get_data
0002bb50 T g_datalist_get_flags
0002af10 T g_datalist_id_dup_data
0002b000 T g_datalist_id_get_data
0002adc0 T g_datalist_id_remove_no_notify
0002b100 T g_datalist_id_replace_data
0002a950 T g_datalist_id_set_data_full
0002b670 T g_datalist_init
0002ba80 T g_datalist_set_flags
0002bae0 T g_datalist_unset_flags
0002a8b0 T g_dataset_destroy
0002b580 T g_dataset_foreach
0002b040 T g_dataset_id_get_data
0002abf0 T g_dataset_id_remove_no_notify
0002b6c0 T g_dataset_id_set_data_full
0002d030 T g_date_add_days
0002d4d0 T g_date_add_months
0002d780 T g_date_add_years
0002df30 T g_date_clamp
0002c350 T g_date_clear
0002dc30 T g_date_compare
0002ce60 T g_date_days_between
0002be60 T g_date_free
0002c2d0 T g_date_get_day
0002d140 T g_date_get_day_of_year
0002d910 T g_date_get_days_in_month
0002cef0 T g_date_get_iso8601_week_of_year
0002cde0 T g_date_get_julian
0002d200 T g_date_get_monday_week_of_year
0002d9b0 T g_date_get_monday_weeks_in_year
0002c1d0 T g_date_get_month
0002d2f0 T g_date_get_sunday_week_of_year
0002daf0 T g_date_get_sunday_weeks_in_year
0002cd40 T g_date_get_weekday
0002c250 T g_date_get_year
0002c440 T g_date_is_first_of_month
0002d410 T g_date_is_last_of_month
0002c4d0 T g_date_is_leap_year
0002be40 T g_date_new
0002c610 T g_date_new_dmy
0002bf90 T g_date_new_julian
0002e050 T g_date_order
0002c950 T g_date_set_day
0002cb30 T g_date_set_dmy
0002c3c0 T g_date_set_julian
0002c850 T g_date_set_month
0002e400 T g_date_set_parse
0002c7f0 T g_date_set_time
0002c710 T g_date_set_time_t
0002c820 T g_date_set_time_val
0002ca40 T g_date_set_year
0002e100 T g_date_strftime
0002d0b0 T g_date_subtract_days
0002d5f0 T g_date_subtract_months
0002d840 T g_date_subtract_years
0002f850 T g_date_time_add
0002f880 T g_date_time_add_days
000301a0 T g_date_time_add_full
0002f960 T g_date_time_add_hours
0002f9b0 T g_date_time_add_minutes
0002ffa0 T g_date_time_add_months
0002f9f0 T g_date_time_add_seconds
0002f8f0 T g_date_time_add_weeks
0002fdc0 T g_date_time_add_years
0002fac0 T g_date_time_compare
0002fa40 T g_date_time_difference
0002fb10 T g_date_time_equal
00031cf0 T g_date_time_format
00030940 T g_date_time_get_day_of_month
00030af0 T g_date_time_get_day_of_week
00030c00 T g_date_time_get_day_of_year
00030c70 T g_date_time_get_hour
00030e00 T g_date_time_get_microsecond
00030ce0 T g_date_time_get_minute
000308d0 T g_date_time_get_month
00030d70 T g_date_time_get_second
00030e70 T g_date_time_get_seconds
00031030 T g_date_time_get_timezone_abbreviation
00030fc0 T g_date_time_get_utc_offset
00030b70 T g_date_time_get_week_numbering_year
00030a90 T g_date_time_get_week_of_year
00030610 T g_date_time_get_year
0002fb40 T g_date_time_get_ymd
0002fb00 T g_date_time_hash
00031be0 T g_date_time_is_daylight_savings
0002f460 T g_date_time_new
0002f380 T g_date_time_new_from_timeval_local
0002f3f0 T g_date_time_new_from_timeval_utc
0002f2c0 T g_date_time_new_from_unix_local
0002f320 T g_date_time_new_from_unix_utc
0002f770 T g_date_time_new_local
0002f1e0 T g_date_time_new_now
0002f240 T g_date_time_new_now_local
0002f280 T g_date_time_new_now_utc
0002f7e0 T g_date_time_new_utc
0002ee20 T g_date_time_ref
00031c70 T g_date_time_to_local
00030f40 T g_date_time_to_timeval
00031c40 T g_date_time_to_timezone
00030ef0 T g_date_time_to_unix
00031cb0 T g_date_time_to_utc
0002ee80 T g_date_time_unref
0002ddc0 T g_date_to_struct_tm
0002beb0 T g_date_valid
0002bf40 T g_date_valid_day
0002c590 T g_date_valid_dmy
0002bf80 T g_date_valid_julian
0002bf10 T g_date_valid_month
0002bf60 T g_date_valid_weekday
0002bf30 T g_date_valid_year
00034f50 T g_dcgettext
00034cb0 T g_dgettext
000320a0 T g_dir_close
00036a10 T g_direct_equal
00035080 T g_direct_hash
000342c0 T g_dir_make_tmp
00031ea0 T g_dir_open
00031fd0 T g_dir_read_name
00032050 T g_dir_rewind
00034fa0 T g_dngettext
00036a80 T g_double_equal
00036aa0 T g_double_hash
00034d30 T g_dpgettext
00034e60 T g_dpgettext2
00032190 T g_environ_getenv
00032210 T g_environ_setenv
00032360 T g_environ_unsetenv
00032970 T g_error_copy
00032900 T g_error_free
00032a80 T g_error_matches
000327f0 T g_error_new
00032870 T g_error_new_literal
00032720 T g_error_new_valist
         U getcwd
         U getegid
         U getenv
         U geteuid
         U getgid
         U gethostname
         U getpid
         U getppid
         U getpwnam_r
         U getpwuid
         U getpwuid_r
         U getresgid
         U getresuid
         U getrlimit64
         U gettimeofday
         U getuid
000333f0 T g_file_error_from_errno
000333b0 T g_file_error_quark
000339f0 T g_file_get_contents
0002a640 T g_filename_display_basename
0002a550 T g_filename_display_name
0002a070 T g_filename_from_uri
00029fe0 T g_filename_from_utf8
0002a230 T g_filename_to_uri
00029f10 T g_filename_to_utf8
00034250 T g_file_open_tmp
00034420 T g_file_read_link
00033e20 T g_file_set_contents
00033250 T g_file_test
0007a1b0 T g_find_program_in_path
00064a80 T g_fopen
0007b640 T g_format_size
0007b670 T g_format_size_for_display
0007b100 T g_format_size_full
0008b4b0 T g_fprintf
0004cd10 T g_free
00064ab0 T g_freopen
0007aa90 T g_get_application_name
00022120 T g_get_charset
00022280 T g_get_codeset
00034940 T g_get_current_dir
000461c0 T g_get_current_time
00032460 T g_getenv
00032690 T g_get_environ
00029cb0 T g_get_filename_charsets
0007a3d0 T g_get_home_dir
0007a960 T g_get_host_name
00022340 T g_get_language_names
000222b0 T g_get_locale_variants
00046270 T g_get_monotonic_time
0006dfe0 T g_get_num_processors
0007aa00 T g_get_prgname
0007a3c0 T g_get_real_name
00046230 T g_get_real_time
0007b020 T g_get_system_config_dirs
0007af90 T g_get_system_data_dirs
0007a470 T g_get_tmp_dir
0007aca0 T g_get_user_cache_dir
0007ac50 T g_get_user_config_dir
0007ab60 T g_get_user_data_dir
0007a3b0 T g_get_user_name
0007ad70 T g_get_user_runtime_dir
0007aec0 T g_get_user_special_dir
00036180 T g_hash_table_add
000361a0 T g_hash_table_contains
000363c0 T g_hash_table_destroy
00036640 T g_hash_table_find
00036590 T g_hash_table_foreach
000364b0 T g_hash_table_foreach_remove
00036520 T g_hash_table_foreach_steal
00036760 T g_hash_table_get_keys
000367f0 T g_hash_table_get_keys_as_array
00036920 T g_hash_table_get_values
00036140 T g_hash_table_insert
00035c10 T g_hash_table_iter_get_hash_table
00035aa0 T g_hash_table_iter_init
00035b10 T g_hash_table_iter_next
00035c60 T g_hash_table_iter_remove
00035c70 T g_hash_table_iter_replace
00035d30 T g_hash_table_iter_steal
00035e40 T g_hash_table_lookup
00035fa0 T g_hash_table_lookup_extended
00035a60 T g_hash_table_new
000359b0 T g_hash_table_new_full
00035d40 T g_hash_table_ref
000362f0 T g_hash_table_remove
00036330 T g_hash_table_remove_all
00036160 T g_hash_table_replace
00036710 T g_hash_table_size
00036310 T g_hash_table_steal
00036420 T g_hash_table_steal_all
00035da0 T g_hash_table_unref
00036cd0 T g_hmac_copy
00036eb0 T g_hmac_get_digest
00036f70 T g_hmac_get_string
00036ad0 T g_hmac_new
00036d60 T g_hmac_ref
00036db0 T g_hmac_unref
00036e30 T g_hmac_update
00037210 T g_hook_alloc
00038130 T g_hook_compare_ids
00037cc0 T g_hook_destroy
00037480 T g_hook_destroy_link
00037d40 T g_hook_find
00037e20 T g_hook_find_data
00037ea0 T g_hook_find_func
00037f30 T g_hook_find_func_data
00037840 T g_hook_first_valid
000372b0 T g_hook_free
00037c40 T g_hook_get
00037610 T g_hook_insert_before
00037fc0 T g_hook_insert_sorted
00037570 T g_hook_list_clear
00037180 T g_hook_list_init
00037900 T g_hook_list_invoke
000379c0 T g_hook_list_invoke_check
00037b70 T g_hook_list_marshal
00037a90 T g_hook_list_marshal_check
00037780 T g_hook_next_valid
00037720 T g_hook_prepend
00037500 T g_hook_ref
00037370 T g_hook_unref
00039080 T g_hostname_is_ascii_encoded
00039100 T g_hostname_is_ip_address
00038bd0 T g_hostname_is_non_ascii
000385d0 T g_hostname_to_ascii
00038c00 T g_hostname_to_unicode
000291c0 T g_iconv
00029200 T g_iconv_close
00029030 T g_iconv_open
00048290 T g_idle_add
000481e0 T g_idle_add_full
0010b4f8 D g_idle_funcs
000482d0 T g_idle_remove_by_data
000481a0 T g_idle_source_new
00036a50 T g_int64_equal
00036a70 T g_int64_hash
00036a20 T g_int_equal
00057090 T g_intern_static_string
00056dd0 T g_intern_string
00036a40 T g_int_hash
00039500 T g_io_add_watch
00039440 T g_io_add_watch_full
00039cc0 T g_io_channel_close
000395a0 T g_io_channel_error_from_errno
0003ca60 T g_io_channel_error_quark
00039a10 T g_io_channel_flush
00039550 T g_io_channel_get_buffer_condition
0003af30 T g_io_channel_get_buffered
000396e0 T g_io_channel_get_buffer_size
000399b0 T g_io_channel_get_close_on_unref
0003b360 T g_io_channel_get_encoding
000398d0 T g_io_channel_get_flags
000397f0 T g_io_channel_get_line_term
00039310 T g_io_channel_init
0008d170 T g_io_channel_new_file
0003cb60 T g_io_channel_read
0003b8f0 T g_io_channel_read_chars
0003b3b0 T g_io_channel_read_line
0003b530 T g_io_channel_read_line_string
0003b6b0 T g_io_channel_read_to_end
0003bd10 T g_io_channel_read_unichar
00039390 T g_io_channel_ref
0003ccf0 T g_io_channel_seek
0003a000 T g_io_channel_seek_position
0003ae70 T g_io_channel_set_buffered
00039670 T g_io_channel_set_buffer_size
00039950 T g_io_channel_set_close_on_unref
0003af90 T g_io_channel_set_encoding
00039850 T g_io_channel_set_flags
00039730 T g_io_channel_set_line_term
00039d70 T g_io_channel_shutdown
0008d560 T g_io_channel_unix_get_fd
0008d4b0 T g_io_channel_unix_new
00039ef0 T g_io_channel_unref
0003cc40 T g_io_channel_write
0003bf10 T g_io_channel_write_chars
0003c900 T g_io_channel_write_unichar
000393e0 T g_io_create_watch
0010b640 D g_io_watch_funcs
0003da90 T g_key_file_error_quark
0003ec50 T g_key_file_free
00040a80 T g_key_file_get_boolean
00040ca0 T g_key_file_get_boolean_list
00041e10 T g_key_file_get_comment
00041810 T g_key_file_get_double
00041a50 T g_key_file_get_double_list
0003f040 T g_key_file_get_groups
00041180 T g_key_file_get_int64
00040f70 T g_key_file_get_integer
00041560 T g_key_file_get_integer_list
0003ee60 T g_key_file_get_keys
00040440 T g_key_file_get_locale_string
000407b0 T g_key_file_get_locale_string_list
0003efe0 T g_key_file_get_start_group
0003f3d0 T g_key_file_get_string
0003ff70 T g_key_file_get_string_list
00041370 T g_key_file_get_uint64
0003f190 T g_key_file_get_value
000421c0 T g_key_file_has_group
00042240 T g_key_file_has_key
0003fd60 T g_key_file_load_from_data
0003fc30 T g_key_file_load_from_data_dirs
0003f930 T g_key_file_load_from_dirs
0003f810 T g_key_file_load_from_file
0003eaf0 T g_key_file_new
0003eb80 T g_key_file_ref
00042110 T g_key_file_remove_comment
00042340 T g_key_file_remove_group
00042400 T g_key_file_remove_key
00042570 T g_key_file_save_to_file
00040bf0 T g_key_file_set_boolean
00040e10 T g_key_file_set_boolean_list
00041d40 T g_key_file_set_comment
000419a0 T g_key_file_set_double
00041bc0 T g_key_file_set_double_list
000412d0 T g_key_file_set_int64
000410f0 T g_key_file_set_integer
000416d0 T g_key_file_set_integer_list
0003eb30 T g_key_file_set_list_separator
00040360 T g_key_file_set_locale_string
000408f0 T g_key_file_set_locale_string_list
0003fed0 T g_key_file_set_string
00040210 T g_key_file_set_string_list
000414c0 T g_key_file_set_uint64
0003f2a0 T g_key_file_set_value
0003ecb0 T g_key_file_to_data
0003ebe0 T g_key_file_unref
0010bbc0 B __glib_assert_msg
000e642c R glib_binary_age
0008b0c0 T glib_check_version
00034d00 T glib_gettext
000e6430 R glib_interface_age
000e643c R glib_major_version
0010b558 D glib_mem_profiler_table
000e6434 R glib_micro_version
000e6438 R glib_minor_version
0010b3f4 D glib_on_error_halt
00034e20 T glib_pgettext
00042940 T glib__private__
00042bc0 T g_list_alloc
000433c0 T g_list_append
000434b0 T g_list_concat
00043160 T g_list_copy
00043080 T g_list_copy_deep
00042fc0 T g_list_delete_link
000325d0 T g_listenv
00043260 T g_list_find
000432a0 T g_list_find_custom
000434f0 T g_list_first
00043530 T g_list_foreach
00042be0 T g_list_free
00042c10 T g_list_free_1
00043570 T g_list_free_full
00043360 T g_list_index
00043420 T g_list_insert
00042ca0 T g_list_insert_before
000435b0 T g_list_insert_sorted
000435d0 T g_list_insert_sorted_with_data
000433a0 T g_list_last
00043510 T g_list_length
000431c0 T g_list_nth
00043220 T g_list_nth_data
000431f0 T g_list_nth_prev
000169d0 T g_list_pop_allocator
00043320 T g_list_position
00042c40 T g_list_prepend
000169c0 T g_list_push_allocator
00042db0 T g_list_remove
00042e90 T g_list_remove_all
00042f10 T g_list_remove_link
00043190 T g_list_reverse
000435f0 T g_list_sort
00043610 T g_list_sort_with_data
00029c20 T g_locale_from_utf8
00029b90 T g_locale_to_utf8
0004e4f0 T g_log
0004db10 T g_log_default_handler
0004e670 T g_log_remove_handler
0004dfc0 T g_log_set_always_fatal
0004e090 T g_log_set_default_handler
0004e010 T g_log_set_fatal_mask
0004e580 T g_log_set_handler
0004e120 T g_logv
000649f0 T g_lstat
00046330 T g_main_context_acquire
000479c0 T g_main_context_add_poll
00046ca0 T g_main_context_check
00044c00 T g_main_context_default
00046f70 T g_main_context_dispatch
00045c00 T g_main_context_find_source_by_funcs_user_data
00045af0 T g_main_context_find_source_by_id
00045d20 T g_main_context_find_source_by_user_data
00047ce0 T g_main_context_get_poll_func
00044c50 T g_main_context_get_thread_default
00048460 T g_main_context_invoke
00048300 T g_main_context_invoke_full
00047e70 T g_main_context_is_owner
000474f0 T g_main_context_iteration
00044ab0 T g_main_context_new
00047490 T g_main_context_pending
000465a0 T g_main_context_pop_thread_default
00046850 T g_main_context_prepare
000463f0 T g_main_context_push_thread_default
00046bd0 T g_main_context_query
00044860 T g_main_context_ref
00044c90 T g_main_context_ref_thread_default
000464b0 T g_main_context_release
00047a60 T g_main_context_remove_poll
00047c40 T g_main_context_set_poll_func
000448d0 T g_main_context_unref
00046650 T g_main_context_wait
00047d70 T g_main_context_wakeup
00046310 T g_main_current_source
00046300 T g_main_depth
00047950 T g_main_loop_get_context
000478e0 T g_main_loop_is_running
000475a0 T g_main_loop_new
00047850 T g_main_loop_quit
00047600 T g_main_loop_ref
000476f0 T g_main_loop_run
00047670 T g_main_loop_unref
0004cbc0 T g_malloc
0004cc20 T g_malloc0
0004cec0 T g_malloc0_n
0004ce40 T g_malloc_n
00048e00 T g_mapped_file_free
00048e80 T g_mapped_file_get_bytes
00048db0 T g_mapped_file_get_contents
00048d60 T g_mapped_file_get_length
00048c00 T g_mapped_file_new
00048d40 T g_mapped_file_new_from_fd
00048e20 T g_mapped_file_ref
00048ba0 T g_mapped_file_unref
0004c090 T g_markup_collect_attributes
00049650 T g_markup_error_quark
0004bbc0 T g_markup_escape_text
0004a3b0 T g_markup_parse_context_end_parse
0004a230 T g_markup_parse_context_free
0004a620 T g_markup_parse_context_get_element
0004a680 T g_markup_parse_context_get_element_stack
0004a6d0 T g_markup_parse_context_get_position
0004a730 T g_markup_parse_context_get_user_data
0004a0b0 T g_markup_parse_context_new
0004ab70 T g_markup_parse_context_parse
0004a9a0 T g_markup_parse_context_pop
0004a740 T g_markup_parse_context_push
0004a1d0 T g_markup_parse_context_ref
0004a340 T g_markup_parse_context_unref
0004c060 T g_markup_printf_escaped
0004bda0 T g_markup_vprintf_escaped
0005a3f0 T g_match_info_expand_references
00059800 T g_match_info_fetch
00059b30 T g_match_info_fetch_all
000598c0 T g_match_info_fetch_named
00059aa0 T g_match_info_fetch_named_pos
00059760 T g_match_info_fetch_pos
0005a790 T g_match_info_free
00059690 T g_match_info_get_match_count
00059540 T g_match_info_get_regex
00059590 T g_match_info_get_string
00059700 T g_match_info_is_partial_match
00059630 T g_match_info_matches
00059c10 T g_match_info_next
000595e0 T g_match_info_ref
0005a740 T g_match_info_unref
00016830 T g_mem_chunk_alloc
00016890 T g_mem_chunk_alloc0
00016970 T g_mem_chunk_clean
000167d0 T g_mem_chunk_destroy
000168f0 T g_mem_chunk_free
000169a0 T g_mem_chunk_info
00016770 T g_mem_chunk_new
00016990 T g_mem_chunk_print
00016980 T g_mem_chunk_reset
00064e50 T g_memdup
0010b7e8 B g_mem_gc_friendly
0004d090 T g_mem_is_system_malloc
0004d170 T g_mem_profile
0004d0b0 T g_mem_set_vtable
00064970 T g_mkdir
00034570 T g_mkdir_with_parents
00033dc0 T g_mkdtemp
00033d80 T g_mkdtemp_full
00034220 T g_mkstemp
00033df0 T g_mkstemp_full
         w __gmon_start__
         U gmtime_r
0008c0b0 T g_mutex_clear
00018100 T g_mutex_free
0008c090 T g_mutex_init
0008c0e0 T g_mutex_lock
000180d0 T g_mutex_new
0008c160 T g_mutex_trylock
0008c120 T g_mutex_unlock
000500d0 T g_node_child_index
00050040 T g_node_child_position
00050210 T g_node_children_foreach
0004fcc0 T g_node_copy
0004fd20 T g_node_copy_deep
0004f820 T g_node_depth
0004f4a0 T g_node_destroy
0004fb20 T g_node_find
0004ffa0 T g_node_find_child
00050140 T g_node_first_sibling
0004f740 T g_node_get_root
0004fe30 T g_node_insert
0004f600 T g_node_insert_after
0004f510 T g_node_insert_before
0004f7a0 T g_node_is_ancestor
0004fc60 T g_node_last_child
000501b0 T g_node_last_sibling
0004f8b0 T g_node_max_height
0004ff40 T g_node_n_children
0004f3e0 T g_node_new
0004fbe0 T g_node_n_nodes
0004fdb0 T g_node_nth_child
00016a10 T g_node_pop_allocator
0004f6d0 T g_node_prepend
00016a00 T g_node_push_allocator
0004f840 T g_node_reverse_children
0004f910 T g_node_traverse
0004f410 T g_node_unlink
0007b0b0 T g_nullify_pointer
0006da50 T g_once_impl
0006daf0 T g_once_init_enter
000184e0 T g_once_init_enter_impl
0006dba0 T g_once_init_leave
0001bb00 T g_on_error_query
0001ba20 T g_on_error_stack_trace
000648b0 T g_open
000517f0 T g_option_context_add_group
00053420 T g_option_context_add_main_entries
00051580 T g_option_context_free
000536e0 T g_option_context_get_description
00051a10 T g_option_context_get_help
000516d0 T g_option_context_get_help_enabled
00051790 T g_option_context_get_ignore_unknown_options
000519c0 T g_option_context_get_main_group
00053630 T g_option_context_get_summary
00051530 T g_option_context_new
00052400 T g_option_context_parse
00053730 T g_option_context_parse_strv
00053680 T g_option_context_set_description
00051670 T g_option_context_set_help_enabled
00051730 T g_option_context_set_ignore_unknown_options
00051930 T g_option_context_set_main_group
000535d0 T g_option_context_set_summary
000534e0 T g_option_context_set_translate_func
00053550 T g_option_context_set_translation_domain
00050990 T g_option_error_quark
00053050 T g_option_group_add_entries
000504d0 T g_option_group_free
00052ff0 T g_option_group_new
000532e0 T g_option_group_set_error_hook
00053280 T g_option_group_set_parse_hooks
00053330 T g_option_group_set_translate_func
000533a0 T g_option_group_set_translation_domain
00042720 T g_parse_debug_string
00034750 T g_path_get_basename
00034880 T g_path_get_dirname
000344b0 T g_path_is_absolute
00034510 T g_path_skip_root
00053f80 T g_pattern_match
00056140 T g_pattern_match_simple
000560c0 T g_pattern_match_string
00056020 T g_pattern_spec_equal
00055fc0 T g_pattern_spec_free
00055bd0 T g_pattern_spec_new
0001c600 T g_pointer_bit_lock
0001c6e0 T g_pointer_bit_trylock
0001c740 T g_pointer_bit_unlock
000561e0 T g_poll
00032c80 T g_prefix_error
0004eb80 T g_print
0004ecc0 T g_printerr
0008b410 T g_printf
0004edc0 T g_printf_string_upper_bound
0008c620 T g_private_get
00018030 T g_private_new
0008c6a0 T g_private_replace
0008c650 T g_private_set
00032bb0 T g_propagate_error
00032cc0 T g_propagate_prefixed_error
0001a340 T g_ptr_array_add
0001a580 T g_ptr_array_foreach
0001a700 T g_ptr_array_free
0001a3b0 T g_ptr_array_insert
00019d60 T g_ptr_array_new
00019e00 T g_ptr_array_new_full
00019dd0 T g_ptr_array_new_with_free_func
00019e40 T g_ptr_array_ref
0001a220 T g_ptr_array_remove
0001a2b0 T g_ptr_array_remove_fast
00019ea0 T g_ptr_array_remove_index
00019f80 T g_ptr_array_remove_index_fast
0001a030 T g_ptr_array_remove_range
00019d80 T g_ptr_array_set_free_func
0001a170 T g_ptr_array_set_size
00019d00 T g_ptr_array_sized_new
0001a4a0 T g_ptr_array_sort
0001a510 T g_ptr_array_sort_with_data
0001a6a0 T g_ptr_array_unref
000567f0 T g_qsort_with_data
00056b50 T g_quark_from_static_string
00056880 T g_quark_from_string
00056d90 T g_quark_to_string
00056820 T g_quark_try_string
000573b0 T g_queue_clear
000578d0 T g_queue_copy
00057ff0 T g_queue_delete_link
000575f0 T g_queue_find
00057650 T g_queue_find_custom
00057520 T g_queue_foreach
000572f0 T g_queue_free
000575b0 T g_queue_free_full
00057470 T g_queue_get_length
00058210 T g_queue_index
00057350 T g_queue_init
00058490 T g_queue_insert_after
00058380 T g_queue_insert_before
00058520 T g_queue_insert_sorted
00057410 T g_queue_is_empty
00057e90 T g_queue_link_index
000572d0 T g_queue_new
000580e0 T g_queue_peek_head
00057b00 T g_queue_peek_head_link
000581a0 T g_queue_peek_nth
00057cb0 T g_queue_peek_nth_link
00058140 T g_queue_peek_tail
00057b50 T g_queue_peek_tail_link
000579f0 T g_queue_pop_head
00057a80 T g_queue_pop_head_link
00058060 T g_queue_pop_nth
00057f70 T g_queue_pop_nth_link
00057ba0 T g_queue_pop_tail
00057c30 T g_queue_pop_tail_link
00057750 T g_queue_push_head
000577c0 T g_queue_push_head_link
00058400 T g_queue_push_nth
00057d50 T g_queue_push_nth_link
00057850 T g_queue_push_tail
00057950 T g_queue_push_tail_link
00058270 T g_queue_remove
000582f0 T g_queue_remove_all
000574c0 T g_queue_reverse
000576d0 T g_queue_sort
00057ef0 T g_queue_unlink
00058700 T g_rand_copy
00058d30 T g_rand_double
00058da0 T g_rand_double_range
000586b0 T g_rand_free
00058be0 T g_rand_int
00058df0 T g_rand_int_range
00058ac0 T g_rand_new
00058900 T g_rand_new_with_seed
00058a80 T g_rand_new_with_seed_array
00059040 T g_random_double
000590a0 T g_random_double_range
00058f70 T g_random_int
00058fd0 T g_random_int_range
00059120 T g_random_set_seed
000587e0 T g_rand_set_seed
00058940 T g_rand_set_seed_array
0004cc90 T g_realloc
0004cf40 T g_realloc_n
0008c1d0 T g_rec_mutex_clear
0008c1b0 T g_rec_mutex_init
0008c200 T g_rec_mutex_lock
0008c280 T g_rec_mutex_trylock
0008c250 T g_rec_mutex_unlock
0005c240 T g_regex_check_replacement
00059bd0 T g_regex_error_quark
0005c2f0 T g_regex_escape_nul
0005c520 T g_regex_escape_string
0005b2b0 T g_regex_get_capture_count
0005b380 T g_regex_get_compile_flags
0005b2f0 T g_regex_get_has_cr_or_lf
0005b3d0 T g_regex_get_match_flags
0005b270 T g_regex_get_max_backref
0005b340 T g_regex_get_max_lookbehind
0005b220 T g_regex_get_pattern
0005b8b0 T g_regex_get_string_number
0005b5d0 T g_regex_match
0005b860 T g_regex_match_all
0005b620 T g_regex_match_all_full
0005b430 T g_regex_match_full
0005b540 T g_regex_match_simple
0005a7c0 T g_regex_new
0005a560 T g_regex_ref
0005c010 T g_regex_replace
0005be20 T g_regex_replace_eval
0005c1a0 T g_regex_replace_literal
0005bdd0 T g_regex_split
0005b930 T g_regex_split_full
0005bd40 T g_regex_split_simple
0005a6b0 T g_regex_unref
00017b80 T g_relation_count
00017ab0 T g_relation_delete
00017860 T g_relation_destroy
00017d40 T g_relation_exists
00017900 T g_relation_index
00017980 T g_relation_insert
000177d0 T g_relation_new
00017e70 T g_relation_print
00017c10 T g_relation_select
0007adf0 T g_reload_user_special_dirs_cache
00064a40 T g_remove
00064940 T g_rename
0004e530 T g_return_if_fail_warning
00064a60 T g_rmdir
0008c2f0 T g_rw_lock_clear
0008c2d0 T g_rw_lock_init
0008c3b0 T g_rw_lock_reader_lock
0008c3e0 T g_rw_lock_reader_trylock
0008c410 T g_rw_lock_reader_unlock
0008c320 T g_rw_lock_writer_lock
0008c350 T g_rw_lock_writer_trylock
0008c380 T g_rw_lock_writer_unlock
0005d6a0 T g_scanner_cur_line
0005d6f0 T g_scanner_cur_position
0005d5e0 T g_scanner_cur_token
0005d630 T g_scanner_cur_value
0005cda0 T g_scanner_destroy
0005d740 T g_scanner_eof
0005c850 T g_scanner_error
0005ed20 T g_scanner_get_next_token
0005edf0 T g_scanner_input_file
0005eec0 T g_scanner_input_text
0005d1c0 T g_scanner_lookup_symbol
0005cb10 T g_scanner_new
0005ec90 T g_scanner_peek_next_token
0005cea0 T g_scanner_scope_add_symbol
0005d560 T g_scanner_scope_foreach_symbol
0005d3e0 T g_scanner_scope_lookup_symbol
0005d070 T g_scanner_scope_remove_symbol
0005d500 T g_scanner_set_scope
0005d7b0 T g_scanner_sync_file_offset
0005efa0 T g_scanner_unexp_token
0005c8f0 T g_scanner_warn
00060770 T g_sequence_append
00061600 T g_sequence_foreach
00060490 T g_sequence_foreach_range
00060410 T g_sequence_free
00061420 T g_sequence_get
00061590 T g_sequence_get_begin_iter
00061540 T g_sequence_get_end_iter
000617f0 T g_sequence_get_iter_at_pos
00061520 T g_sequence_get_length
000608d0 T g_sequence_insert_before
00060fe0 T g_sequence_insert_sorted
00060f10 T g_sequence_insert_sorted_iter
00060690 T g_sequence_iter_compare
000619e0 T g_sequence_iter_get_position
000613b0 T g_sequence_iter_get_sequence
00061980 T g_sequence_iter_is_begin
00061930 T g_sequence_iter_is_end
00061ad0 T g_sequence_iter_move
00061a30 T g_sequence_iter_next
00061a80 T g_sequence_iter_prev
00061310 T g_sequence_lookup
000611f0 T g_sequence_lookup_iter
000618a0 T g_sequence_move
00060a20 T g_sequence_move_range
000603a0 T g_sequence_new
00060810 T g_sequence_prepend
00060570 T g_sequence_range_get_midpoint
00060970 T g_sequence_remove
00060c40 T g_sequence_remove_range
00061150 T g_sequence_search
00061090 T g_sequence_search_iter
00061490 T g_sequence_set
00061790 T g_sequence_sort
00060e60 T g_sequence_sort_changed
00060d00 T g_sequence_sort_changed_iter
00061660 T g_sequence_sort_iter
00061bb0 T g_sequence_swap
0007aae0 T g_set_application_name
000324c0 T g_setenv
00032ab0 T g_set_error
00032b40 T g_set_error_literal
0007aa40 T g_set_prgname
0004ec80 T g_set_printerr_handler
0004eb40 T g_set_print_handler
00061cc0 T g_shell_error_quark
00062150 T g_shell_parse_argv
00061d00 T g_shell_quote
00061e20 T g_shell_unquote
00063240 T g_slice_alloc
00063780 T g_slice_alloc0
000637c0 T g_slice_copy
00063800 T g_slice_free1
00063a60 T g_slice_free_chain_with_offset
000630a0 T g_slice_get_config
00063110 T g_slice_get_config_state
00062fe0 T g_slice_set_config
00063fe0 T g_slist_alloc
000645e0 T g_slist_append
000646e0 T g_slist_concat
000643c0 T g_slist_copy
000642f0 T g_slist_copy_deep
00064280 T g_slist_delete_link
00064480 T g_slist_find
000644c0 T g_slist_find_custom
00064750 T g_slist_foreach
00064000 T g_slist_free
00064030 T g_slist_free_1
00064790 T g_slist_free_full
00064580 T g_slist_index
00064630 T g_slist_insert
00064090 T g_slist_insert_before
000647d0 T g_slist_insert_sorted
000647f0 T g_slist_insert_sorted_with_data
000645c0 T g_slist_last
00064730 T g_slist_length
00064410 T g_slist_nth
00064440 T g_slist_nth_data
000169f0 T g_slist_pop_allocator
00064540 T g_slist_position
00064060 T g_slist_prepend
000169e0 T g_slist_push_allocator
00064170 T g_slist_remove
000641d0 T g_slist_remove_all
00064240 T g_slist_remove_link
000643f0 T g_slist_reverse
00064810 T g_slist_sort
00064830 T g_slist_sort_with_data
0008b630 T g_snprintf
00045970 T g_source_add_child_source
00044f60 T g_source_add_poll
00045f50 T g_source_add_unix_fd
00044d70 T g_source_attach
00044e10 T g_source_destroy
000457e0 T g_source_get_can_recurse
00044f00 T g_source_get_context
00047b00 T g_source_get_current_time
00044e80 T g_source_get_id
000458a0 T g_source_get_name
00045460 T g_source_get_priority
00045700 T g_source_get_ready_time
00047b20 T g_source_get_time
00046320 T g_source_is_destroyed
00047de0 T g_source_modify_unix_fd
00044cd0 T g_source_new
00046140 T g_source_query_unix_fd
000458f0 T g_source_ref
00045df0 T g_source_remove
00045ed0 T g_source_remove_by_funcs_user_data
00045e90 T g_source_remove_by_user_data
00045110 T g_source_remove_child_source
00045040 T g_source_remove_poll
00046050 T g_source_remove_unix_fd
000452a0 T g_source_set_callback
000451d0 T g_source_set_callback_indirect
00045760 T g_source_set_can_recurse
00045330 T g_source_set_funcs
00045840 T g_source_set_name
00045b90 T g_source_set_name_by_id
000453b0 T g_source_set_priority
000454b0 T g_source_set_ready_time
00045a90 T g_source_unref
00056210 T g_spaced_primes_closest
0008f1a0 T g_spawn_async
0008f020 T g_spawn_async_with_pipes
0008f410 T g_spawn_check_exit_status
0008f530 T g_spawn_close_pid
0008f340 T g_spawn_command_line_async
0008f250 T g_spawn_command_line_sync
0008ddc0 T g_spawn_error_quark
0008e9c0 T g_spawn_exit_error_quark
0008ea00 T g_spawn_sync
0008b560 T g_sprintf
000649c0 T g_stat
000185d0 T g_static_mutex_free
00018560 T g_static_mutex_get_mutex_impl
00018500 T g_static_mutex_init
00018f70 T g_static_private_free
00018dc0 T g_static_private_get
00018db0 T g_static_private_init
00018e50 T g_static_private_set
000187d0 T g_static_rec_mutex_free
00018630 T g_static_rec_mutex_init
00018690 T g_static_rec_mutex_lock
00018730 T g_static_rec_mutex_lock_full
000186c0 T g_static_rec_mutex_trylock
00018700 T g_static_rec_mutex_unlock
00018780 T g_static_rec_mutex_unlock_full
00018d30 T g_static_rw_lock_free
00018840 T g_static_rw_lock_init
000188a0 T g_static_rw_lock_reader_lock
00018970 T g_static_rw_lock_reader_trylock
00018a20 T g_static_rw_lock_reader_unlock
00018ae0 T g_static_rw_lock_writer_lock
00018bb0 T g_static_rw_lock_writer_trylock
00018c60 T g_static_rw_lock_writer_unlock
00064f50 T g_stpcpy
00065dc0 T g_strcanon
00065c80 T g_strcasecmp
00066340 T g_strchomp
000662a0 T g_strchug
00068e80 T g_strcmp0
00065e60 T g_strcompress
00065030 T g_strconcat
00065d20 T g_strdelimit
00065680 T g_strdown
00064df0 T g_strdup
00065000 T g_strdup_printf
00066830 T g_strdupv
00064fc0 T g_strdup_vprintf
000369b0 T g_str_equal
00065370 T g_strerror
00066090 T g_strescape
000667e0 T g_strfreev
000369e0 T g_str_hash
00066e70 T g_str_has_prefix
00066dd0 T g_str_has_suffix
00067850 T g_string_append
00067e60 T g_string_append_c
000679c0 T g_string_append_len
00068a90 T g_string_append_printf
00068390 T g_string_append_unichar
00067f40 T g_string_append_uri_escaped
00068930 T g_string_append_vprintf
000686f0 T g_string_ascii_down
00068770 T g_string_ascii_up
00067900 T g_string_assign
00068ba0 T g_string_chunk_clear
00068b20 T g_string_chunk_free
00068d20 T g_string_chunk_insert
00068d90 T g_string_chunk_insert_const
00068c20 T g_string_chunk_insert_len
00068ac0 T g_string_chunk_new
000687f0 T g_string_down
00067470 T g_string_equal
00068600 T g_string_erase
00067380 T g_string_free
00067400 T g_string_free_to_bytes
000674d0 T g_string_hash
00067ca0 T g_string_insert
00067d60 T g_string_insert_c
00067600 T g_string_insert_len
000681b0 T g_string_insert_unichar
00067a70 T g_string_new
00067ae0 T g_string_new_len
00068580 T g_string_overwrite
00068470 T g_string_overwrite_len
00067b40 T g_string_prepend
00067ed0 T g_string_prepend_c
00067bf0 T g_string_prepend_len
00068400 T g_string_prepend_unichar
00068a40 T g_string_printf
00067580 T g_string_set_size
00067320 T g_string_sized_new
00067510 T g_string_truncate
00068890 T g_string_up
000689f0 T g_string_vprintf
00034c60 T g_strip_context
00065650 T g_str_is_ascii
00066a20 T g_strjoin
000668d0 T g_strjoinv
00065550 T g_strlcat
000654a0 T g_strlcpy
000671b0 T g_str_match_string
00065cf0 T g_strncasecmp
00064ea0 T g_strndup
00064f00 T g_strnfill
000657c0 T g_strreverse
00066bf0 T g_strrstr
00066cc0 T g_strrstr_len
00065400 T g_strsignal
000663e0 T g_strsplit
000665d0 T g_strsplit_set
00066b10 T g_strstr_len
000731c0 T g_str_to_ascii
00065150 T g_strtod
00066f70 T g_str_tokenize_and_fold
00065720 T g_strup
00066f10 T g_strv_length
0006a090 T g_test_add_data_func
0006a120 T g_test_add_data_func_full
0006a000 T g_test_add_func
00069e30 T g_test_add_vtable
0004ea80 T g_test_assert_expected_messages_internal
0006bfe0 T g_test_bug
00069a20 T g_test_bug_base
0006d780 T g_test_build_filename
0010adf0 D g_test_config_vars
00069a60 T g_test_create_case
00069c60 T g_test_create_suite
0004e9c0 T g_test_expect_message
00069b40 T g_test_fail
00069be0 T g_test_failed
0006d7f0 T g_test_get_dir
0006d890 T g_test_get_filename
00069cf0 T g_test_get_root
00069b60 T g_test_incomplete
0006b1f0 T g_test_init
0006a890 T g_test_log_buffer_free
0006a520 T g_test_log_buffer_new
0006a7a0 T g_test_log_buffer_pop
0006a560 T g_test_log_buffer_push
0006a820 T g_test_log_msg_free
0004e0e0 T g_test_log_set_fatal_handler
00069800 T g_test_log_type_name
0006bf20 T g_test_maximized_result
0006bf80 T g_test_message
0006bec0 T g_test_minimized_result
0006a1b0 T g_test_queue_destroy
0006a220 T g_test_queue_free
00069900 T g_test_rand_double
00069930 T g_test_rand_double_range
00069890 T g_test_rand_int
000698c0 T g_test_rand_int_range
0006c980 T g_test_run
0006c7f0 T g_test_run_suite
00069c00 T g_test_set_nonfatal_assertions
00069ba0 T g_test_skip
0006a4c0 T g_test_subprocess
00069d50 T g_test_suite_add
00069dc0 T g_test_suite_add_suite
000699b0 T g_test_timer_elapsed
00069a00 T g_test_timer_last
00069970 T g_test_timer_start
0006d4d0 T g_test_trap_assertions
0006a250 T g_test_trap_fork
0006a4e0 T g_test_trap_has_passed
0006a500 T g_test_trap_reached_timeout
0006cc70 T g_test_trap_subprocess
00018490 T g_thread_create
00018410 T g_thread_create_full
0006da10 T g_thread_error_quark
0006df80 T g_thread_exit
00018310 T g_thread_foreach
0010b3a0 D g_thread_functions_for_glib_use
000182e0 T g_thread_get_initialized
0010b388 D g_thread_gettime
000182f0 T g_thread_init_glib
0006dea0 T g_thread_join
0006ddb0 T g_thread_new
0006ea40 T g_thread_pool_free
0006ee30 T g_thread_pool_get_max_idle_time
0006e8d0 T g_thread_pool_get_max_threads
0006ec80 T g_thread_pool_get_max_unused_threads
0006e950 T g_thread_pool_get_num_threads
0006eca0 T g_thread_pool_get_num_unused_threads
0006e150 T g_thread_pool_new
0006e660 T g_thread_pool_push
0006eda0 T g_thread_pool_set_max_idle_time
0006e790 T g_thread_pool_set_max_threads
0006ebb0 T g_thread_pool_set_max_unused_threads
0006ed00 T g_thread_pool_set_sort_function
0006ecc0 T g_thread_pool_stop_unused_threads
0006e9d0 T g_thread_pool_unprocessed
0006dc70 T g_thread_ref
0006df20 T g_thread_self
00018300 T g_thread_set_priority
0010b364 D g_threads_got_initialized
0006de50 T g_thread_try_new
0006dc80 T g_thread_unref
0010b664 B g_thread_use_default_impl
0008c9c0 T g_thread_yield
00048030 T g_timeout_add
00047f80 T g_timeout_add_full
00048120 T g_timeout_add_seconds
00048070 T g_timeout_add_seconds_full
0010b528 D g_timeout_funcs
00047ed0 T g_timeout_source_new
00047f20 T g_timeout_source_new_seconds
0006eff0 T g_timer_continue
0006ee90 T g_timer_destroy
0006f070 T g_timer_elapsed
0006ee50 T g_timer_new
0006efa0 T g_timer_reset
0006eee0 T g_timer_start
0006ef40 T g_timer_stop
0006f1b0 T g_time_val_add
0006f290 T g_time_val_from_iso8601
0006f6f0 T g_time_val_to_iso8601
00071320 T g_time_zone_adjust_time
00071fa0 T g_time_zone_find_interval
00072890 T g_time_zone_get_abbreviation
000729a0 T g_time_zone_get_offset
00072aa0 T g_time_zone_is_dst
00070500 T g_time_zone_new
000712f0 T g_time_zone_new_local
000712c0 T g_time_zone_new_utc
000704a0 T g_time_zone_ref
00070360 T g_time_zone_unref
000734a0 T g_trash_stack_height
00073490 T g_trash_stack_peek
00073470 T g_trash_stack_pop
00073460 T g_trash_stack_push
000742d0 T g_tree_destroy
000745a0 T g_tree_foreach
000747c0 T g_tree_height
00074330 T g_tree_insert
000744b0 T g_tree_lookup
00074510 T g_tree_lookup_extended
00074120 T g_tree_new
00074090 T g_tree_new_full
00074190 T g_tree_new_with_data
00074850 T g_tree_nnodes
00074200 T g_tree_ref
000743f0 T g_tree_remove
00074390 T g_tree_replace
00074720 T g_tree_search
00074450 T g_tree_steal
00074660 T g_tree_traverse
00074260 T g_tree_unref
0004cd70 T g_try_malloc
0004cda0 T g_try_malloc0
0004d000 T g_try_malloc0_n
0004cfc0 T g_try_malloc_n
0004cdf0 T g_try_realloc
0004d040 T g_try_realloc_n
00017dc0 T g_tuples_destroy
00017e00 T g_tuples_index
00077de0 T g_ucs4_to_utf16
00077400 T g_ucs4_to_utf8
00078530 T g_unichar_break_type
00078f40 T g_unichar_combining_class
00079930 T g_unichar_compose
000797f0 T g_unichar_decompose
00076080 T g_unichar_digit_value
00079980 T g_unichar_fully_decompose
00076530 T g_unichar_get_mirror_char
000765b0 T g_unichar_get_script
00074aa0 T g_unichar_isalnum
00074b30 T g_unichar_isalpha
00074bc0 T g_unichar_iscntrl
00075170 T g_unichar_isdefined
00074c40 T g_unichar_isdigit
00074cc0 T g_unichar_isgraph
00074d50 T g_unichar_islower
00074f90 T g_unichar_ismark
00074dd0 T g_unichar_isprint
00074e70 T g_unichar_ispunct
00074ef0 T g_unichar_isspace
000750a0 T g_unichar_istitle
00075020 T g_unichar_isupper
000752c0 T g_unichar_iswide
00075330 T g_unichar_iswide_cjk
000750e0 T g_unichar_isxdigit
00075210 T g_unichar_iszerowidth
000758f0 T g_unichar_tolower
00075fd0 T g_unichar_totitle
000753c0 T g_unichar_toupper
00076bc0 T g_unichar_to_utf8
00076220 T g_unichar_type
000782d0 T g_unichar_validate
00076140 T g_unichar_xdigit_value
000791d0 T g_unicode_canonical_decomposition
00078fb0 T g_unicode_canonical_ordering
00076680 T g_unicode_script_from_iso15924
00076650 T g_unicode_script_to_iso15924
0008b7c0 T g_unix_error_quark
0008bc30 T g_unix_fd_add
0008bb70 T g_unix_fd_add_full
0010b600 D g_unix_fd_source_funcs
0008bb20 T g_unix_fd_source_new
0008b850 T g_unix_open_pipe
0008b970 T g_unix_set_fd_nonblocking
0008bae0 T g_unix_signal_add
0008ba60 T g_unix_signal_add_full
0010b540 D g_unix_signal_funcs
0008b9f0 T g_unix_signal_source_new
00064a20 T g_unlink
00032560 T g_unsetenv
00079ce0 T g_uri_escape_string
0002a3c0 T g_uri_list_extract_uris
00079c40 T g_uri_parse_scheme
00079ae0 T g_uri_unescape_segment
00079c10 T g_uri_unescape_string
0006f130 T g_usleep
000777f0 T g_utf16_to_ucs4
00077590 T g_utf16_to_utf8
000763d0 T g_utf8_casefold
000785a0 T g_utf8_collate
00078660 T g_utf8_collate_key
00078900 T g_utf8_collate_key_for_filename
00076760 T g_utf8_find_next_char
00076710 T g_utf8_find_prev_char
00076900 T g_utf8_get_char
00076d60 T g_utf8_get_char_validated
00079780 T g_utf8_normalize
00076a50 T g_utf8_offset_to_pointer
000769f0 T g_utf8_pointer_to_offset
000767e0 T g_utf8_prev_char
0010adf4 D g_utf8_skip
00076c80 T g_utf8_strchr
00076330 T g_utf8_strdown
00076800 T g_utf8_strlen
00076b50 T g_utf8_strncpy
00076cf0 T g_utf8_strrchr
00078300 T g_utf8_strreverse
00076290 T g_utf8_strup
00076ae0 T g_utf8_substring
000770c0 T g_utf8_to_ucs4
00076f20 T g_utf8_to_ucs4_fast
00077a00 T g_utf8_to_utf16
00077fa0 T g_utf8_validate
00064ae0 T g_utime
00081d10 T g_variant_builder_add
00086cf0 T g_variant_builder_add_parsed
0007f8e0 T g_variant_builder_add_value
0007f460 T g_variant_builder_clear
0007fd80 T g_variant_builder_close
0007fb60 T g_variant_builder_end
0007f5e0 T g_variant_builder_init
0007f890 T g_variant_builder_new
0007fa40 T g_variant_builder_open
0007f400 T g_variant_builder_ref
0007f560 T g_variant_builder_unref
00082290 T g_variant_byteswap
00081190 T g_variant_check_format_string
0007d440 T g_variant_classify
0007ed00 T g_variant_compare
000806d0 T g_variant_dict_clear
00080550 T g_variant_dict_contains
00081d60 T g_variant_dict_end
00081fb0 T g_variant_dict_init
000818c0 T g_variant_dict_insert
000805c0 T g_variant_dict_insert_value
00081b80 T g_variant_dict_lookup
000804b0 T g_variant_dict_lookup_value
00082080 T g_variant_dict_new
00080740 T g_variant_dict_ref
00080660 T g_variant_dict_remove
000807a0 T g_variant_dict_unref
0007d070 T g_variant_dup_bytestring
0007d1e0 T g_variant_dup_bytestring_array
0007d790 T g_variant_dup_objv
0007d660 T g_variant_dup_string
0007d690 T g_variant_dup_strv
0007ebd0 T g_variant_equal
00080810 T g_variant_format_string_scan
000812f0 T g_variant_format_string_scan_type
00081c60 T g_variant_get
0007c630 T g_variant_get_boolean
0007c6b0 T g_variant_get_byte
0007cfe0 T g_variant_get_bytestring
0007d0d0 T g_variant_get_bytestring_array
00081e70 T g_variant_get_child
00082e80 T g_variant_get_child_value
00082d30 T g_variant_get_data
00082d80 T g_variant_get_data_as_bytes
0007ca50 T g_variant_get_double
0007cea0 T g_variant_get_fixed_array
0007c9e0 T g_variant_get_handle
0007c720 T g_variant_get_int16
0007c800 T g_variant_get_int32
0007c8e0 T g_variant_get_int64
0007cc10 T g_variant_get_maybe
00082200 T g_variant_get_normal_form
0007d9a0 T g_variant_get_objv
00082ce0 T g_variant_get_size
0007d4a0 T g_variant_get_string
0007d890 T g_variant_get_strv
0007c3d0 T g_variant_get_type
0007c5a0 T g_variant_get_type_string
0007c790 T g_variant_get_uint16
0007c870 T g_variant_get_uint32
0007c960 T g_variant_get_uint64
00081a10 T g_variant_get_va
0007cc90 T g_variant_get_variant
0007ea90 T g_variant_hash
0007d2f0 T g_variant_is_container
00082c80 T g_variant_is_floating
00083140 T g_variant_is_normal_form
0007bf10 T g_variant_is_object_path
0007c600 T g_variant_is_of_type
0007c000 T g_variant_is_signature
0007f030 T g_variant_iter_copy
0007f100 T g_variant_iter_free
0007efa0 T g_variant_iter_init
000820d0 T g_variant_iter_loop
0007f0a0 T g_variant_iter_n_children
0007efe0 T g_variant_iter_new
00081f10 T g_variant_iter_next
0007f180 T g_variant_iter_next_value
00081ae0 T g_variant_lookup
0007f230 T g_variant_lookup_value
00082e10 T g_variant_n_children
00081970 T g_variant_new
0007cd00 T g_variant_new_array
0007ba20 T g_variant_new_boolean
0007ba60 T g_variant_new_byte
0007c290 T g_variant_new_bytestring
0007c300 T g_variant_new_bytestring_array
0007d320 T g_variant_new_dict_entry
0007bc30 T g_variant_new_double
00082460 T g_variant_new_fixed_array
00082700 T g_variant_new_from_bytes
00082380 T g_variant_new_from_data
0007bc00 T g_variant_new_handle
0007baa0 T g_variant_new_int16
0007bb20 T g_variant_new_int32
0007bb80 T g_variant_new_int64
0007cad0 T g_variant_new_maybe
0007bf80 T g_variant_new_object_path
0007c1c0 T g_variant_new_objv
00086cc0 T g_variant_new_parsed
00086ba0 T g_variant_new_parsed_va
0007be60 T g_variant_new_printf
0007c070 T g_variant_new_signature
0007bd10 T g_variant_new_string
0007c0f0 T g_variant_new_strv
0007bda0 T g_variant_new_take_string
0007c4b0 T g_variant_new_tuple
0007bae0 T g_variant_new_uint16
0007bb50 T g_variant_new_uint32
0007bbc0 T g_variant_new_uint64
00081830 T g_variant_new_va
0007bc70 T g_variant_new_variant
000869e0 T g_variant_parse
00086d30 T g_variant_parse_error_print_context
00084300 T g_variant_parse_error_quark
000869c0 T g_variant_parser_get_error_quark
0007dab0 T g_variant_print
0007daf0 T g_variant_print_string
00082b10 T g_variant_ref
00082b70 T g_variant_ref_sink
000886c0 T g_variant_serialised_byteswap
00087480 T g_variant_serialised_get_child
00088b20 T g_variant_serialised_is_normal
00087280 T g_variant_serialised_n_children
000889d0 T g_variant_serialiser_is_object_path
00088a90 T g_variant_serialiser_is_signature
00088970 T g_variant_serialiser_is_string
00088320 T g_variant_serialiser_needed_size
00087d60 T g_variant_serialiser_serialise
00082fc0 T g_variant_store
00082c20 T g_variant_take_ref
0008b000 T g_variant_type_checked_
0008a120 T g_variant_type_copy
0008a1f0 T g_variant_type_dup_string
0008a840 T g_variant_type_element
0008a690 T g_variant_type_equal
0008a8e0 T g_variant_type_first
0008a070 T g_variant_type_free
0008a090 T g_variant_type_get_string_length
0008a600 T g_variant_type_hash
00089e10 T g_variant_type_info_assert_no_infos
000896b0 T g_variant_type_info_element
00089820 T g_variant_type_info_get
00089630 T g_variant_type_info_get_type_string
00089740 T g_variant_type_info_member_info
00089720 T g_variant_type_info_n_members
00089680 T g_variant_type_info_query
000896d0 T g_variant_type_info_query_element
00089780 T g_variant_type_info_ref
00089ca0 T g_variant_type_info_unref
0008a470 T g_variant_type_is_array
0008a390 T g_variant_type_is_basic
0008a300 T g_variant_type_is_container
0008a260 T g_variant_type_is_definite
0008a540 T g_variant_type_is_dict_entry
0008a410 T g_variant_type_is_maybe
0008a750 T g_variant_type_is_subtype_of
0008a4d0 T g_variant_type_is_tuple
0008a5a0 T g_variant_type_is_variant
0008aa80 T g_variant_type_key
0008b060 T g_variant_type_new
0008ae10 T g_variant_type_new_array
0008af30 T g_variant_type_new_dict_entry
0008aea0 T g_variant_type_new_maybe
0008abc0 T g_variant_type_new_tuple
0008a990 T g_variant_type_next
0008aa10 T g_variant_type_n_items
0008a1a0 T g_variant_type_peek_string
00089ff0 T g_variant_type_string_is_valid
00089e70 T g_variant_type_string_scan
0008ab10 T g_variant_type_value
00082840 T g_variant_unref
0008b670 T g_vasprintf
0008b440 T g_vfprintf
0008b3a0 T g_vprintf
0008b590 T g_vsnprintf
0008b4e0 T g_vsprintf
0004e790 T g_warn_message
         U iconv
         U iconv_close
         U iconv_open
00014ad0 T _init
         U _IO_getc
         U isatty
         w _ITM_deregisterTMCloneTable
         w _ITM_registerTMCloneTable
         w _Jv_RegisterClasses
         U kill
         U localtime_r
         U lseek64
         U __lxstat64
         U malloc
         U memchr
         U memcmp
         U memcpy
         U __memcpy_chk
         U memmove
         U memset
         U __memset_chk
         U mkdir
         U mktime
         U mmap64
         U munmap
         U nanosleep
         U newlocale
         U nl_langinfo
         U open64
         U opendir
         U pcre_compile2
         U pcre_config
         U pcre_dfa_exec
         U pcre_exec
         U pcre_free
         U pcre_fullinfo
         U pcre_get_stringnumber
         U pcre_get_stringtable_entries
         U pcre_study
         U perror
         U pipe
         U pipe2
         U poll
         U posix_memalign
         U prctl
         U __printf_chk
         U pthread_attr_destroy
         U pthread_attr_init
         U pthread_attr_setstacksize
         U pthread_condattr_destroy
         U pthread_condattr_init
         U pthread_condattr_setclock
         U pthread_cond_broadcast
         U pthread_cond_destroy
         U pthread_cond_init
         U pthread_cond_signal
         U pthread_cond_timedwait
         U pthread_cond_wait
         U pthread_create
         U pthread_detach
         U pthread_exit
         U pthread_getspecific
         U pthread_join
         U pthread_key_create
         U pthread_key_delete
         U pthread_mutexattr_destroy
         U pthread_mutexattr_init
         U pthread_mutexattr_settype
         U pthread_mutex_destroy
         U pthread_mutex_init
         U pthread_mutex_lock
         U pthread_mutex_trylock
         U pthread_mutex_unlock
         U pthread_rwlock_destroy
         U pthread_rwlock_init
         U pthread_rwlock_rdlock
         U pthread_rwlock_tryrdlock
         U pthread_rwlock_trywrlock
         U pthread_rwlock_unlock
         U pthread_rwlock_wrlock
         U pthread_setspecific
         U pthread_sigmask
         U read
         U readdir64
         U readlink
         U realloc
         U remove
         U rename
         U rewinddir
         U rmdir
         U sched_yield
         U select
         U setenv
         U setlocale
         U setrlimit64
         U setvbuf
         U sigaction
         U sigemptyset
         U sigfillset
         U signal
         U __snprintf_chk
         U __sprintf_chk
         U __stack_chk_fail
         U stderr
         U stdin
         U stdout
         U stpcpy
         U strcasecmp
         U strchr
         U strcmp
         U strcpy
         U __strcpy_chk
         U strerror
         U strftime
         U strlen
         U strncasecmp
         U strncmp
         U strncpy
         U __strncpy_chk
         U strpbrk
         U strrchr
         U strsignal
         U strspn
         U strstr
         U strtod
         U strtod_l
         U strtol
         U strtoll_l
         U strtoul
         U strtoull_l
         U syscall
         U sysconf
         U textdomain
         U time
         U timegm
         U ungetc
         U unlink
         U unsetenv
         U uselocale
         U utime
         U __vasprintf_chk
         U __vfprintf_chk
         U __vsnprintf_chk
         U __vsprintf_chk
         U waitpid
         U wcscoll
         U wcsxfrm
         U write
         U __xstat64
[/code]

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值