Compilation speed and builtin functions

Pop Sébastian pop@gauvain.u-strasbg.fr
Sun Oct 20 01:21:00 GMT 2002


This is not a patch, 
but an attached document I send here since it's too big for gcc@gcc.gnu.org



GNU gdb 5.1.1

[...]

(gdb) run ./one.c
Starting program: /home/pop/gcc/tree-ssa/bin/gcc/cc1 ./one.c
 foo
Breakpoint 6, c_expand_body (fndecl=0x40245074, nested_p=0, can_defer_p=1)
    at ../../gcc/gcc/c-decl.c:6454
(gdb) p browse_tree (fndecl)

Tree Browser
TB> h
Possible commands are:

x	-	Exits tree-browser.  
q	-	Exits tree-browser.  
h	-	Prints this help message.  
fun	-	Go to the curent function declaration.  
nx	-	Go to the next tree node in this chain.  
pr	-	Go to the previous tree node in this chain.  
up	-	Go to the parent tree node.  
last	-	Go to the last node in this chain.  
first	-	Go to the first node in this chain.  
op0	-	Go to child 1.  
op1	-	Go to child 2.  
op2	-	Go to child 3.  
op3	-	Go to child 4.  
body	-	Body of a function.  
sc	-	Search a node having a TREE_CODE given as a parameter.  
sn	-	Search an identifier having a name given as a parameter.  
pp	-	Pretty print current node.  
p	-	Prints the current node.  

TB> fun
TB> p
 <function_decl 0x40245074 foo
    type <function_type 0x4024515c
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public static QI file one.c line 2
    result <result_decl 0x402450e8 type <integer_type 0x40198414 int>
        SI file one.c line 2 size <integer_cst 0x4019d240 32> unit size <integer_cst 0x4019d2e0 4>
        align 32 context <function_decl 0x40245074 foo>> initial <block 0x40197294> chain <type_decl 0x401b4488 _Bool>>
TB> n
Sorry this command is not yet implemented.
TB> nx
TB> p
 <type_decl 0x401b4488 _Bool
    type <boolean_type 0x401b4414 _Bool unsigned QI
        size <integer_cst 0x4019d9e0 constant 8>
        unit size <integer_cst 0x4019d860 constant 1>
        align 8 symtab 0 alias set -1 precision 1 min <integer_cst 0x401a3360 0> max <integer_cst 0x401a33a0 1>>
    VOID file <built-in> line 0
    align 1 chain <function_decl 0x401b43a0 _Exit>>
TB> nx
TB> p
 <function_decl 0x401b43a0 _Exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile unsigned nothrow public external built-in-nonansi decl_3 QI file <built-in> line 0 attributes <tree_list 0x401b14b0>
    (mem:QI (symbol_ref:SI ("_Exit")) [0 S1 A8]) chain <function_decl 0x401b432c __builtin__Exit>>
TB> nx
TB> p
 <function_decl 0x401b432c __builtin__Exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile nothrow public external QI file <built-in> line 0 attributes <tree_list 0x401b1480>
    (mem:QI (symbol_ref:SI ("__builtin__Exit")) [0 S1 A8]) chain <function_decl 0x401b42b8 _exit>>
TB> nx
TB> p
 <function_decl 0x401b42b8 _exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile unsigned nothrow public external built-in-nonansi decl_3 QI file <built-in> line 0 attributes <tree_list 0x401b1450>
    (mem:QI (symbol_ref:SI ("_exit")) [0 S1 A8]) chain <function_decl 0x401b4244 __builtin__exit>>
TB> nx
TB> p
 <function_decl 0x401b4244 __builtin__exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile nothrow public external QI file <built-in> line 0 attributes <tree_list 0x401b1420>
    (mem:QI (symbol_ref:SI ("__builtin__exit")) [0 S1 A8]) chain <function_decl 0x401b41d0 exit>>
TB> nx
TB> p
 <function_decl 0x401b41d0 exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile nothrow public external decl_3 QI file <built-in> line 0 attributes <tree_list 0x401b13f0>
    (mem:QI (symbol_ref:SI ("exit")) [0 S1 A8]) chain <function_decl 0x401b415c __builtin_exit>>
TB> nx
TB> p
 <function_decl 0x401b415c __builtin_exit
    type <function_type 0x401a689c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52a0 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile nothrow public external QI file <built-in> line 0 attributes <tree_list 0x401b13c0>
    (mem:QI (symbol_ref:SI ("__builtin_exit")) [0 S1 A8]) chain <function_decl 0x401b40e8 abort>>
TB> nx
TB> p
 <function_decl 0x401b40e8 abort
    type <function_type 0x401a4c3c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    volatile nothrow public external decl_3 QI file <built-in> line 0 attributes <tree_list 0x401b1390>
    (mem:QI (symbol_ref:SI ("abort")) [0 S1 A8]) chain <function_decl 0x401b4074 __builtin_abort>>
TB> nx
TB> p
 <function_decl 0x401b4074 __builtin_abort
    type <function_type 0x401a4c3c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    volatile nothrow public external QI file <built-in> line 0 attributes <tree_list 0x401b1360>
    (mem:QI (symbol_ref:SI ("__builtin_abort")) [0 S1 A8]) chain <function_decl 0x401b4000 __builtin_expect>>
TB> nx
TB> p
 <function_decl 0x401b4000 __builtin_expect
    type <function_type 0x401a6ef4
        type <integer_type 0x401984fc long int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d360 -2147483648> max <integer_cst 0x4019d380 2147483647>
            pointer_to_this <pointer_type 0x401a4910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a54f8 value <integer_type 0x401984fc long int>
            chain <tree_list 0x401a54e0 value <integer_type 0x401984fc long int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXPECT
    (mem:QI (symbol_ref:SI ("__builtin_expect")) [0 S1 A8]) chain <function_decl 0x401b2f68 __builtin_va_copy>>
TB> nx
TB> p
 <function_decl 0x401b2f68 __builtin_va_copy
    type <function_type 0x401a6e80
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a54c8 value <reference_type 0x401a4bc8>
            chain <tree_list 0x401a54b0 value <pointer_type 0x4019fe0c __builtin_va_list>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_VA_COPY
    (mem:QI (symbol_ref:SI ("__builtin_va_copy")) [0 S1 A8]) chain <function_decl 0x401b2ef4 __builtin_va_end>>
TB> nx
TB> p
 <function_decl 0x401b2ef4 __builtin_va_end
    type <function_type 0x401a6828
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5288 value <reference_type 0x401a4bc8>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_VA_END
    (mem:QI (symbol_ref:SI ("__builtin_va_end")) [0 S1 A8]) chain <function_decl 0x401b2e80 __builtin_stdarg_start>>
TB> nx
TB> p
 <function_decl 0x401b2e80 __builtin_stdarg_start
    type <function_type 0x401a74fc
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5780 value <reference_type 0x401a4bc8>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STDARG_START
    (mem:QI (symbol_ref:SI ("__builtin_stdarg_start")) [0 S1 A8]) chain <function_decl 0x401b2e0c __builtin_va_start>>
TB> nx
TB> p
 <function_decl 0x401b2e0c __builtin_va_start
    type <function_type 0x401a74fc
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5780 value <reference_type 0x401a4bc8>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_VA_START
    (mem:QI (symbol_ref:SI ("__builtin_va_start")) [0 S1 A8]) chain <function_decl 0x401b2d98 __builtin_eh_return_data_regno>>
TB> nx
TB> p
 <function_decl 0x401b2d98 __builtin_eh_return_data_regno
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EH_RETURN_DATA_REGNO
    (mem:QI (symbol_ref:SI ("__builtin_eh_return_data_regno")) [0 S1 A8]) chain <function_decl 0x401b2d24 __builtin_eh_return>>
TB> nx
TB> p
 <function_decl 0x401b2d24 __builtin_eh_return
    type <function_type 0x401a6e0c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5498 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5480 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    volatile nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EH_RETURN attributes <tree_list 0x401b1330>
    (mem:QI (symbol_ref:SI ("__builtin_eh_return")) [0 S1 A8]) chain <function_decl 0x401b2cb0 __builtin_extract_return_addr>>
TB> nx
TB> p
 <function_decl 0x401b2cb0 __builtin_extract_return_addr
    type <function_type 0x401a67b4
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5270 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXTRACT_RETURN_ADDR
    (mem:QI (symbol_ref:SI ("__builtin_extract_return_addr")) [0 S1 A8]) chain <function_decl 0x401b2c3c __builtin_frob_return_addr>>
TB> nx
TB> p
 <function_decl 0x401b2c3c __builtin_frob_return_addr
    type <function_type 0x401a67b4
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5270 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FROB_RETURN_ADDR
    (mem:QI (symbol_ref:SI ("__builtin_frob_return_addr")) [0 S1 A8]) chain <function_decl 0x401b2bc8 __builtin_init_dwarf_reg_size_table>>
TB> nx
TB> p
 <function_decl 0x401b2bc8 __builtin_init_dwarf_reg_size_table
    type <function_type 0x401a6658
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5228 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INIT_DWARF_REG_SIZES
    (mem:QI (symbol_ref:SI ("__builtin_init_dwarf_reg_size_table")) [0 S1 A8]) chain <function_decl 0x401b2b54 __builtin_dwarf_fp_regnum>>
TB> nx
p
TB>  <function_decl 0x401b2b54 __builtin_dwarf_fp_regnum
    type <function_type 0x401a4d24
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_DWARF_FP_REGNUM
    (mem:QI (symbol_ref:SI ("__builtin_dwarf_fp_regnum")) [0 S1 A8]) chain <function_decl 0x401b2ae0 __builtin_dwarf_cfa>>
TB> nx
p
TB>  <function_decl 0x401b2ae0 __builtin_dwarf_cfa
    type <function_type 0x401a4cb0
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_DWARF_CFA
    (mem:QI (symbol_ref:SI ("__builtin_dwarf_cfa")) [0 S1 A8]) chain <function_decl 0x401b2a6c __builtin_unwind_init>>
TB> nx
p
TB>  <function_decl 0x401b2a6c __builtin_unwind_init
    type <function_type 0x401a4c3c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_UNWIND_INIT
    (mem:QI (symbol_ref:SI ("__builtin_unwind_init")) [0 S1 A8]) chain <function_decl 0x401b29f8 __builtin_isunordered>>
TB> nx
p
TB>  <function_decl 0x401b29f8 __builtin_isunordered
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISUNORDERED attributes <tree_list 0x401b1300>
    (mem:QI (symbol_ref:SI ("__builtin_isunordered")) [0 S1 A8]) chain <function_decl 0x401b2984 __builtin_islessgreater>>
TB> nx
p
TB>  <function_decl 0x401b2984 __builtin_islessgreater
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISLESSGREATER attributes <tree_list 0x401b12d0>
    (mem:QI (symbol_ref:SI ("__builtin_islessgreater")) [0 S1 A8]) chain <function_decl 0x401b2910 __builtin_islessequal>>
TB> nx
p
TB>  <function_decl 0x401b2910 __builtin_islessequal
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISLESSEQUAL attributes <tree_list 0x401b12a0>
    (mem:QI (symbol_ref:SI ("__builtin_islessequal")) [0 S1 A8]) chain <function_decl 0x401b289c __builtin_isless>>
TB> nx
p
TB>  <function_decl 0x401b289c __builtin_isless
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISLESS attributes <tree_list 0x401b1270>
    (mem:QI (symbol_ref:SI ("__builtin_isless")) [0 S1 A8]) chain <function_decl 0x401b2828 __builtin_isgreaterequal>>
TB> nx
p
TB>  <function_decl 0x401b2828 __builtin_isgreaterequal
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISGREATEREQUAL attributes <tree_list 0x401b1240>
    (mem:QI (symbol_ref:SI ("__builtin_isgreaterequal")) [0 S1 A8]) chain <function_decl 0x401b27b4 __builtin_isgreater>>
TB> nx
p
TB>  <function_decl 0x401b27b4 __builtin_isgreater
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ISGREATER attributes <tree_list 0x401b1210>
    (mem:QI (symbol_ref:SI ("__builtin_isgreater")) [0 S1 A8]) chain <function_decl 0x401b2658 fprintf_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b2658 fprintf_unlocked
    type <function_type 0x401afd98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401b1060
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5870
                value <integer_cst 0x401a3300 constant 2>>
            chain <tree_list 0x401b1048
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a98
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a5900 value <integer_cst 0x401a3300 2>
                        chain <tree_list 0x401a5888 value <integer_cst 0x401a3320 3>>>>>>
        arg-types <tree_list 0x401a57e0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a57c8 value <pointer_type 0x401a489c>>>>
    unsigned public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_FPRINTF_UNLOCKED
    (mem:QI (symbol_ref:SI ("fprintf_unlocked")) [0 S1 A8]) chain <function_decl 0x401b24fc __builtin_fprintf_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b24fc __builtin_fprintf_unlocked
    type <function_type 0x401afd98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401b1060
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5870
                value <integer_cst 0x401a3300 constant 2>>
            chain <tree_list 0x401b1048
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a98
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a5900 value <integer_cst 0x401a3300 2>
                        chain <tree_list 0x401a5888 value <integer_cst 0x401a3320 3>>>>>>
        arg-types <tree_list 0x401a57e0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a57c8 value <pointer_type 0x401a489c>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_FPRINTF_UNLOCKED
    (mem:QI (symbol_ref:SI ("fprintf_unlocked")) [0 S1 A8]) chain <function_decl 0x401b2488 __builtin_fwrite_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b2488 __builtin_fwrite_unlocked
    type <function_type 0x401a732c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5768 value <pointer_type 0x4019f9f8>
            chain <tree_list 0x401a5750 value <integer_type 0x40198488 unsigned int>
                chain <tree_list 0x401a5738 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5720 value <pointer_type 0x4019f910>
                        chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FWRITE_UNLOCKED attributes <tree_list 0x401b1180>
    (mem:QI (symbol_ref:SI ("fwrite_unlocked")) [0 S1 A8]) chain <function_decl 0x401b2414 fputs_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b2414 fputs_unlocked
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTS_UNLOCKED attributes <tree_list 0x401b1168>
    (mem:QI (symbol_ref:SI ("fputs_unlocked")) [0 S1 A8]) chain <function_decl 0x401b23a0 __builtin_fputs_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b23a0 __builtin_fputs_unlocked
    type <function_type 0x401a6d24
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5438 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5420 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTS_UNLOCKED attributes <tree_list 0x401b1150>
    (mem:QI (symbol_ref:SI ("fputs_unlocked")) [0 S1 A8]) chain <function_decl 0x401b232c __builtin_fputc_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b232c __builtin_fputc_unlocked
    type <function_type 0x401a6d98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5468 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5450 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTC_UNLOCKED attributes <tree_list 0x401b1138>
    (mem:QI (symbol_ref:SI ("fputc_unlocked")) [0 S1 A8]) chain <function_decl 0x401b21d0 printf_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b21d0 printf_unlocked
    type <function_type 0x401af910
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401aaf90
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5858
                value <integer_cst 0x401a32e0 constant 1>>
            chain <tree_list 0x401aaf78
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a38
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a58d0 value <integer_cst 0x401a32e0 1>
                        chain <tree_list 0x401a5870 value <integer_cst 0x401a3300 2>>>>>>
        arg-types <tree_list 0x401a57b0 value <pointer_type 0x401a489c>>>
    unsigned public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_PRINTF_UNLOCKED
    (mem:QI (symbol_ref:SI ("printf_unlocked")) [0 S1 A8]) chain <function_decl 0x401b2074 __builtin_printf_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b2074 __builtin_printf_unlocked
    type <function_type 0x401af910
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401aaf90
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5858
                value <integer_cst 0x401a32e0 constant 1>>
            chain <tree_list 0x401aaf78
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a38
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a58d0 value <integer_cst 0x401a32e0 1>
                        chain <tree_list 0x401a5870 value <integer_cst 0x401a3300 2>>>>>>
        arg-types <tree_list 0x401a57b0 value <pointer_type 0x401a489c>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_PRINTF_UNLOCKED
    (mem:QI (symbol_ref:SI ("printf_unlocked")) [0 S1 A8]) chain <function_decl 0x401b2000 __builtin_puts_unlocked>>
TB> nx
p
TB>  <function_decl 0x401b2000 __builtin_puts_unlocked
    type <function_type 0x401a6740
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5258 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_PUTS_UNLOCKED attributes <tree_list 0x401b10c0>
    (mem:QI (symbol_ref:SI ("puts_unlocked")) [0 S1 A8]) chain <function_decl 0x401aff68 __builtin_putchar_unlocked>>
TB> nx
p
TB>  <function_decl 0x401aff68 __builtin_putchar_unlocked
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_PUTCHAR_UNLOCKED attributes <tree_list 0x401b10a8>
    (mem:QI (symbol_ref:SI ("putchar_unlocked")) [0 S1 A8]) chain <function_decl 0x401afe0c fprintf>>
TB> nx
p
TB>  <function_decl 0x401afe0c fprintf
    type <function_type 0x401afd98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401b1060
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5870
                value <integer_cst 0x401a3300 constant 2>>
            chain <tree_list 0x401b1048
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a98
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a5900 value <integer_cst 0x401a3300 2>
                        chain <tree_list 0x401a5888 value <integer_cst 0x401a3320 3>>>>>>
        arg-types <tree_list 0x401a57e0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a57c8 value <pointer_type 0x401a489c>>>>
    public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_FPRINTF
    (mem:QI (symbol_ref:SI ("fprintf")) [0 S1 A8]) chain <function_decl 0x401afcb0 __builtin_fprintf>>
TB> nx
p
TB>  <function_decl 0x401afcb0 __builtin_fprintf
    type <function_type 0x401afd98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401b1060
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5870
                value <integer_cst 0x401a3300 constant 2>>
            chain <tree_list 0x401b1048
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a98
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a5900 value <integer_cst 0x401a3300 2>
                        chain <tree_list 0x401a5888 value <integer_cst 0x401a3320 3>>>>>>
        arg-types <tree_list 0x401a57e0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a57c8 value <pointer_type 0x401a489c>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_FPRINTF
    (mem:QI (symbol_ref:SI ("fprintf")) [0 S1 A8]) chain <function_decl 0x401afc3c __builtin_fwrite>>
TB> nx
p
TB>  <function_decl 0x401afc3c __builtin_fwrite
    type <function_type 0x401a732c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5768 value <pointer_type 0x4019f9f8>
            chain <tree_list 0x401a5750 value <integer_type 0x40198488 unsigned int>
                chain <tree_list 0x401a5738 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5720 value <pointer_type 0x4019f910>
                        chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FWRITE attributes <tree_list 0x401b1030>
    (mem:QI (symbol_ref:SI ("fwrite")) [0 S1 A8]) chain <function_decl 0x401afbc8 fputs>>
TB> nx
p
TB>  <function_decl 0x401afbc8 fputs
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTS attributes <tree_list 0x401b1018>
    (mem:QI (symbol_ref:SI ("fputs")) [0 S1 A8]) chain <function_decl 0x401afb54 __builtin_fputs>>
TB> nx
p
TB>  <function_decl 0x401afb54 __builtin_fputs
    type <function_type 0x401a6d24
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5438 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5420 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTS attributes <tree_list 0x401b1000>
    (mem:QI (symbol_ref:SI ("fputs")) [0 S1 A8]) chain <function_decl 0x401afae0 __builtin_fputc>>
TB> nx
p
TB>  <function_decl 0x401afae0 __builtin_fputc
    type <function_type 0x401a6d98
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5468 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5450 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FPUTC attributes <tree_list 0x401aafd8>
    (mem:QI (symbol_ref:SI ("fputc")) [0 S1 A8]) chain <function_decl 0x401af984 printf>>
TB> nx
p
TB>  <function_decl 0x401af984 printf
    type <function_type 0x401af910
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401aaf90
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5858
                value <integer_cst 0x401a32e0 constant 1>>
            chain <tree_list 0x401aaf78
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a38
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a58d0 value <integer_cst 0x401a32e0 1>
                        chain <tree_list 0x401a5870 value <integer_cst 0x401a3300 2>>>>>>
        arg-types <tree_list 0x401a57b0 value <pointer_type 0x401a489c>>>
    public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_PRINTF
    (mem:QI (symbol_ref:SI ("printf")) [0 S1 A8]) chain <function_decl 0x401af828 __builtin_printf>>
TB> nx
p
TB>  <function_decl 0x401af828 __builtin_printf
    type <function_type 0x401af910
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        attributes <tree_list 0x401aaf90
            purpose <identifier_node 0x4019eb00 nonnull>
            value <tree_list 0x401a5858
                value <integer_cst 0x401a32e0 constant 1>>
            chain <tree_list 0x401aaf78
                purpose <identifier_node 0x4019ea40 format>
                value <tree_list 0x401a5a38
                    value <identifier_node 0x4019ebc0 printf public global <function_decl 0x401af984 printf>>
                    chain <tree_list 0x401a58d0 value <integer_cst 0x401a32e0 1>
                        chain <tree_list 0x401a5870 value <integer_cst 0x401a3300 2>>>>>>
        arg-types <tree_list 0x401a57b0 value <pointer_type 0x401a489c>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_FRONTEND:BUILT_IN_PRINTF
    (mem:QI (symbol_ref:SI ("printf")) [0 S1 A8]) chain <function_decl 0x401af7b4 __builtin_puts>>
TB> nx
p
TB>  <function_decl 0x401af7b4 __builtin_puts
    type <function_type 0x401a6740
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5258 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_PUTS attributes <tree_list 0x401aaf60>
    (mem:QI (symbol_ref:SI ("puts")) [0 S1 A8]) chain <function_decl 0x401af740 __builtin_putchar>>
TB> nx
p
TB>  <function_decl 0x401af740 __builtin_putchar
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_PUTCHAR attributes <tree_list 0x401aaf48>
    (mem:QI (symbol_ref:SI ("putchar")) [0 S1 A8]) chain <function_decl 0x401af6cc __builtin_prefetch>>
TB> nx
p
TB>  <function_decl 0x401af6cc __builtin_prefetch
    type <function_type 0x401a7570
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5798 value <pointer_type 0x4019f9f8>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_PREFETCH
    (mem:QI (symbol_ref:SI ("__builtin_prefetch")) [0 S1 A8]) chain <function_decl 0x401af658 __builtin_trap>>
TB> nx
p
TB>  <function_decl 0x401af658 __builtin_trap
    type <function_type 0x401a4c3c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    volatile nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_TRAP attributes <tree_list 0x401aaf30>
    (mem:QI (symbol_ref:SI ("__builtin_trap")) [0 S1 A8]) chain <function_decl 0x401af5e4 __builtin_longjmp>>
TB> nx
p
TB>  <function_decl 0x401af5e4 __builtin_longjmp
    type <function_type 0x401a6a6c
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5318 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5300 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    volatile nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LONGJMP attributes <tree_list 0x401aaf00>
    (mem:QI (symbol_ref:SI ("__builtin_longjmp")) [0 S1 A8]) chain <function_decl 0x401af570 __builtin_setjmp>>
TB> nx
p
TB>  <function_decl 0x401af570 __builtin_setjmp
    type <function_type 0x401a65e4
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5210 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SETJMP
    (mem:QI (symbol_ref:SI ("__builtin_setjmp")) [0 S1 A8]) chain <function_decl 0x401af4fc __builtin_return>>
TB> nx
p
TB>  <function_decl 0x401af4fc __builtin_return
    type <function_type 0x401a6658
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5228 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    volatile nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_RETURN attributes <tree_list 0x401aaed0>
    (mem:QI (symbol_ref:SI ("__builtin_return")) [0 S1 A8]) chain <function_decl 0x401af488 __builtin_apply>>
TB> nx
p
TB>  <function_decl 0x401af488 __builtin_apply
    type <function_type 0x401a7740
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5828 value <pointer_type 0x401a76cc>
            chain <tree_list 0x401a5810 value <pointer_type 0x4019f910>
                chain <tree_list 0x401a57f8 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_APPLY
    (mem:QI (symbol_ref:SI ("__builtin_apply")) [0 S1 A8]) chain <function_decl 0x401af414 __builtin_apply_args>>
TB> nx
p
TB>  <function_decl 0x401af414 __builtin_apply_args
    type <function_type 0x401a7488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_APPLY_ARGS
    (mem:QI (symbol_ref:SI ("__builtin_apply_args")) [0 S1 A8]) chain <function_decl 0x401af3a0 __builtin_aggregate_incoming_address>>
TB> nx
p
TB>  <function_decl 0x401af3a0 __builtin_aggregate_incoming_address
    type <function_type 0x401a7488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_AGGREGATE_INCOMING_ADDRESS
    (mem:QI (symbol_ref:SI ("__builtin_aggregate_incoming_address")) [0 S1 A8]) chain <function_decl 0x401af32c __builtin_return_address>>
TB> nx
p
TB>  <function_decl 0x401af32c __builtin_return_address
    type <function_type 0x401a6488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51c8 value <integer_type 0x40198488 unsigned int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_RETURN_ADDRESS
    (mem:QI (symbol_ref:SI ("__builtin_return_address")) [0 S1 A8]) chain <function_decl 0x401af2b8 __builtin_frame_address>>
TB> nx
p
TB>  <function_decl 0x401af2b8 __builtin_frame_address
    type <function_type 0x401a6488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51c8 value <integer_type 0x40198488 unsigned int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FRAME_ADDRESS
    (mem:QI (symbol_ref:SI ("__builtin_frame_address")) [0 S1 A8]) chain <function_decl 0x401af244 __builtin_constant_p>>
TB> nx
p
TB>  <function_decl 0x401af244 __builtin_constant_p
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONSTANT_P
    (mem:QI (symbol_ref:SI ("__builtin_constant_p")) [0 S1 A8]) chain <function_decl 0x401af1d0 __builtin_args_info>>
TB> nx
p
TB>  <function_decl 0x401af1d0 __builtin_args_info
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ARGS_INFO
    (mem:QI (symbol_ref:SI ("__builtin_args_info")) [0 S1 A8]) chain <function_decl 0x401af15c __builtin_next_arg>>
TB> nx
p
TB>  <function_decl 0x401af15c __builtin_next_arg
    type <function_type 0x401a7488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NEXT_ARG
    (mem:QI (symbol_ref:SI ("__builtin_next_arg")) [0 S1 A8]) chain <function_decl 0x401af0e8 __builtin_classify_type>>
TB> nx
p
TB>  <function_decl 0x401af0e8 __builtin_classify_type
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CLASSIFY_TYPE
    (mem:QI (symbol_ref:SI ("__builtin_classify_type")) [0 S1 A8]) chain <function_decl 0x401af074 __builtin_saveregs>>
TB> nx
p
TB>  <function_decl 0x401af074 __builtin_saveregs
    type <function_type 0x401a7488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SAVEREGS
    (mem:QI (symbol_ref:SI ("__builtin_saveregs")) [0 S1 A8]) chain <function_decl 0x401af000 nansl>>
TB> nx
p
TB>  <function_decl 0x401af000 nansl
    type <function_type 0x401a69f8
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANSL attributes <tree_list 0x401aaea0>
    (mem:QI (symbol_ref:SI ("nansl")) [0 S1 A8]) chain <function_decl 0x401adf68 __builtin_nansl>>
TB> nx
p
TB>  <function_decl 0x401adf68 __builtin_nansl
    type <function_type 0x401a69f8
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANSL attributes <tree_list 0x401aae70>
    (mem:QI (symbol_ref:SI ("nansl")) [0 S1 A8]) chain <function_decl 0x401adef4 nansf>>
TB> nx
p
TB>  <function_decl 0x401adef4 nansf
    type <function_type 0x401a6910
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52b8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANSF attributes <tree_list 0x401aae40>
    (mem:QI (symbol_ref:SI ("nansf")) [0 S1 A8]) chain <function_decl 0x401ade80 __builtin_nansf>>
TB> nx
p
TB>  <function_decl 0x401ade80 __builtin_nansf
    type <function_type 0x401a6910
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52b8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANSF attributes <tree_list 0x401aae10>
    (mem:QI (symbol_ref:SI ("nansf")) [0 S1 A8]) chain <function_decl 0x401ade0c nans>>
TB> nx
p
TB>  <function_decl 0x401ade0c nans
    type <function_type 0x401a6984
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52d0 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANS attributes <tree_list 0x401aade0>
    (mem:QI (symbol_ref:SI ("nans")) [0 S1 A8]) chain <function_decl 0x401add98 __builtin_nans>>
TB> nx
p
TB>  <function_decl 0x401add98 __builtin_nans
    type <function_type 0x401a6984
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52d0 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANS attributes <tree_list 0x401aadb0>
    (mem:QI (symbol_ref:SI ("nans")) [0 S1 A8]) chain <function_decl 0x401add24 nanl>>
TB> nx
p
TB>  <function_decl 0x401add24 nanl
    type <function_type 0x401a69f8
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANL attributes <tree_list 0x401aad80>
    (mem:QI (symbol_ref:SI ("nanl")) [0 S1 A8]) chain <function_decl 0x401adcb0 __builtin_nanl>>
TB> nx
p
TB>  <function_decl 0x401adcb0 __builtin_nanl
    type <function_type 0x401a69f8
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANL attributes <tree_list 0x401aad50>
    (mem:QI (symbol_ref:SI ("nanl")) [0 S1 A8]) chain <function_decl 0x401adc3c nanf>>
TB> nx
p
TB>  <function_decl 0x401adc3c nanf
    type <function_type 0x401a6910
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52b8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANF attributes <tree_list 0x401aad20>
    (mem:QI (symbol_ref:SI ("nanf")) [0 S1 A8]) chain <function_decl 0x401adbc8 __builtin_nanf>>
TB> nx
p
TB>  <function_decl 0x401adbc8 __builtin_nanf
    type <function_type 0x401a6910
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52b8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NANF attributes <tree_list 0x401aacf0>
    (mem:QI (symbol_ref:SI ("nanf")) [0 S1 A8]) chain <function_decl 0x401adb54 nan>>
TB> nx
p
TB>  <function_decl 0x401adb54 nan
    type <function_type 0x401a6984
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52d0 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NAN attributes <tree_list 0x401aacc0>
    (mem:QI (symbol_ref:SI ("nan")) [0 S1 A8]) chain <function_decl 0x401adae0 __builtin_nan>>
TB> nx
p
TB>  <function_decl 0x401adae0 __builtin_nan
    type <function_type 0x401a6984
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a52d0 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_NAN attributes <tree_list 0x401aac90>
    (mem:QI (symbol_ref:SI ("nan")) [0 S1 A8]) chain <function_decl 0x401ada6c __builtin_huge_vall>>
TB> nx
p
TB>  <function_decl 0x401ada6c __builtin_huge_vall
    type <function_type 0x401a4e80
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_HUGE_VALL attributes <tree_list 0x401aac60>
    (mem:QI (symbol_ref:SI ("__builtin_huge_vall")) [0 S1 A8]) chain <function_decl 0x401ad9f8 __builtin_huge_valf>>
TB> nx
p
TB>  <function_decl 0x401ad9f8 __builtin_huge_valf
    type <function_type 0x401a4d98
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_HUGE_VALF attributes <tree_list 0x401aac30>
    (mem:QI (symbol_ref:SI ("__builtin_huge_valf")) [0 S1 A8]) chain <function_decl 0x401ad984 __builtin_huge_val>>
TB> nx
p
TB>  <function_decl 0x401ad984 __builtin_huge_val
    type <function_type 0x401a4e0c
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_HUGE_VAL attributes <tree_list 0x401aac00>
    (mem:QI (symbol_ref:SI ("__builtin_huge_val")) [0 S1 A8]) chain <function_decl 0x401ad910 __builtin_infl>>
TB> nx
p
TB>  <function_decl 0x401ad910 __builtin_infl
    type <function_type 0x401a4e80
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INFL attributes <tree_list 0x401aabd0>
    (mem:QI (symbol_ref:SI ("__builtin_infl")) [0 S1 A8]) chain <function_decl 0x401ad89c __builtin_inff>>
TB> nx
p
TB>  <function_decl 0x401ad89c __builtin_inff
    type <function_type 0x401a4d98
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INFF attributes <tree_list 0x401aaba0>
    (mem:QI (symbol_ref:SI ("__builtin_inff")) [0 S1 A8]) chain <function_decl 0x401ad828 __builtin_inf>>
TB> nx
p
TB>  <function_decl 0x401ad828 __builtin_inf
    type <function_type 0x401a4e0c
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INF attributes <tree_list 0x401aab70>
    (mem:QI (symbol_ref:SI ("__builtin_inf")) [0 S1 A8]) chain <function_decl 0x401ad7b4 logl>>
TB> nx
p
TB>  <function_decl 0x401ad7b4 logl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOGL attributes <tree_list 0x401aab40>
    (mem:QI (symbol_ref:SI ("logl")) [0 S1 A8]) chain <function_decl 0x401ad740 __builtin_logl>>
TB> nx
p
TB>  <function_decl 0x401ad740 __builtin_logl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOGL attributes <tree_list 0x401aab28>
    (mem:QI (symbol_ref:SI ("logl")) [0 S1 A8]) chain <function_decl 0x401ad6cc expl>>
TB> nx
p
TB>  <function_decl 0x401ad6cc expl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXPL attributes <tree_list 0x401aab10>
    (mem:QI (symbol_ref:SI ("expl")) [0 S1 A8]) chain <function_decl 0x401ad658 __builtin_expl>>
TB> nx
p
TB>  <function_decl 0x401ad658 __builtin_expl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXPL attributes <tree_list 0x401aaaf8>
    (mem:QI (symbol_ref:SI ("expl")) [0 S1 A8]) chain <function_decl 0x401ad5e4 cosl>>
TB> nx
p
TB>  <function_decl 0x401ad5e4 cosl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COSL attributes <tree_list 0x401aaae0>
    (mem:QI (symbol_ref:SI ("cosl")) [0 S1 A8]) chain <function_decl 0x401ad570 __builtin_cosl>>
TB> nx
p
TB>  <function_decl 0x401ad570 __builtin_cosl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COSL attributes <tree_list 0x401aaab0>
    (mem:QI (symbol_ref:SI ("cosl")) [0 S1 A8]) chain <function_decl 0x401ad4fc sinl>>
TB> nx
p
TB>  <function_decl 0x401ad4fc sinl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SINL attributes <tree_list 0x401aaa80>
    (mem:QI (symbol_ref:SI ("sinl")) [0 S1 A8]) chain <function_decl 0x401ad488 __builtin_sinl>>
TB> nx
p
TB>  <function_decl 0x401ad488 __builtin_sinl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SINL attributes <tree_list 0x401aaa50>
    (mem:QI (symbol_ref:SI ("sinl")) [0 S1 A8]) chain <function_decl 0x401ad414 sqrtl>>
TB> nx
p
TB>  <function_decl 0x401ad414 sqrtl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRTL attributes <tree_list 0x401aaa20>
    (mem:QI (symbol_ref:SI ("sqrtl")) [0 S1 A8]) chain <function_decl 0x401ad3a0 __builtin_sqrtl>>
TB> nx
p
TB>  <function_decl 0x401ad3a0 __builtin_sqrtl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRTL attributes <tree_list 0x401aaa08>
    (mem:QI (symbol_ref:SI ("sqrtl")) [0 S1 A8]) chain <function_decl 0x401ad32c logf>>
TB> nx
p
TB>  <function_decl 0x401ad32c logf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOGF attributes <tree_list 0x401aa9f0>
    (mem:QI (symbol_ref:SI ("logf")) [0 S1 A8]) chain <function_decl 0x401ad2b8 __builtin_logf>>
TB> nx
p
TB>  <function_decl 0x401ad2b8 __builtin_logf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOGF attributes <tree_list 0x401aa9d8>
    (mem:QI (symbol_ref:SI ("logf")) [0 S1 A8]) chain <function_decl 0x401ad244 expf>>
TB> nx
p
TB>  <function_decl 0x401ad244 expf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXPF attributes <tree_list 0x401aa9c0>
    (mem:QI (symbol_ref:SI ("expf")) [0 S1 A8]) chain <function_decl 0x401ad1d0 __builtin_expf>>
TB> nx
p
TB>  <function_decl 0x401ad1d0 __builtin_expf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXPF attributes <tree_list 0x401aa9a8>
    (mem:QI (symbol_ref:SI ("expf")) [0 S1 A8]) chain <function_decl 0x401ad15c cosf>>
TB> nx
p
TB>  <function_decl 0x401ad15c cosf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COSF attributes <tree_list 0x401aa990>
    (mem:QI (symbol_ref:SI ("cosf")) [0 S1 A8]) chain <function_decl 0x401ad0e8 __builtin_cosf>>
TB> nx
p
TB>  <function_decl 0x401ad0e8 __builtin_cosf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COSF attributes <tree_list 0x401aa960>
    (mem:QI (symbol_ref:SI ("cosf")) [0 S1 A8]) chain <function_decl 0x401ad074 sinf>>
TB> nx
p
TB>  <function_decl 0x401ad074 sinf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SINF attributes <tree_list 0x401aa930>
    (mem:QI (symbol_ref:SI ("sinf")) [0 S1 A8]) chain <function_decl 0x401ad000 __builtin_sinf>>
TB> nx
p
TB>  <function_decl 0x401ad000 __builtin_sinf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SINF attributes <tree_list 0x401aa900>
    (mem:QI (symbol_ref:SI ("sinf")) [0 S1 A8]) chain <function_decl 0x401abf68 sqrtf>>
TB> nx
p
TB>  <function_decl 0x401abf68 sqrtf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRTF attributes <tree_list 0x401aa8d0>
    (mem:QI (symbol_ref:SI ("sqrtf")) [0 S1 A8]) chain <function_decl 0x401abef4 __builtin_sqrtf>>
TB> nx
p
TB>  <function_decl 0x401abef4 __builtin_sqrtf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRTF attributes <tree_list 0x401aa8b8>
    (mem:QI (symbol_ref:SI ("sqrtf")) [0 S1 A8]) chain <function_decl 0x401abe80 log>>
TB> nx
p
TB>  <function_decl 0x401abe80 log
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOG attributes <tree_list 0x401aa8a0>
    (mem:QI (symbol_ref:SI ("log")) [0 S1 A8]) chain <function_decl 0x401abe0c __builtin_log>>
TB> nx
p
TB>  <function_decl 0x401abe0c __builtin_log
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LOG attributes <tree_list 0x401aa888>
    (mem:QI (symbol_ref:SI ("log")) [0 S1 A8]) chain <function_decl 0x401abd98 exp>>
TB> nx
p
TB>  <function_decl 0x401abd98 exp
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXP attributes <tree_list 0x401aa870>
    (mem:QI (symbol_ref:SI ("exp")) [0 S1 A8]) chain <function_decl 0x401abd24 __builtin_exp>>
TB> nx
p
TB>  <function_decl 0x401abd24 __builtin_exp
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_EXP attributes <tree_list 0x401aa858>
    (mem:QI (symbol_ref:SI ("exp")) [0 S1 A8]) chain <function_decl 0x401abcb0 cos>>
TB> nx
p
TB>  <function_decl 0x401abcb0 cos
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COS attributes <tree_list 0x401aa840>
    (mem:QI (symbol_ref:SI ("cos")) [0 S1 A8]) chain <function_decl 0x401abc3c __builtin_cos>>
TB> nx
p
TB>  <function_decl 0x401abc3c __builtin_cos
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_COS attributes <tree_list 0x401aa810>
    (mem:QI (symbol_ref:SI ("cos")) [0 S1 A8]) chain <function_decl 0x401abbc8 sin>>
TB> nx
p
TB>  <function_decl 0x401abbc8 sin
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SIN attributes <tree_list 0x401aa7e0>
    (mem:QI (symbol_ref:SI ("sin")) [0 S1 A8]) chain <function_decl 0x401abb54 __builtin_sin>>
TB> nx
p
TB>  <function_decl 0x401abb54 __builtin_sin
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SIN attributes <tree_list 0x401aa7b0>
    (mem:QI (symbol_ref:SI ("sin")) [0 S1 A8]) chain <function_decl 0x401abae0 sqrt>>
TB> nx
p
TB>  <function_decl 0x401abae0 sqrt
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRT attributes <tree_list 0x401aa780>
    (mem:QI (symbol_ref:SI ("sqrt")) [0 S1 A8]) chain <function_decl 0x401aba6c __builtin_sqrt>>
TB> nx
p
TB>  <function_decl 0x401aba6c __builtin_sqrt
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_SQRT attributes <tree_list 0x401aa768>
    (mem:QI (symbol_ref:SI ("sqrt")) [0 S1 A8]) chain <function_decl 0x401ab9f8 strrchr>>
TB> nx
p
TB>  <function_decl 0x401ab9f8 strrchr
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRRCHR attributes <tree_list 0x401aa750>
    (mem:QI (symbol_ref:SI ("strrchr")) [0 S1 A8]) chain <function_decl 0x401ab984 __builtin_strrchr>>
TB> nx
p
TB>  <function_decl 0x401ab984 __builtin_strrchr
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRRCHR attributes <tree_list 0x401aa720>
    (mem:QI (symbol_ref:SI ("strrchr")) [0 S1 A8]) chain <function_decl 0x401ab910 strchr>>
TB> nx
p
TB>  <function_decl 0x401ab910 strchr
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCHR attributes <tree_list 0x401aa6f0>
    (mem:QI (symbol_ref:SI ("strchr")) [0 S1 A8]) chain <function_decl 0x401ab89c __builtin_strchr>>
TB> nx
p
TB>  <function_decl 0x401ab89c __builtin_strchr
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCHR attributes <tree_list 0x401aa6c0>
    (mem:QI (symbol_ref:SI ("strchr")) [0 S1 A8]) chain <function_decl 0x401ab828 strcspn>>
TB> nx
p
TB>  <function_decl 0x401ab828 strcspn
    type <function_type 0x401a6c3c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53d8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53c0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCSPN attributes <tree_list 0x401aa690>
    (mem:QI (symbol_ref:SI ("strcspn")) [0 S1 A8]) chain <function_decl 0x401ab7b4 __builtin_strcspn>>
TB> nx
p
TB>  <function_decl 0x401ab7b4 __builtin_strcspn
    type <function_type 0x401a6c3c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53d8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53c0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCSPN attributes <tree_list 0x401aa660>
    (mem:QI (symbol_ref:SI ("strcspn")) [0 S1 A8]) chain <function_decl 0x401ab740 strspn>>
TB> nx
p
TB>  <function_decl 0x401ab740 strspn
    type <function_type 0x401a6c3c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53d8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53c0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRSPN attributes <tree_list 0x401aa630>
    (mem:QI (symbol_ref:SI ("strspn")) [0 S1 A8]) chain <function_decl 0x401ab6cc __builtin_strspn>>
TB> nx
p
TB>  <function_decl 0x401ab6cc __builtin_strspn
    type <function_type 0x401a6c3c
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53d8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53c0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRSPN attributes <tree_list 0x401aa600>
    (mem:QI (symbol_ref:SI ("strspn")) [0 S1 A8]) chain <function_decl 0x401ab658 strpbrk>>
TB> nx
p
TB>  <function_decl 0x401ab658 strpbrk
    type <function_type 0x401a6bc8
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53a8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5390 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRPBRK attributes <tree_list 0x401aa5d0>
    (mem:QI (symbol_ref:SI ("strpbrk")) [0 S1 A8]) chain <function_decl 0x401ab5e4 __builtin_strpbrk>>
TB> nx
p
TB>  <function_decl 0x401ab5e4 __builtin_strpbrk
    type <function_type 0x401a6bc8
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53a8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5390 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRPBRK attributes <tree_list 0x401aa5a0>
    (mem:QI (symbol_ref:SI ("strpbrk")) [0 S1 A8]) chain <function_decl 0x401ab570 strstr>>
TB> nx
p
TB>  <function_decl 0x401ab570 strstr
    type <function_type 0x401a6bc8
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53a8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5390 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRSTR attributes <tree_list 0x401aa570>
    (mem:QI (symbol_ref:SI ("strstr")) [0 S1 A8]) chain <function_decl 0x401ab4fc __builtin_strstr>>
TB> nx
p
TB>  <function_decl 0x401ab4fc __builtin_strstr
    type <function_type 0x401a6bc8
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a53a8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5390 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRSTR attributes <tree_list 0x401aa540>
    (mem:QI (symbol_ref:SI ("strstr")) [0 S1 A8]) chain <function_decl 0x401ab488 strlen>>
TB> nx
p
TB>  <function_decl 0x401ab488 strlen
    type <function_type 0x401a66cc
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5240 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRLEN attributes <tree_list 0x401aa510>
    (mem:QI (symbol_ref:SI ("strlen")) [0 S1 A8]) chain <function_decl 0x401ab414 __builtin_strlen>>
TB> nx
p
TB>  <function_decl 0x401ab414 __builtin_strlen
    type <function_type 0x401a66cc
        type <integer_type 0x40198488 unsigned int unsigned SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5240 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRLEN attributes <tree_list 0x401aa4e0>
    (mem:QI (symbol_ref:SI ("strlen")) [0 S1 A8]) chain <function_decl 0x401ab3a0 strncmp>>
TB> nx
p
TB>  <function_decl 0x401ab3a0 strncmp
    type <function_type 0x401a70e8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a55d0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a55b8 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCMP attributes <tree_list 0x401aa4b0>
    (mem:QI (symbol_ref:SI ("strncmp")) [0 S1 A8]) chain <function_decl 0x401ab32c __builtin_strncmp>>
TB> nx
p
TB>  <function_decl 0x401ab32c __builtin_strncmp
    type <function_type 0x401a70e8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55e8 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a55d0 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a55b8 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCMP attributes <tree_list 0x401aa480>
    (mem:QI (symbol_ref:SI ("strncmp")) [0 S1 A8]) chain <function_decl 0x401ab2b8 strcmp>>
TB> nx
p
TB>  <function_decl 0x401ab2b8 strcmp
    type <function_type 0x401a6b54
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5378 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5360 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCMP attributes <tree_list 0x401aa450>
    (mem:QI (symbol_ref:SI ("strcmp")) [0 S1 A8]) chain <function_decl 0x401ab244 __builtin_strcmp>>
TB> nx
p
TB>  <function_decl 0x401ab244 __builtin_strcmp
    type <function_type 0x401a6b54
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5378 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a5360 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCMP attributes <tree_list 0x401aa420>
    (mem:QI (symbol_ref:SI ("strcmp")) [0 S1 A8]) chain <function_decl 0x401ab1d0 strncpy>>
TB> nx
p
TB>  <function_decl 0x401ab1d0 strncpy
    type <function_type 0x401a7074
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55a0 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5588 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5570 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCPY attributes <tree_list 0x401aa3f0>
    (mem:QI (symbol_ref:SI ("strncpy")) [0 S1 A8]) chain <function_decl 0x401ab15c __builtin_strncpy>>
TB> nx
p
TB>  <function_decl 0x401ab15c __builtin_strncpy
    type <function_type 0x401a7074
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55a0 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5588 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5570 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCPY attributes <tree_list 0x401aa3d8>
    (mem:QI (symbol_ref:SI ("strncpy")) [0 S1 A8]) chain <function_decl 0x401ab0e8 strcpy>>
TB> nx
p
TB>  <function_decl 0x401ab0e8 strcpy
    type <function_type 0x401a6ae0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5348 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5330 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCPY attributes <tree_list 0x401aa3c0>
    (mem:QI (symbol_ref:SI ("strcpy")) [0 S1 A8]) chain <function_decl 0x401ab074 __builtin_strcpy>>
TB> nx
p
TB>  <function_decl 0x401ab074 __builtin_strcpy
    type <function_type 0x401a6ae0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5348 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5330 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCPY attributes <tree_list 0x401aa3a8>
    (mem:QI (symbol_ref:SI ("strcpy")) [0 S1 A8]) chain <function_decl 0x401ab000 strncat>>
TB> nx
p
TB>  <function_decl 0x401ab000 strncat
    type <function_type 0x401a7074
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55a0 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5588 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5570 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCAT attributes <tree_list 0x401aa390>
    (mem:QI (symbol_ref:SI ("strncat")) [0 S1 A8]) chain <function_decl 0x401a9f68 __builtin_strncat>>
TB> nx
p
TB>  <function_decl 0x401a9f68 __builtin_strncat
    type <function_type 0x401a7074
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a55a0 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5588 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5570 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRNCAT attributes <tree_list 0x401aa378>
    (mem:QI (symbol_ref:SI ("strncat")) [0 S1 A8]) chain <function_decl 0x401a9ef4 strcat>>
TB> nx
p
TB>  <function_decl 0x401a9ef4 strcat
    type <function_type 0x401a6ae0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5348 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5330 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCAT attributes <tree_list 0x401aa360>
    (mem:QI (symbol_ref:SI ("strcat")) [0 S1 A8]) chain <function_decl 0x401a9e80 __builtin_strcat>>
TB> nx
p
TB>  <function_decl 0x401a9e80 __builtin_strcat
    type <function_type 0x401a6ae0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5348 value <pointer_type 0x4019fd98>
            chain <tree_list 0x401a5330 value <pointer_type 0x401a489c>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_STRCAT attributes <tree_list 0x401aa348>
    (mem:QI (symbol_ref:SI ("strcat")) [0 S1 A8]) chain <function_decl 0x401a9e0c memset>>
TB> nx
p
TB>  <function_decl 0x401a9e0c memset
    type <function_type 0x401a7244
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a56c0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a56a8 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5690 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMSET attributes <tree_list 0x401aa330>
    (mem:QI (symbol_ref:SI ("memset")) [0 S1 A8]) chain <function_decl 0x401a9d98 __builtin_memset>>
TB> nx
p
TB>  <function_decl 0x401a9d98 __builtin_memset
    type <function_type 0x401a7244
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a56c0 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a56a8 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5690 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMSET attributes <tree_list 0x401aa318>
    (mem:QI (symbol_ref:SI ("memset")) [0 S1 A8]) chain <function_decl 0x401a9d24 memcmp>>
TB> nx
p
TB>  <function_decl 0x401a9d24 memcmp
    type <function_type 0x401a71d0
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5678 value <pointer_type 0x4019f9f8>
            chain <tree_list 0x401a5660 value <pointer_type 0x4019f9f8>
                chain <tree_list 0x401a5648 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMCMP attributes <tree_list 0x401aa300>
    (mem:QI (symbol_ref:SI ("memcmp")) [0 S1 A8]) chain <function_decl 0x401a9cb0 __builtin_memcmp>>
TB> nx
p
TB>  <function_decl 0x401a9cb0 __builtin_memcmp
    type <function_type 0x401a71d0
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5678 value <pointer_type 0x4019f9f8>
            chain <tree_list 0x401a5660 value <pointer_type 0x4019f9f8>
                chain <tree_list 0x401a5648 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMCMP attributes <tree_list 0x401aa2d0>
    (mem:QI (symbol_ref:SI ("memcmp")) [0 S1 A8]) chain <function_decl 0x401a9c3c memcpy>>
TB> nx
p
TB>  <function_decl 0x401a9c3c memcpy
    type <function_type 0x401a715c
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5630 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5618 value <pointer_type 0x4019f9f8>
                chain <tree_list 0x401a5600 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMCPY attributes <tree_list 0x401aa2a0>
    (mem:QI (symbol_ref:SI ("memcpy")) [0 S1 A8]) chain <function_decl 0x401a9bc8 __builtin_memcpy>>
TB> nx
p
TB>  <function_decl 0x401a9bc8 __builtin_memcpy
    type <function_type 0x401a715c
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5630 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5618 value <pointer_type 0x4019f9f8>
                chain <tree_list 0x401a5600 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_MEMCPY attributes <tree_list 0x401aa288>
    (mem:QI (symbol_ref:SI ("memcpy")) [0 S1 A8]) chain <function_decl 0x401a9b54 rindex>>
TB> nx
p
TB>  <function_decl 0x401a9b54 rindex
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_RINDEX attributes <tree_list 0x401aa270>
    (mem:QI (symbol_ref:SI ("rindex")) [0 S1 A8]) chain <function_decl 0x401a9ae0 __builtin_rindex>>
TB> nx
p
TB>  <function_decl 0x401a9ae0 __builtin_rindex
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_RINDEX attributes <tree_list 0x401aa240>
    (mem:QI (symbol_ref:SI ("rindex")) [0 S1 A8]) chain <function_decl 0x401a9a6c index>>
TB> nx
p
TB>  <function_decl 0x401a9a6c index
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INDEX attributes <tree_list 0x401aa210>
    (mem:QI (symbol_ref:SI ("index")) [0 S1 A8]) chain <function_decl 0x401a99f8 __builtin_index>>
TB> nx
p
TB>  <function_decl 0x401a99f8 __builtin_index
    type <function_type 0x401a6cb0
        type <pointer_type 0x4019fd98 type <integer_type 0x401982b8 char>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5408 value <pointer_type 0x401a489c>
            chain <tree_list 0x401a53f0 value <integer_type 0x40198414 int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_INDEX attributes <tree_list 0x401aa1e0>
    (mem:QI (symbol_ref:SI ("index")) [0 S1 A8]) chain <function_decl 0x401a9984 ffs>>
TB> nx
p
TB>  <function_decl 0x401a9984 ffs
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FFS attributes <tree_list 0x401aa1b0>
    (mem:QI (symbol_ref:SI ("ffs")) [0 S1 A8]) chain <function_decl 0x401a9910 __builtin_ffs>>
TB> nx
p
TB>  <function_decl 0x401a9910 __builtin_ffs
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FFS attributes <tree_list 0x401aa180>
    (mem:QI (symbol_ref:SI ("ffs")) [0 S1 A8]) chain <function_decl 0x401a989c bcmp>>
TB> nx
p
TB>  <function_decl 0x401a989c bcmp
    type <function_type 0x401a49f8
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_BCMP attributes <tree_list 0x401aa150>
    (mem:QI (symbol_ref:SI ("bcmp")) [0 S1 A8]) chain <function_decl 0x401a9828 __builtin_bcmp>>
TB> nx
p
TB>  <function_decl 0x401a9828 __builtin_bcmp
    type <function_type 0x401a71d0
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5678 value <pointer_type 0x4019f9f8>
            chain <tree_list 0x401a5660 value <pointer_type 0x4019f9f8>
                chain <tree_list 0x401a5648 value <integer_type 0x40198488 unsigned int>
                    chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_BCMP attributes <tree_list 0x401aa120>
    (mem:QI (symbol_ref:SI ("bcmp")) [0 S1 A8]) chain <function_decl 0x401a97b4 bzero>>
TB> nx
p
TB>  <function_decl 0x401a97b4 bzero
    type <function_type 0x401a73a0
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x401a76cc>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_BZERO attributes <tree_list 0x401aa0f0>
    (mem:QI (symbol_ref:SI ("bzero")) [0 S1 A8]) chain <function_decl 0x401a9740 __builtin_bzero>>
TB> nx
p
TB>  <function_decl 0x401a9740 __builtin_bzero
    type <function_type 0x401a7000
        type <void_type 0x4019f89c void VOID
            align 8 symtab 0 alias set -1
            pointer_to_this <pointer_type 0x4019f910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5558 value <pointer_type 0x4019f910>
            chain <tree_list 0x401a5540 value <integer_type 0x40198488 unsigned int>
                chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_BZERO attributes <tree_list 0x401aa0d8>
    (mem:QI (symbol_ref:SI ("bzero")) [0 S1 A8]) chain <function_decl 0x401a96cc cimagl>>
TB> nx
p
TB>  <function_decl 0x401a96cc cimagl
    type <function_type 0x401a6414
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51b0 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAGL attributes <tree_list 0x401aa0c0>
    (mem:QI (symbol_ref:SI ("cimagl")) [0 S1 A8]) chain <function_decl 0x401a9658 __builtin_cimagl>>
TB> nx
p
TB>  <function_decl 0x401a9658 __builtin_cimagl
    type <function_type 0x401a6414
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51b0 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAGL attributes <tree_list 0x401aa0a8>
    (mem:QI (symbol_ref:SI ("cimagl")) [0 S1 A8]) chain <function_decl 0x401a95e4 cimagf>>
TB> nx
p
TB>  <function_decl 0x401a95e4 cimagf
    type <function_type 0x401a632c
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5180 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAGF attributes <tree_list 0x401aa090>
    (mem:QI (symbol_ref:SI ("cimagf")) [0 S1 A8]) chain <function_decl 0x401a9570 __builtin_cimagf>>
TB> nx
p
TB>  <function_decl 0x401a9570 __builtin_cimagf
    type <function_type 0x401a632c
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5180 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAGF attributes <tree_list 0x401aa078>
    (mem:QI (symbol_ref:SI ("cimagf")) [0 S1 A8]) chain <function_decl 0x401a94fc cimag>>
TB> nx
p
TB>  <function_decl 0x401a94fc cimag
    type <function_type 0x401a63a0
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5198 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAG attributes <tree_list 0x401aa060>
    (mem:QI (symbol_ref:SI ("cimag")) [0 S1 A8]) chain <function_decl 0x401a9488 __builtin_cimag>>
TB> nx
p
TB>  <function_decl 0x401a9488 __builtin_cimag
    type <function_type 0x401a63a0
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5198 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CIMAG attributes <tree_list 0x401aa048>
    (mem:QI (symbol_ref:SI ("cimag")) [0 S1 A8]) chain <function_decl 0x401a9414 creall>>
TB> nx
p
TB>  <function_decl 0x401a9414 creall
    type <function_type 0x401a6414
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51b0 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREALL attributes <tree_list 0x401aa030>
    (mem:QI (symbol_ref:SI ("creall")) [0 S1 A8]) chain <function_decl 0x401a93a0 __builtin_creall>>
TB> nx
p
TB>  <function_decl 0x401a93a0 __builtin_creall
    type <function_type 0x401a6414
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51b0 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREALL attributes <tree_list 0x401aa018>
    (mem:QI (symbol_ref:SI ("creall")) [0 S1 A8]) chain <function_decl 0x401a932c crealf>>
TB> nx
p
TB>  <function_decl 0x401a932c crealf
    type <function_type 0x401a632c
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5180 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREALF attributes <tree_list 0x401aa000>
    (mem:QI (symbol_ref:SI ("crealf")) [0 S1 A8]) chain <function_decl 0x401a92b8 __builtin_crealf>>
TB> nx
p
TB>  <function_decl 0x401a92b8 __builtin_crealf
    type <function_type 0x401a632c
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5180 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREALF attributes <tree_list 0x401a5fd8>
    (mem:QI (symbol_ref:SI ("crealf")) [0 S1 A8]) chain <function_decl 0x401a9244 creal>>
TB> nx
p
TB>  <function_decl 0x401a9244 creal
    type <function_type 0x401a63a0
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5198 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREAL attributes <tree_list 0x401a5fc0>
    (mem:QI (symbol_ref:SI ("creal")) [0 S1 A8]) chain <function_decl 0x401a91d0 __builtin_creal>>
TB> nx
p
TB>  <function_decl 0x401a91d0 __builtin_creal
    type <function_type 0x401a63a0
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5198 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CREAL attributes <tree_list 0x401a5fa8>
    (mem:QI (symbol_ref:SI ("creal")) [0 S1 A8]) chain <function_decl 0x401a915c conjl>>
TB> nx
p
TB>  <function_decl 0x401a915c conjl
    type <function_type 0x401a62b8
        type <complex_type 0x4019fd24 complex long double type <real_type 0x4019fb54 long double>
            XC
            size <integer_cst 0x4019db20 constant 192>
            unit size <integer_cst 0x4019db40 constant 24>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5168 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJL attributes <tree_list 0x401a5f90>
    (mem:QI (symbol_ref:SI ("conjl")) [0 S1 A8]) chain <function_decl 0x401a90e8 __builtin_conjl>>
TB> nx
p
TB>  <function_decl 0x401a90e8 __builtin_conjl
    type <function_type 0x401a62b8
        type <complex_type 0x4019fd24 complex long double type <real_type 0x4019fb54 long double>
            XC
            size <integer_cst 0x4019db20 constant 192>
            unit size <integer_cst 0x4019db40 constant 24>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5168 value <complex_type 0x4019fd24 complex long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJL attributes <tree_list 0x401a5f78>
    (mem:QI (symbol_ref:SI ("conjl")) [0 S1 A8]) chain <function_decl 0x401a9074 conjf>>
TB> nx
p
TB>  <function_decl 0x401a9074 conjf
    type <function_type 0x401a61d0
        type <complex_type 0x4019fc3c complex float type <real_type 0x4019fa6c float>
            SC
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 32 symtab 0 alias set -1>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5138 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJF attributes <tree_list 0x401a5f60>
    (mem:QI (symbol_ref:SI ("conjf")) [0 S1 A8]) chain <function_decl 0x401a9000 __builtin_conjf>>
TB> nx
p
TB>  <function_decl 0x401a9000 __builtin_conjf
    type <function_type 0x401a61d0
        type <complex_type 0x4019fc3c complex float type <real_type 0x4019fa6c float>
            SC
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 32 symtab 0 alias set -1>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5138 value <complex_type 0x4019fc3c complex float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJF attributes <tree_list 0x401a5f48>
    (mem:QI (symbol_ref:SI ("conjf")) [0 S1 A8]) chain <function_decl 0x401a7f68 conj>>
TB> nx
p
TB>  <function_decl 0x401a7f68 conj
    type <function_type 0x401a6244
        type <complex_type 0x4019fcb0 complex double type <real_type 0x4019fae0 double>
            DC
            size <integer_cst 0x4019dae0 constant 128>
            unit size <integer_cst 0x4019db00 constant 16>
            align 64 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5150 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJ attributes <tree_list 0x401a5f30>
    (mem:QI (symbol_ref:SI ("conj")) [0 S1 A8]) chain <function_decl 0x401a7ef4 __builtin_conj>>
TB> nx
p
TB>  <function_decl 0x401a7ef4 __builtin_conj
    type <function_type 0x401a6244
        type <complex_type 0x4019fcb0 complex double type <real_type 0x4019fae0 double>
            DC
            size <integer_cst 0x4019dae0 constant 128>
            unit size <integer_cst 0x4019db00 constant 16>
            align 64 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5150 value <complex_type 0x4019fcb0 complex double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_CONJ attributes <tree_list 0x401a5f18>
    (mem:QI (symbol_ref:SI ("conj")) [0 S1 A8]) chain <function_decl 0x401a7e80 imaxabs>>
TB> nx
p
TB>  <function_decl 0x401a7e80 imaxabs
    type <function_type 0x401a4f68
        type <integer_type 0x401985e4 long long int DI
            size <integer_cst 0x4019d300 constant 64>
            unit size <integer_cst 0x4019d420 constant 8>
            align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50c0 value <integer_type 0x401985e4 long long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_IMAXABS attributes <tree_list 0x401a5f00>
    (mem:QI (symbol_ref:SI ("imaxabs")) [0 S1 A8]) chain <function_decl 0x401a7e0c __builtin_imaxabs>>
TB> nx
p
TB>  <function_decl 0x401a7e0c __builtin_imaxabs
    type <function_type 0x401a4f68
        type <integer_type 0x401985e4 long long int DI
            size <integer_cst 0x4019d300 constant 64>
            unit size <integer_cst 0x4019d420 constant 8>
            align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50c0 value <integer_type 0x401985e4 long long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_IMAXABS attributes <tree_list 0x401a5ee8>
    (mem:QI (symbol_ref:SI ("imaxabs")) [0 S1 A8]) chain <function_decl 0x401a7d98 llabs>>
TB> nx
p
TB>  <function_decl 0x401a7d98 llabs
    type <function_type 0x401a4f68
        type <integer_type 0x401985e4 long long int DI
            size <integer_cst 0x4019d300 constant 64>
            unit size <integer_cst 0x4019d420 constant 8>
            align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50c0 value <integer_type 0x401985e4 long long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LLABS attributes <tree_list 0x401a5ed0>
    (mem:QI (symbol_ref:SI ("llabs")) [0 S1 A8]) chain <function_decl 0x401a7d24 __builtin_llabs>>
TB> nx
p
TB>  <function_decl 0x401a7d24 __builtin_llabs
    type <function_type 0x401a4f68
        type <integer_type 0x401985e4 long long int DI
            size <integer_cst 0x4019d300 constant 64>
            unit size <integer_cst 0x4019d420 constant 8>
            align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50c0 value <integer_type 0x401985e4 long long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LLABS attributes <tree_list 0x401a5eb8>
    (mem:QI (symbol_ref:SI ("llabs")) [0 S1 A8]) chain <function_decl 0x401a7cb0 fabsl>>
TB> nx
p
TB>  <function_decl 0x401a7cb0 fabsl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABSL attributes <tree_list 0x401a5ea0>
    (mem:QI (symbol_ref:SI ("fabsl")) [0 S1 A8]) chain <function_decl 0x401a7c3c __builtin_fabsl>>
TB> nx
p
TB>  <function_decl 0x401a7c3c __builtin_fabsl
    type <function_type 0x401a615c
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5120 value <real_type 0x4019fb54 long double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABSL attributes <tree_list 0x401a5e70>
    (mem:QI (symbol_ref:SI ("__builtin_fabsl")) [0 S1 A8]) chain <function_decl 0x401a7bc8 fabsf>>
TB> nx
p
TB>  <function_decl 0x401a7bc8 fabsf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABSF attributes <tree_list 0x401a5e40>
    (mem:QI (symbol_ref:SI ("fabsf")) [0 S1 A8]) chain <function_decl 0x401a7b54 __builtin_fabsf>>
TB> nx
p
TB>  <function_decl 0x401a7b54 __builtin_fabsf
    type <function_type 0x401a6074
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50f0 value <real_type 0x4019fa6c float>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABSF attributes <tree_list 0x401a5e10>
    (mem:QI (symbol_ref:SI ("__builtin_fabsf")) [0 S1 A8]) chain <function_decl 0x401a7ae0 fabs>>
TB> nx
p
TB>  <function_decl 0x401a7ae0 fabs
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABS attributes <tree_list 0x401a5de0>
    (mem:QI (symbol_ref:SI ("fabs")) [0 S1 A8]) chain <function_decl 0x401a7a6c __builtin_fabs>>
TB> nx
p
TB>  <function_decl 0x401a7a6c __builtin_fabs
    type <function_type 0x401a60e8
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DI size <integer_cst 0x4019d600 64> unit size <integer_cst 0x4019d820 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a5108 value <real_type 0x4019fae0 double>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_FABS attributes <tree_list 0x401a5db0>
    (mem:QI (symbol_ref:SI ("__builtin_fabs")) [0 S1 A8]) chain <function_decl 0x401a79f8 labs>>
TB> nx
p
TB>  <function_decl 0x401a79f8 labs
    type <function_type 0x401a4ef4
        type <integer_type 0x401984fc long int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d360 -2147483648> max <integer_cst 0x4019d380 2147483647>
            pointer_to_this <pointer_type 0x401a4910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50a8 value <integer_type 0x401984fc long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LABS attributes <tree_list 0x401a5d80>
    (mem:QI (symbol_ref:SI ("labs")) [0 S1 A8]) chain <function_decl 0x401a7984 __builtin_labs>>
TB> nx
p
TB>  <function_decl 0x401a7984 __builtin_labs
    type <function_type 0x401a4ef4
        type <integer_type 0x401984fc long int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d360 -2147483648> max <integer_cst 0x4019d380 2147483647>
            pointer_to_this <pointer_type 0x401a4910>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a50a8 value <integer_type 0x401984fc long int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_LABS attributes <tree_list 0x401a5d50>
    (mem:QI (symbol_ref:SI ("__builtin_labs")) [0 S1 A8]) chain <function_decl 0x401a7910 abs>>
TB> nx
p
TB>  <function_decl 0x401a7910 abs
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ABS attributes <tree_list 0x401a5d20>
    (mem:QI (symbol_ref:SI ("abs")) [0 S1 A8]) chain <function_decl 0x401a789c __builtin_abs>>
TB> nx
p
TB>  <function_decl 0x401a789c __builtin_abs
    type <function_type 0x401a6570
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51f8 value <integer_type 0x40198414 int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    readonly nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ABS attributes <tree_list 0x401a5cf0>
    (mem:QI (symbol_ref:SI ("__builtin_abs")) [0 S1 A8]) chain <function_decl 0x401a7828 alloca>>
TB> nx
p
TB>  <function_decl 0x401a7828 alloca
    type <function_type 0x401a6488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51c8 value <integer_type 0x40198488 unsigned int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    unsigned nothrow public external built-in built-in-nonansi decl_3 QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ALLOCA attributes <tree_list 0x401a5cc0>
    (mem:QI (symbol_ref:SI ("alloca")) [0 S1 A8]) chain <function_decl 0x401a77b4 __builtin_alloca>>
TB> nx
p
TB>  <function_decl 0x401a77b4 __builtin_alloca
    type <function_type 0x401a6488
        type <pointer_type 0x4019f910 type <void_type 0x4019f89c void>
            unsigned SI
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1>
        DI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1
        arg-types <tree_list 0x401a51c8 value <integer_type 0x40198488 unsigned int>
            chain <tree_list 0x401a5048 value <void_type 0x4019f89c void>>>>
    nothrow public external built-in QI file <built-in> line 0
    built-in BUILT_IN_NORMAL:BUILT_IN_ALLOCA attributes <tree_list 0x401a5c90>
    (mem:QI (symbol_ref:SI ("alloca")) [0 S1 A8]) chain <type_decl 0x401a4b54 __builtin_size_t>>
TB> nx
p
TB>  <type_decl 0x401a4b54 __builtin_size_t
    type <integer_type 0x4019f5e4 unsigned int unsigned sizetype SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4ae0 __builtin_ptrdiff_t>>
TB> nx
p
TB>  <type_decl 0x401a4ae0 __builtin_ptrdiff_t
    type <integer_type 0x40198414 int SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
        pointer_to_this <pointer_type 0x401a4740>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4a6c __builtin_va_list>>
TB> nx
p
TB>  <type_decl 0x401a4a6c __builtin_va_list
    type <pointer_type 0x4019fe0c __builtin_va_list
        type <integer_type 0x401982b8 char QI
            size <integer_cst 0x4019d0e0 constant 8>
            unit size <integer_cst 0x4019d100 constant 1>
            align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d1a0 -128> max <integer_cst 0x4019d1c0 127>
            pointer_to_this <pointer_type 0x4019fd98>>
        unsigned SI
        size <integer_cst 0x4019d880 constant 32>
        unit size <integer_cst 0x4019d8e0 constant 4>
        align 32 symtab 0 alias set -1 reference_to_this <reference_type 0x401a4bc8>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a45e4 void>>
TB> nx
p
TB>  <type_decl 0x401a45e4 void
    type <void_type 0x4019f89c void VOID
        align 8 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x4019f910>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4570 __g77_ulongint>>
TB> nx
p
TB>  <type_decl 0x401a4570 __g77_ulongint
    type <integer_type 0x40198658 long long unsigned int unsigned DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d460 0> max <integer_cst 0x4019d480 -1>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a44fc __g77_longint>>
TB> nx
p
TB>  <type_decl 0x401a44fc __g77_longint
    type <integer_type 0x401985e4 long long int DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4488 __g77_uinteger>>
TB> nx
p
TB>  <type_decl 0x401a4488 __g77_uinteger
    type <integer_type 0x40198570 long unsigned int unsigned SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d3a0 0> max <integer_cst 0x4019d3c0 4294967295>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4414 __g77_integer>>
TB> nx
p
TB>  <type_decl 0x401a4414 __g77_integer
    type <integer_type 0x401984fc long int SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d360 -2147483648> max <integer_cst 0x4019d380 2147483647>
        pointer_to_this <pointer_type 0x401a4910>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a43a0 complex long double>>
TB> nx
p
TB>  <type_decl 0x401a43a0 complex long double
    type <complex_type 0x4019fd24 complex long double
        type <real_type 0x4019fb54 long double XF
            size <integer_cst 0x4019da00 constant 96>
            unit size <integer_cst 0x4019da40 constant 12>
            align 32 symtab 0 alias set -1 precision 96>
        XC
        size <integer_cst 0x4019db20 constant 192>
        unit size <integer_cst 0x4019db40 constant 24>
        align 32 symtab 0 alias set -1>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a432c complex double>>
TB> nx
p
TB>  <type_decl 0x401a432c complex double
    type <complex_type 0x4019fcb0 complex double
        type <real_type 0x4019fae0 double DF
            size <integer_cst 0x4019d600 constant 64>
            unit size <integer_cst 0x4019d820 constant 8>
            align 64 symtab 0 alias set -1 precision 64
            pointer_to_this <pointer_type 0x401a2a6c>>
        DC
        size <integer_cst 0x4019dae0 constant 128>
        unit size <integer_cst 0x4019db00 constant 16>
        align 64 symtab 0 alias set -1>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a42b8 complex float>>
TB> nx
p
TB>  <type_decl 0x401a42b8 complex float
    type <complex_type 0x4019fc3c complex float
        type <real_type 0x4019fa6c float SF
            size <integer_cst 0x4019d880 constant 32>
            unit size <integer_cst 0x4019d8e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32
            pointer_to_this <pointer_type 0x401a13a0>>
        SC
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 32 symtab 0 alias set -1>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a4244 complex int>>
TB> nx
p
TB>  <type_decl 0x401a4244 complex int
    type <complex_type 0x4019fbc8 complex int
        type <integer_type 0x40198414 int SI
            size <integer_cst 0x4019d240 constant 32>
            unit size <integer_cst 0x4019d2e0 constant 4>
            align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
            pointer_to_this <pointer_type 0x401a4740>>
        CSI
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 32 symtab 0 alias set -1>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a41d0 long double>>
TB> nx
p
TB>  <type_decl 0x401a41d0 long double
    type <real_type 0x4019fb54 long double XF
        size <integer_cst 0x4019da00 constant 96>
        unit size <integer_cst 0x4019da40 constant 12>
        align 32 symtab 0 alias set -1 precision 96>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a415c double>>
TB> nx
p
TB>  <type_decl 0x401a415c double
    type <real_type 0x4019fae0 double DF
        size <integer_cst 0x4019d600 constant 64>
        unit size <integer_cst 0x4019d820 constant 8>
        align 64 symtab 0 alias set -1 precision 64
        pointer_to_this <pointer_type 0x401a2a6c>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x401a40e8 float>>
TB> nx
p
TB>  <type_decl 0x401a40e8 float
    type <real_type 0x4019fa6c float SF
        size <integer_cst 0x4019d880 constant 32>
        unit size <integer_cst 0x4019d8e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32
        pointer_to_this <pointer_type 0x401a13a0>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f570>>
TB> nx
p
TB>  <type_decl 0x4019f570
    type <integer_type 0x4019f4fc unsigned DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d7a0 0> max <integer_cst 0x4019d7c0 -1>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f488>>
TB> nx
p
TB>  <type_decl 0x4019f488
    type <integer_type 0x4019f414 DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d760 0x8000000000000000> max <integer_cst 0x4019d780 0x7fffffffffffffff>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f3a0>>
TB> nx
p
TB>  <type_decl 0x4019f3a0
    type <integer_type 0x40198a6c unsigned DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d6e0 0> max <integer_cst 0x4019d700 -1>
        pointer_to_this <pointer_type 0x401a0488>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f32c>>
TB> nx
p
TB>  <type_decl 0x4019f32c
    type <integer_type 0x401989f8 unsigned SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d6a0 0> max <integer_cst 0x4019d6c0 4294967295>
        pointer_to_this <pointer_type 0x4019ff68>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f2b8>>
TB> nx
p
TB>  <type_decl 0x4019f2b8
    type <integer_type 0x40198984 unsigned HI
        size <integer_cst 0x4019d140 constant 16>
        unit size <integer_cst 0x4019d220 constant 2>
        align 16 symtab 0 alias set -1 precision 16 min <integer_cst 0x4019d660 0> max <integer_cst 0x4019d680 65535>
        pointer_to_this <pointer_type 0x401a0740>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f244>>
TB> nx
p
TB>  <type_decl 0x4019f244
    type <integer_type 0x40198910 unsigned QI
        size <integer_cst 0x4019d0e0 constant 8>
        unit size <integer_cst 0x4019d100 constant 1>
        align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d620 0> max <integer_cst 0x4019d640 255>
        pointer_to_this <pointer_type 0x401a09f8>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f1d0>>
TB> nx
p
TB>  <type_decl 0x4019f1d0
    type <integer_type 0x40198828 DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d560 0x8000000000000000> max <integer_cst 0x4019d580 0x7fffffffffffffff>
        pointer_to_this <pointer_type 0x401a1d98>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f15c>>
TB> nx
p
TB>  <type_decl 0x4019f15c
    type <integer_type 0x401987b4 SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d520 -2147483648> max <integer_cst 0x4019d540 2147483647>
        pointer_to_this <pointer_type 0x401a189c>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f0e8>>
TB> nx
p
TB>  <type_decl 0x4019f0e8
    type <integer_type 0x40198740 HI
        size <integer_cst 0x4019d140 constant 16>
        unit size <integer_cst 0x4019d220 constant 2>
        align 16 symtab 0 alias set -1 precision 16 min <integer_cst 0x4019d4e0 -32768> max <integer_cst 0x4019d500 32767>
        pointer_to_this <pointer_type 0x401a2074>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f074>>
TB> nx
p
TB>  <type_decl 0x4019f074
    type <integer_type 0x401986cc QI
        size <integer_cst 0x4019d0e0 constant 8>
        unit size <integer_cst 0x4019d100 constant 1>
        align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d4a0 -128> max <integer_cst 0x4019d4c0 127>
        pointer_to_this <pointer_type 0x401a232c>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x4019f000 unsigned char>>
TB> nx
p
TB>  <type_decl 0x4019f000 unsigned char
    type <integer_type 0x40198244 unsigned char unsigned QI
        size <integer_cst 0x4019d0e0 constant 8>
        unit size <integer_cst 0x4019d100 constant 1>
        align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d160 0> max <integer_cst 0x4019d180 255>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198f68 signed char>>
TB> nx
p
TB>  <type_decl 0x40198f68 signed char
    type <integer_type 0x401981d0 signed char QI
        size <integer_cst 0x4019d0e0 constant 8>
        unit size <integer_cst 0x4019d100 constant 1>
        align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d0a0 -128> max <integer_cst 0x4019d0c0 127>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198ef4 short unsigned int>>
TB> nx
p
TB>  <type_decl 0x40198ef4 short unsigned int
    type <integer_type 0x401983a0 short unsigned int unsigned HI
        size <integer_cst 0x4019d140 constant 16>
        unit size <integer_cst 0x4019d220 constant 2>
        align 16 symtab 0 alias set -1 precision 16 min <integer_cst 0x4019d260 0> max <integer_cst 0x4019d280 65535>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198e80 short int>>
TB> nx
p
TB>  <type_decl 0x40198e80 short int
    type <integer_type 0x4019832c short int HI
        size <integer_cst 0x4019d140 constant 16>
        unit size <integer_cst 0x4019d220 constant 2>
        align 16 symtab 0 alias set -1 precision 16 min <integer_cst 0x4019d1e0 -32768> max <integer_cst 0x4019d200 32767>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198e0c long long unsigned int>>
TB> nx
p
TB>  <type_decl 0x40198e0c long long unsigned int
    type <integer_type 0x40198658 long long unsigned int unsigned DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d460 0> max <integer_cst 0x4019d480 -1>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198d98 long long int>>
TB> nx
p
TB>  <type_decl 0x40198d98 long long int
    type <integer_type 0x401985e4 long long int DI
        size <integer_cst 0x4019d300 constant 64>
        unit size <integer_cst 0x4019d420 constant 8>
        align 64 symtab 0 alias set -1 precision 64 min <integer_cst 0x4019d3e0 0x8000000000000000> max <integer_cst 0x4019d400 0x7fffffffffffffff>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198d24 long unsigned int>>
TB> nx
p
TB>  <type_decl 0x40198d24 long unsigned int
    type <integer_type 0x40198570 long unsigned int unsigned SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d3a0 0> max <integer_cst 0x4019d3c0 4294967295>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198cb0 unsigned int>>
TB> nx
p
TB>  <type_decl 0x40198cb0 unsigned int
    type <integer_type 0x40198488 unsigned int unsigned SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d320 0> max <integer_cst 0x4019d340 4294967295>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198c3c long int>>
TB> nx
p
TB>  <type_decl 0x40198c3c long int
    type <integer_type 0x401984fc long int SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d360 -2147483648> max <integer_cst 0x4019d380 2147483647>
        pointer_to_this <pointer_type 0x401a4910>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198bc8 char>>
TB> nx
p
TB>  <type_decl 0x40198bc8 char
    type <integer_type 0x401982b8 char QI
        size <integer_cst 0x4019d0e0 constant 8>
        unit size <integer_cst 0x4019d100 constant 1>
        align 8 symtab 0 alias set -1 precision 8 min <integer_cst 0x4019d1a0 -128> max <integer_cst 0x4019d1c0 127>
        pointer_to_this <pointer_type 0x4019fd98>>
    VOID file <built-in> line 0
    align 1 chain <type_decl 0x40198b54 int>>
TB> nx
p
TB>  <type_decl 0x40198b54 int
    type <integer_type 0x40198414 int SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
        pointer_to_this <pointer_type 0x401a4740>>
    VOID file <built-in> line 0
    align 1>
TB> nx
p
TB>  <type_decl 0x40198b54 int
    type <integer_type 0x40198414 int SI
        size <integer_cst 0x4019d240 constant 32>
        unit size <integer_cst 0x4019d2e0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x4019d2a0 -2147483648> max <integer_cst 0x4019d2c0 2147483647>
        pointer_to_this <pointer_type 0x401a4740>>
    VOID file <built-in> line 0
    align 1>
TB> 



More information about the Gcc-patches mailing list