brintos

brintos / llvm-project-archived public Read only

0
0
Text · 759 B · 5f37ee1 Raw
28 lines · plain
1        .text2        .global         func3        .global         __imp_func4func:5        jmp             *__imp_func6 7        # The data that is emitted into .idata$7 here is isn't needed for8        # the import data structures, but we need to emit something which9        # produces a relocation against _head_test_lib, to pull in the10        # header and trailer objects.11 12        .section        .idata$713        .rva            _head_test_lib14 15        .section        .idata$516__imp_func:17        .rva            .Lhint_name18        .long           019 20        .section        .idata$421        .rva            .Lhint_name22        .long           023 24        .section        .idata$625.Lhint_name:26        .short          027        .asciz          "func"28