123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .file "crti.o"
- .ident "GNU C crti.o"
- .section .init
- .globl __init
- .type __init,@function
- __init:
- #if defined __ID_SHARED_LIB__
- [--SP] = P5;
- #elif defined __BFIN_FDPIC__
- [--SP] = P3;
- #endif
- LINK 12;
- #if defined __ID_SHARED_LIB__
- P5 = [P5 + _current_shared_library_p5_offset_]
- #endif
- .section .fini
- .globl __fini
- .type __fini,@function
- __fini:
- #if defined __ID_SHARED_LIB__
- [--SP] = P5;
- #elif defined __BFIN_FDPIC__
- [--SP] = P3;
- #endif
- LINK 12;
- #if defined __ID_SHARED_LIB__
- P5 = [P5 + _current_shared_library_p5_offset_]
- #endif
- .section .note.GNU-stack,"",%progbits
|