File: elfv2.s

package info (click to toggle)
binutils-djgpp 2.35.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 321,228 kB
  • sloc: ansic: 1,162,947; asm: 671,219; cpp: 134,012; exp: 70,783; makefile: 55,860; sh: 22,254; yacc: 14,459; lisp: 13,806; perl: 2,008; lex: 1,649; pascal: 307; sed: 195; awk: 25
file content (41 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 .section .toc,"aw",@progbits
.L0:
 .quad x

 .data
x:
 .quad f1

 .globl f1
 .type f1,@function
 .text
f1:
 addis 2,12,.TOC.-f1@ha
 addi 2,2,.TOC.-f1@l
 .localentry f1,.-f1
 mflr 0
 stdu 1,-32(1)
 std 0,48(1)
 bl f1
 ld 3,.L0@toc(2)
 bl f2
 nop
 ld 3,x@got(2)
 bl f3
 nop
 bl f4
 nop
 bl f5
 nop
 ld 0,48(1)
 addi 1,1,32
 mtlr 0
 blr
 .size f1,.-f1

 .globl f5
 .type f5,@function
f5:
 .localentry f5,1
 blr
 .size f5,.-f5