blob: 86cc3c893cc9affecfe60447e8600e5818f505d5 (
plain)
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
42
43
44
45
46
47
48
49
|
Dynamic section .*
#...
0x00000003 \(PLTGOT\) 0x10201000
#...
0x70000013 \(MIPS_GOTSYM\) 0x6
0x00000014 \(PLTREL\) REL
0x00000017 \(JMPREL\) 0x10004000
0x00000002 \(PLTRELSZ\) 24 \(bytes\)
0x70000032 \(MIPS_PLTGOT\) 0x10200000
#...
Relocation section '\.rel\.plt' .*
Offset Info Type Sym\.Value Sym\. Name
10200008 [^ ]+ R_MIPS_JUMP_SLOT 00000000 f_bu_bc
1020000c [^ ]+ R_MIPS_JUMP_SLOT 00000000 f_bu
10200010 [^ ]+ R_MIPS_JUMP_SLOT 00000000 f_bc
Symbol table '\.dynsym' .*
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
#...
.*: 00000000 0 FUNC GLOBAL DEFAULT UND f_bu_bc
.*: 00000000 0 FUNC GLOBAL DEFAULT UND f_bu
.*: 00000000 0 FUNC GLOBAL DEFAULT UND f_bc
Symbol table '\.symtab' .*
#...
Primary GOT:
Canonical gp value: 10208ff0
Reserved entries:
Address Access Initial Purpose
10201000 -32752\(gp\) 00000000 Lazy resolver
10201004 -32748\(gp\) 80000000 Module pointer \(GNU extension\)
PLT GOT:
Reserved entries:
Address Initial Purpose
10200000 00000000 PLT lazy resolver
10200004 00000000 Module pointer
Entries:
Address Initial Sym\.Val\. Type Ndx Name
10200008 10100000 00000000 FUNC UND f_bu_bc
1020000c 10100000 00000000 FUNC UND f_bu
10200010 10100000 00000000 FUNC UND f_bc
|