diff options
author | Yury Gribov <y.gribov@samsung.com> | 2014-03-27 13:54:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-27 13:54:03 +0000 |
commit | 6a631e86cfc2ddd979f9dc4b4da01133d9d3610f (patch) | |
tree | ef5d36ec1527d47ba3a6ccc901b4d1076b2af7d6 /ld/testsuite/ld-arm/ifunc-4.dd | |
parent | a6305403d4e1f5304f247b33b0f8473c7eed0d66 (diff) | |
download | gdb-6a631e86cfc2ddd979f9dc4b4da01133d9d3610f.zip gdb-6a631e86cfc2ddd979f9dc4b4da01133d9d3610f.tar.gz gdb-6a631e86cfc2ddd979f9dc4b4da01133d9d3610f.tar.bz2 |
Add support for limited pretty-printing of ARM PLT entries on eabi and nacl targets.
* elf32-arm.c (elf32_arm_get_synthetic_symtab): Add new callback.
(elf32_arm_nacl_plt_sym_val): Likewise.
(elf32_arm_plt0_size): Add helper function.
(elf32_arm_plt_size): Likewise.
* ld-arm/arm-app-abs32.d: Updated test.
* ld-arm/arm-app.d: Likewise.
* ld-arm/arm-lib-plt32.d: Likewise.
* ld-arm/arm-lib.d: Likewise.
* ld-arm/armthumb-lib.d: Likewise.
* ld-arm/cortex-a8-fix-b-plt.d: Likewise.
* ld-arm/cortex-a8-fix-bcc-plt.d: Likewise.
* ld-arm/cortex-a8-fix-bl-plt.d: Likewise.
* ld-arm/cortex-a8-fix-bl-rel-plt.d: Likewise.
* ld-arm/cortex-a8-fix-blx-plt.d: Likewise.
* ld-arm/farcall-mixed-app-v5.d: Likewise.
* ld-arm/farcall-mixed-app.d: Likewise.
* ld-arm/farcall-mixed-lib-v4t.d: Likewise.
* ld-arm/farcall-mixed-lib.d: Likewise.
* ld-arm/ifunc-10.dd: Likewise.
* ld-arm/ifunc-14.dd: Likewise.
* ld-arm/ifunc-15.dd: Likewise.
* ld-arm/ifunc-3.dd: Likewise.
* ld-arm/ifunc-4.dd: Likewise.
* ld-arm/ifunc-7.dd: Likewise.
* ld-arm/ifunc-8.dd: Likewise.
* ld-arm/ifunc-9.dd: Likewise.
* ld-arm/long-plt-format.d: Likewise.
* ld-arm/mixed-app-v5.d: Likewise.
* ld-arm/mixed-app.d: Likewise.
* ld-arm/mixed-lib.d: Likewise.
* ld-arm/thumb2-bl-undefweak.d: Likewise.
* ld-arm/thumb2-bl-undefweak1.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-arm/ifunc-4.dd')
-rw-r--r-- | ld/testsuite/ld-arm/ifunc-4.dd | 202 |
1 files changed, 104 insertions, 98 deletions
diff --git a/ld/testsuite/ld-arm/ifunc-4.dd b/ld/testsuite/ld-arm/ifunc-4.dd index f5a4d91..6ce996b 100644 --- a/ld/testsuite/ld-arm/ifunc-4.dd +++ b/ld/testsuite/ld-arm/ifunc-4.dd @@ -4,9 +4,9 @@ Disassembly of section \.plt: -00009000 <\.plt>: +00009000 <atf2@plt-0x14>: 9000: e52de004 push {lr} ; \(str lr, \[sp, #-4\]!\) - 9004: e59fe004 ldr lr, \[pc, #4\] ; 9010 <aaf1-0xff0> + 9004: e59fe004 ldr lr, \[pc, #4\] ; 9010 <atf2@plt-0x4> 9008: e08fe00e add lr, pc, lr 900c: e5bef008 ldr pc, \[lr, #8\]! #------------------------------------------------------------------------------ @@ -16,6 +16,7 @@ Disassembly of section \.plt: #------------------------------------------------------------------------------ #------ thumb entry to atf2's .plt entry #------------------------------------------------------------------------------ +00009014 <atf2@plt>: 9014: 4778 bx pc 9016: 46c0 nop ; \(mov r8, r8\) #------------------------------------------------------------------------------ @@ -27,6 +28,7 @@ Disassembly of section \.plt: #------------------------------------------------------------------------------ #------ thumb entry to ttf2's .plt entry #------------------------------------------------------------------------------ +00009024 <ttf2@plt>: 9024: 4778 bx pc 9026: 46c0 nop ; \(mov r8, r8\) #------------------------------------------------------------------------------ @@ -38,6 +40,7 @@ Disassembly of section \.plt: #------------------------------------------------------------------------------ #------ thumb entry to tbf2's .plt entry #------------------------------------------------------------------------------ +00009034 <tbf2@plt>: 9034: 4778 bx pc 9036: 46c0 nop ; \(mov r8, r8\) #------------------------------------------------------------------------------ @@ -49,18 +52,21 @@ Disassembly of section \.plt: #------------------------------------------------------------------------------ #------ taf2's .plt entry #------------------------------------------------------------------------------ +00009044 <taf2@plt>: 9044: e28fc600 add ip, pc, #0, 12 9048: e28cca07 add ip, ip, #28672 ; 0x7000 904c: e5bcffcc ldr pc, \[ip, #4044\]! ; 0xfcc #------------------------------------------------------------------------------ #------ aaf2's .plt entry #------------------------------------------------------------------------------ +00009050 <aaf2@plt>: 9050: e28fc600 add ip, pc, #0, 12 9054: e28cca07 add ip, ip, #28672 ; 0x7000 9058: e5bcffc4 ldr pc, \[ip, #4036\]! ; 0xfc4 #------------------------------------------------------------------------------ #------ thumb entry to abf2's .plt entry #------------------------------------------------------------------------------ +0000905c <abf2@plt>: 905c: 4778 bx pc 905e: 46c0 nop ; \(mov r8, r8\) #------------------------------------------------------------------------------ @@ -337,15 +343,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ aaf1's .iplt entry #------------------------------------------------------------------------------ - a06c: ebfffbfe bl 906c <aaf1-0xf94> + a06c: ebfffbfe bl 906c <abf2@plt\+0x10> #------------------------------------------------------------------------------ #------ aaf1's .iplt entry #------------------------------------------------------------------------------ - a070: eafffbfd b 906c <aaf1-0xf94> + a070: eafffbfd b 906c <abf2@plt\+0x10> #------------------------------------------------------------------------------ #------ aaf1's .iplt entry #------------------------------------------------------------------------------ - a074: 0afffbfc beq 906c <aaf1-0xf94> + a074: 0afffbfc beq 906c <abf2@plt\+0x10> a078: e59f4000 ldr r4, \[pc\] ; a080 <arm\+0x30> a07c: e59f4000 ldr r4, \[pc\] ; a084 <arm\+0x34> #------------------------------------------------------------------------------ @@ -359,15 +365,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ taf1's .iplt entry #------------------------------------------------------------------------------ - a088: ebfffc02 bl 9098 <aaf1-0xf68> + a088: ebfffc02 bl 9098 <abf2@plt\+0x3c> #------------------------------------------------------------------------------ #------ taf1's .iplt entry #------------------------------------------------------------------------------ - a08c: eafffc01 b 9098 <aaf1-0xf68> + a08c: eafffc01 b 9098 <abf2@plt\+0x3c> #------------------------------------------------------------------------------ #------ taf1's .iplt entry #------------------------------------------------------------------------------ - a090: 0afffc00 beq 9098 <aaf1-0xf68> + a090: 0afffc00 beq 9098 <abf2@plt\+0x3c> a094: e59f4000 ldr r4, \[pc\] ; a09c <arm\+0x4c> a098: e59f4000 ldr r4, \[pc\] ; a0a0 <arm\+0x50> #------------------------------------------------------------------------------ @@ -381,15 +387,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf1's .iplt entry #------------------------------------------------------------------------------ - a0a4: ebfffbf8 bl 908c <aaf1-0xf74> + a0a4: ebfffbf8 bl 908c <abf2@plt\+0x30> #------------------------------------------------------------------------------ #------ abf1's .iplt entry #------------------------------------------------------------------------------ - a0a8: eafffbf7 b 908c <aaf1-0xf74> + a0a8: eafffbf7 b 908c <abf2@plt\+0x30> #------------------------------------------------------------------------------ #------ abf1's .iplt entry #------------------------------------------------------------------------------ - a0ac: 0afffbf6 beq 908c <aaf1-0xf74> + a0ac: 0afffbf6 beq 908c <abf2@plt\+0x30> a0b0: e59f4000 ldr r4, \[pc\] ; a0b8 <arm\+0x68> a0b4: e59f4000 ldr r4, \[pc\] ; a0bc <arm\+0x6c> #------------------------------------------------------------------------------ @@ -403,15 +409,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf1's .iplt entry #------------------------------------------------------------------------------ - a0c0: ebfffbfc bl 90b8 <aaf1-0xf48> + a0c0: ebfffbfc bl 90b8 <abf2@plt\+0x5c> #------------------------------------------------------------------------------ #------ tbf1's .iplt entry #------------------------------------------------------------------------------ - a0c4: eafffbfb b 90b8 <aaf1-0xf48> + a0c4: eafffbfb b 90b8 <abf2@plt\+0x5c> #------------------------------------------------------------------------------ #------ tbf1's .iplt entry #------------------------------------------------------------------------------ - a0c8: 0afffbfa beq 90b8 <aaf1-0xf48> + a0c8: 0afffbfa beq 90b8 <abf2@plt\+0x5c> a0cc: e59f4000 ldr r4, \[pc\] ; a0d4 <arm\+0x84> a0d0: e59f4000 ldr r4, \[pc\] ; a0d8 <arm\+0x88> #------------------------------------------------------------------------------ @@ -425,15 +431,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ aaf2's .plt entry #------------------------------------------------------------------------------ - a0dc: ebfffbdb bl 9050 <aaf1-0xfb0> + a0dc: ebfffbdb bl 9050 <aaf2@plt> #------------------------------------------------------------------------------ #------ aaf2's .plt entry #------------------------------------------------------------------------------ - a0e0: eafffbda b 9050 <aaf1-0xfb0> + a0e0: eafffbda b 9050 <aaf2@plt> #------------------------------------------------------------------------------ #------ aaf2's .plt entry #------------------------------------------------------------------------------ - a0e4: 0afffbd9 beq 9050 <aaf1-0xfb0> + a0e4: 0afffbd9 beq 9050 <aaf2@plt> a0e8: e59f4000 ldr r4, \[pc\] ; a0f0 <arm\+0xa0> a0ec: e59f4000 ldr r4, \[pc\] ; a0f4 <arm\+0xa4> #------------------------------------------------------------------------------ @@ -447,15 +453,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ taf2's .plt entry #------------------------------------------------------------------------------ - a0f8: ebfffbd1 bl 9044 <aaf1-0xfbc> + a0f8: ebfffbd1 bl 9044 <taf2@plt> #------------------------------------------------------------------------------ #------ taf2's .plt entry #------------------------------------------------------------------------------ - a0fc: eafffbd0 b 9044 <aaf1-0xfbc> + a0fc: eafffbd0 b 9044 <taf2@plt> #------------------------------------------------------------------------------ #------ taf2's .plt entry #------------------------------------------------------------------------------ - a100: 0afffbcf beq 9044 <aaf1-0xfbc> + a100: 0afffbcf beq 9044 <taf2@plt> a104: e59f4000 ldr r4, \[pc\] ; a10c <arm\+0xbc> a108: e59f4000 ldr r4, \[pc\] ; a110 <arm\+0xc0> #------------------------------------------------------------------------------ @@ -469,15 +475,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf2's .plt entry #------------------------------------------------------------------------------ - a114: ebfffbd1 bl 9060 <aaf1-0xfa0> + a114: ebfffbd1 bl 9060 <abf2@plt\+0x4> #------------------------------------------------------------------------------ #------ abf2's .plt entry #------------------------------------------------------------------------------ - a118: eafffbd0 b 9060 <aaf1-0xfa0> + a118: eafffbd0 b 9060 <abf2@plt\+0x4> #------------------------------------------------------------------------------ #------ abf2's .plt entry #------------------------------------------------------------------------------ - a11c: 0afffbcf beq 9060 <aaf1-0xfa0> + a11c: 0afffbcf beq 9060 <abf2@plt\+0x4> a120: e59f4000 ldr r4, \[pc\] ; a128 <arm\+0xd8> a124: e59f4000 ldr r4, \[pc\] ; a12c <arm\+0xdc> #------------------------------------------------------------------------------ @@ -491,15 +497,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf2's .plt entry #------------------------------------------------------------------------------ - a130: ebfffbc0 bl 9038 <aaf1-0xfc8> + a130: ebfffbc0 bl 9038 <tbf2@plt\+0x4> #------------------------------------------------------------------------------ #------ tbf2's .plt entry #------------------------------------------------------------------------------ - a134: eafffbbf b 9038 <aaf1-0xfc8> + a134: eafffbbf b 9038 <tbf2@plt\+0x4> #------------------------------------------------------------------------------ #------ tbf2's .plt entry #------------------------------------------------------------------------------ - a138: 0afffbbe beq 9038 <aaf1-0xfc8> + a138: 0afffbbe beq 9038 <tbf2@plt\+0x4> a13c: e59f4000 ldr r4, \[pc\] ; a144 <arm\+0xf4> a140: e59f4000 ldr r4, \[pc\] ; a148 <arm\+0xf8> #------------------------------------------------------------------------------ @@ -513,15 +519,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ aaf3's .iplt entry #------------------------------------------------------------------------------ - a14c: ebfffbfe bl 914c <aaf1-0xeb4> + a14c: ebfffbfe bl 914c <abf2@plt\+0xf0> #------------------------------------------------------------------------------ #------ aaf3's .iplt entry #------------------------------------------------------------------------------ - a150: eafffbfd b 914c <aaf1-0xeb4> + a150: eafffbfd b 914c <abf2@plt\+0xf0> #------------------------------------------------------------------------------ #------ aaf3's .iplt entry #------------------------------------------------------------------------------ - a154: 0afffbfc beq 914c <aaf1-0xeb4> + a154: 0afffbfc beq 914c <abf2@plt\+0xf0> a158: e59f4000 ldr r4, \[pc\] ; a160 <arm\+0x110> a15c: e59f4000 ldr r4, \[pc\] ; a164 <arm\+0x114> #------------------------------------------------------------------------------ @@ -535,15 +541,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ taf3's .iplt entry #------------------------------------------------------------------------------ - a168: ebfffbe8 bl 9110 <aaf1-0xef0> + a168: ebfffbe8 bl 9110 <abf2@plt\+0xb4> #------------------------------------------------------------------------------ #------ taf3's .iplt entry #------------------------------------------------------------------------------ - a16c: eafffbe7 b 9110 <aaf1-0xef0> + a16c: eafffbe7 b 9110 <abf2@plt\+0xb4> #------------------------------------------------------------------------------ #------ taf3's .iplt entry #------------------------------------------------------------------------------ - a170: 0afffbe6 beq 9110 <aaf1-0xef0> + a170: 0afffbe6 beq 9110 <abf2@plt\+0xb4> a174: e59f4000 ldr r4, \[pc\] ; a17c <arm\+0x12c> a178: e59f4000 ldr r4, \[pc\] ; a180 <arm\+0x130> #------------------------------------------------------------------------------ @@ -557,15 +563,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf3's .iplt entry #------------------------------------------------------------------------------ - a184: ebfffbd6 bl 90e4 <aaf1-0xf1c> + a184: ebfffbd6 bl 90e4 <abf2@plt\+0x88> #------------------------------------------------------------------------------ #------ abf3's .iplt entry #------------------------------------------------------------------------------ - a188: eafffbd5 b 90e4 <aaf1-0xf1c> + a188: eafffbd5 b 90e4 <abf2@plt\+0x88> #------------------------------------------------------------------------------ #------ abf3's .iplt entry #------------------------------------------------------------------------------ - a18c: 0afffbd4 beq 90e4 <aaf1-0xf1c> + a18c: 0afffbd4 beq 90e4 <abf2@plt\+0x88> a190: e59f4000 ldr r4, \[pc\] ; a198 <arm\+0x148> a194: e59f4000 ldr r4, \[pc\] ; a19c <arm\+0x14c> #------------------------------------------------------------------------------ @@ -579,15 +585,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf3's .iplt entry #------------------------------------------------------------------------------ - a1a0: ebfffbd7 bl 9104 <aaf1-0xefc> + a1a0: ebfffbd7 bl 9104 <abf2@plt\+0xa8> #------------------------------------------------------------------------------ #------ tbf3's .iplt entry #------------------------------------------------------------------------------ - a1a4: eafffbd6 b 9104 <aaf1-0xefc> + a1a4: eafffbd6 b 9104 <abf2@plt\+0xa8> #------------------------------------------------------------------------------ #------ tbf3's .iplt entry #------------------------------------------------------------------------------ - a1a8: 0afffbd5 beq 9104 <aaf1-0xefc> + a1a8: 0afffbd5 beq 9104 <abf2@plt\+0xa8> a1ac: e59f4000 ldr r4, \[pc\] ; a1b4 <arm\+0x164> a1b0: e59f4000 ldr r4, \[pc\] ; a1b8 <arm\+0x168> #------------------------------------------------------------------------------ @@ -601,15 +607,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ aaf4's .iplt entry #------------------------------------------------------------------------------ - a1bc: ebfffbc0 bl 90c4 <aaf1-0xf3c> + a1bc: ebfffbc0 bl 90c4 <abf2@plt\+0x68> #------------------------------------------------------------------------------ #------ aaf4's .iplt entry #------------------------------------------------------------------------------ - a1c0: eafffbbf b 90c4 <aaf1-0xf3c> + a1c0: eafffbbf b 90c4 <abf2@plt\+0x68> #------------------------------------------------------------------------------ #------ aaf4's .iplt entry #------------------------------------------------------------------------------ - a1c4: 0afffbbe beq 90c4 <aaf1-0xf3c> + a1c4: 0afffbbe beq 90c4 <abf2@plt\+0x68> a1c8: e59f4000 ldr r4, \[pc\] ; a1d0 <arm\+0x180> a1cc: e59f4000 ldr r4, \[pc\] ; a1d4 <arm\+0x184> #------------------------------------------------------------------------------ @@ -623,15 +629,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ taf4's .iplt entry #------------------------------------------------------------------------------ - a1d8: ebfffbe2 bl 9168 <aaf1-0xe98> + a1d8: ebfffbe2 bl 9168 <abf2@plt\+0x10c> #------------------------------------------------------------------------------ #------ taf4's .iplt entry #------------------------------------------------------------------------------ - a1dc: eafffbe1 b 9168 <aaf1-0xe98> + a1dc: eafffbe1 b 9168 <abf2@plt\+0x10c> #------------------------------------------------------------------------------ #------ taf4's .iplt entry #------------------------------------------------------------------------------ - a1e0: 0afffbe0 beq 9168 <aaf1-0xe98> + a1e0: 0afffbe0 beq 9168 <abf2@plt\+0x10c> a1e4: e59f4000 ldr r4, \[pc\] ; a1ec <arm\+0x19c> a1e8: e59f4000 ldr r4, \[pc\] ; a1f0 <arm\+0x1a0> #------------------------------------------------------------------------------ @@ -645,15 +651,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf4's .iplt entry #------------------------------------------------------------------------------ - a1f4: ebfffbc9 bl 9120 <aaf1-0xee0> + a1f4: ebfffbc9 bl 9120 <abf2@plt\+0xc4> #------------------------------------------------------------------------------ #------ abf4's .iplt entry #------------------------------------------------------------------------------ - a1f8: eafffbc8 b 9120 <aaf1-0xee0> + a1f8: eafffbc8 b 9120 <abf2@plt\+0xc4> #------------------------------------------------------------------------------ #------ abf4's .iplt entry #------------------------------------------------------------------------------ - a1fc: 0afffbc7 beq 9120 <aaf1-0xee0> + a1fc: 0afffbc7 beq 9120 <abf2@plt\+0xc4> a200: e59f4000 ldr r4, \[pc\] ; a208 <arm\+0x1b8> a204: e59f4000 ldr r4, \[pc\] ; a20c <arm\+0x1bc> #------------------------------------------------------------------------------ @@ -667,15 +673,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf4's .iplt entry #------------------------------------------------------------------------------ - a210: ebfffbc6 bl 9130 <aaf1-0xed0> + a210: ebfffbc6 bl 9130 <abf2@plt\+0xd4> #------------------------------------------------------------------------------ #------ tbf4's .iplt entry #------------------------------------------------------------------------------ - a214: eafffbc5 b 9130 <aaf1-0xed0> + a214: eafffbc5 b 9130 <abf2@plt\+0xd4> #------------------------------------------------------------------------------ #------ tbf4's .iplt entry #------------------------------------------------------------------------------ - a218: 0afffbc4 beq 9130 <aaf1-0xed0> + a218: 0afffbc4 beq 9130 <abf2@plt\+0xd4> a21c: e59f4000 ldr r4, \[pc\] ; a224 <arm\+0x1d4> a220: e59f4000 ldr r4, \[pc\] ; a228 <arm\+0x1d8> #------------------------------------------------------------------------------ @@ -704,15 +710,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ atf1's .iplt entry #------------------------------------------------------------------------------ - a244: f7fe ef1a blx 907c <aaf1-0xf84> + a244: f7fe ef1a blx 907c <abf2@plt\+0x20> #------------------------------------------------------------------------------ #------ thumb entry to atf1's .iplt entry #------------------------------------------------------------------------------ - a248: f7fe bf16 b\.w 9078 <aaf1-0xf88> + a248: f7fe bf16 b\.w 9078 <abf2@plt\+0x1c> #------------------------------------------------------------------------------ #------ thumb entry to atf1's .iplt entry #------------------------------------------------------------------------------ - a24c: f43e af14 beq\.w 9078 <aaf1-0xf88> + a24c: f43e af14 beq\.w 9078 <abf2@plt\+0x1c> a250: 4c00 ldr r4, \[pc, #0\] ; \(a254 <_thumb\+0x28>\) a252: 4c01 ldr r4, \[pc, #4\] ; \(a258 <_thumb\+0x2c>\) #------------------------------------------------------------------------------ @@ -726,15 +732,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ ttf1's .iplt entry #------------------------------------------------------------------------------ - a25c: f7fe ef24 blx 90a8 <aaf1-0xf58> + a25c: f7fe ef24 blx 90a8 <abf2@plt\+0x4c> #------------------------------------------------------------------------------ #------ thumb entry to ttf1's .iplt entry #------------------------------------------------------------------------------ - a260: f7fe bf20 b\.w 90a4 <aaf1-0xf5c> + a260: f7fe bf20 b\.w 90a4 <abf2@plt\+0x48> #------------------------------------------------------------------------------ #------ thumb entry to ttf1's .iplt entry #------------------------------------------------------------------------------ - a264: f43e af1e beq\.w 90a4 <aaf1-0xf5c> + a264: f43e af1e beq\.w 90a4 <abf2@plt\+0x48> a268: 4c00 ldr r4, \[pc, #0\] ; \(a26c <_thumb\+0x40>\) a26a: 4c01 ldr r4, \[pc, #4\] ; \(a270 <_thumb\+0x44>\) #------------------------------------------------------------------------------ @@ -748,15 +754,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf1's .iplt entry #------------------------------------------------------------------------------ - a274: f7fe ef0a blx 908c <aaf1-0xf74> + a274: f7fe ef0a blx 908c <abf2@plt\+0x30> #------------------------------------------------------------------------------ #------ thumb entry to abf1's .iplt entry #------------------------------------------------------------------------------ - a278: f7fe bf06 b\.w 9088 <aaf1-0xf78> + a278: f7fe bf06 b\.w 9088 <abf2@plt\+0x2c> #------------------------------------------------------------------------------ #------ thumb entry to abf1's .iplt entry #------------------------------------------------------------------------------ - a27c: f43e af04 beq\.w 9088 <aaf1-0xf78> + a27c: f43e af04 beq\.w 9088 <abf2@plt\+0x2c> a280: 4c00 ldr r4, \[pc, #0\] ; \(a284 <_thumb\+0x58>\) a282: 4c01 ldr r4, \[pc, #4\] ; \(a288 <_thumb\+0x5c>\) #------------------------------------------------------------------------------ @@ -770,15 +776,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf1's .iplt entry #------------------------------------------------------------------------------ - a28c: f7fe ef14 blx 90b8 <aaf1-0xf48> + a28c: f7fe ef14 blx 90b8 <abf2@plt\+0x5c> #------------------------------------------------------------------------------ #------ thumb entry to tbf1's .iplt entry #------------------------------------------------------------------------------ - a290: f7fe bf10 b\.w 90b4 <aaf1-0xf4c> + a290: f7fe bf10 b\.w 90b4 <abf2@plt\+0x58> #------------------------------------------------------------------------------ #------ thumb entry to tbf1's .iplt entry #------------------------------------------------------------------------------ - a294: f43e af0e beq\.w 90b4 <aaf1-0xf4c> + a294: f43e af0e beq\.w 90b4 <abf2@plt\+0x58> a298: 4c00 ldr r4, \[pc, #0\] ; \(a29c <_thumb\+0x70>\) a29a: 4c01 ldr r4, \[pc, #4\] ; \(a2a0 <_thumb\+0x74>\) #------------------------------------------------------------------------------ @@ -792,15 +798,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ atf2's .plt entry #------------------------------------------------------------------------------ - a2a4: f7fe eeb8 blx 9018 <aaf1-0xfe8> + a2a4: f7fe eeb8 blx 9018 <atf2@plt\+0x4> #------------------------------------------------------------------------------ #------ thumb entry to atf2's .plt entry #------------------------------------------------------------------------------ - a2a8: f7fe beb4 b\.w 9014 <aaf1-0xfec> + a2a8: f7fe beb4 b\.w 9014 <atf2@plt> #------------------------------------------------------------------------------ #------ thumb entry to atf2's .plt entry #------------------------------------------------------------------------------ - a2ac: f43e aeb2 beq\.w 9014 <aaf1-0xfec> + a2ac: f43e aeb2 beq\.w 9014 <atf2@plt> a2b0: 4c00 ldr r4, \[pc, #0\] ; \(a2b4 <_thumb\+0x88>\) a2b2: 4c01 ldr r4, \[pc, #4\] ; \(a2b8 <_thumb\+0x8c>\) #------------------------------------------------------------------------------ @@ -814,15 +820,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ ttf2's .plt entry #------------------------------------------------------------------------------ - a2bc: f7fe eeb4 blx 9028 <aaf1-0xfd8> + a2bc: f7fe eeb4 blx 9028 <ttf2@plt\+0x4> #------------------------------------------------------------------------------ #------ thumb entry to ttf2's .plt entry #------------------------------------------------------------------------------ - a2c0: f7fe beb0 b\.w 9024 <aaf1-0xfdc> + a2c0: f7fe beb0 b\.w 9024 <ttf2@plt> #------------------------------------------------------------------------------ #------ thumb entry to ttf2's .plt entry #------------------------------------------------------------------------------ - a2c4: f43e aeae beq\.w 9024 <aaf1-0xfdc> + a2c4: f43e aeae beq\.w 9024 <ttf2@plt> a2c8: 4c00 ldr r4, \[pc, #0\] ; \(a2cc <_thumb\+0xa0>\) a2ca: 4c01 ldr r4, \[pc, #4\] ; \(a2d0 <_thumb\+0xa4>\) #------------------------------------------------------------------------------ @@ -836,15 +842,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf2's .plt entry #------------------------------------------------------------------------------ - a2d4: f7fe eec4 blx 9060 <aaf1-0xfa0> + a2d4: f7fe eec4 blx 9060 <abf2@plt\+0x4> #------------------------------------------------------------------------------ #------ thumb entry to abf2's .plt entry #------------------------------------------------------------------------------ - a2d8: f7fe bec0 b\.w 905c <aaf1-0xfa4> + a2d8: f7fe bec0 b\.w 905c <abf2@plt> #------------------------------------------------------------------------------ #------ thumb entry to abf2's .plt entry #------------------------------------------------------------------------------ - a2dc: f43e aebe beq\.w 905c <aaf1-0xfa4> + a2dc: f43e aebe beq\.w 905c <abf2@plt> a2e0: 4c00 ldr r4, \[pc, #0\] ; \(a2e4 <_thumb\+0xb8>\) a2e2: 4c01 ldr r4, \[pc, #4\] ; \(a2e8 <_thumb\+0xbc>\) #------------------------------------------------------------------------------ @@ -858,15 +864,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf2's .plt entry #------------------------------------------------------------------------------ - a2ec: f7fe eea4 blx 9038 <aaf1-0xfc8> + a2ec: f7fe eea4 blx 9038 <tbf2@plt\+0x4> #------------------------------------------------------------------------------ #------ thumb entry to tbf2's .plt entry #------------------------------------------------------------------------------ - a2f0: f7fe bea0 b\.w 9034 <aaf1-0xfcc> + a2f0: f7fe bea0 b\.w 9034 <tbf2@plt> #------------------------------------------------------------------------------ #------ thumb entry to tbf2's .plt entry #------------------------------------------------------------------------------ - a2f4: f43e ae9e beq\.w 9034 <aaf1-0xfcc> + a2f4: f43e ae9e beq\.w 9034 <tbf2@plt> a2f8: 4c00 ldr r4, \[pc, #0\] ; \(a2fc <_thumb\+0xd0>\) a2fa: 4c01 ldr r4, \[pc, #4\] ; \(a300 <_thumb\+0xd4>\) #------------------------------------------------------------------------------ @@ -880,15 +886,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ atf3's .iplt entry #------------------------------------------------------------------------------ - a304: f7fe eee6 blx 90d4 <aaf1-0xf2c> + a304: f7fe eee6 blx 90d4 <abf2@plt\+0x78> #------------------------------------------------------------------------------ #------ thumb entry to atf3's .iplt entry #------------------------------------------------------------------------------ - a308: f7fe bee2 b\.w 90d0 <aaf1-0xf30> + a308: f7fe bee2 b\.w 90d0 <abf2@plt\+0x74> #------------------------------------------------------------------------------ #------ thumb entry to atf3's .iplt entry #------------------------------------------------------------------------------ - a30c: f43e aee0 beq\.w 90d0 <aaf1-0xf30> + a30c: f43e aee0 beq\.w 90d0 <abf2@plt\+0x74> a310: 4c00 ldr r4, \[pc, #0\] ; \(a314 <_thumb\+0xe8>\) a312: 4c01 ldr r4, \[pc, #4\] ; \(a318 <_thumb\+0xec>\) #------------------------------------------------------------------------------ @@ -902,15 +908,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ ttf3's .iplt entry #------------------------------------------------------------------------------ - a31c: f7fe eeea blx 90f4 <aaf1-0xf0c> + a31c: f7fe eeea blx 90f4 <abf2@plt\+0x98> #------------------------------------------------------------------------------ #------ thumb entry to ttf3's .iplt entry #------------------------------------------------------------------------------ - a320: f7fe bee6 b\.w 90f0 <aaf1-0xf10> + a320: f7fe bee6 b\.w 90f0 <abf2@plt\+0x94> #------------------------------------------------------------------------------ #------ thumb entry to ttf3's .iplt entry #------------------------------------------------------------------------------ - a324: f43e aee4 beq\.w 90f0 <aaf1-0xf10> + a324: f43e aee4 beq\.w 90f0 <abf2@plt\+0x94> a328: 4c00 ldr r4, \[pc, #0\] ; \(a32c <_thumb\+0x100>\) a32a: 4c01 ldr r4, \[pc, #4\] ; \(a330 <_thumb\+0x104>\) #------------------------------------------------------------------------------ @@ -924,15 +930,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf3's .iplt entry #------------------------------------------------------------------------------ - a334: f7fe eed6 blx 90e4 <aaf1-0xf1c> + a334: f7fe eed6 blx 90e4 <abf2@plt\+0x88> #------------------------------------------------------------------------------ #------ thumb entry to abf3's .iplt entry #------------------------------------------------------------------------------ - a338: f7fe bed2 b\.w 90e0 <aaf1-0xf20> + a338: f7fe bed2 b\.w 90e0 <abf2@plt\+0x84> #------------------------------------------------------------------------------ #------ thumb entry to abf3's .iplt entry #------------------------------------------------------------------------------ - a33c: f43e aed0 beq\.w 90e0 <aaf1-0xf20> + a33c: f43e aed0 beq\.w 90e0 <abf2@plt\+0x84> a340: 4c00 ldr r4, \[pc, #0\] ; \(a344 <_thumb\+0x118>\) a342: 4c01 ldr r4, \[pc, #4\] ; \(a348 <_thumb\+0x11c>\) #------------------------------------------------------------------------------ @@ -946,15 +952,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf3's .iplt entry #------------------------------------------------------------------------------ - a34c: f7fe eeda blx 9104 <aaf1-0xefc> + a34c: f7fe eeda blx 9104 <abf2@plt\+0xa8> #------------------------------------------------------------------------------ #------ thumb entry to tbf3's .iplt entry #------------------------------------------------------------------------------ - a350: f7fe bed6 b\.w 9100 <aaf1-0xf00> + a350: f7fe bed6 b\.w 9100 <abf2@plt\+0xa4> #------------------------------------------------------------------------------ #------ thumb entry to tbf3's .iplt entry #------------------------------------------------------------------------------ - a354: f43e aed4 beq\.w 9100 <aaf1-0xf00> + a354: f43e aed4 beq\.w 9100 <abf2@plt\+0xa4> a358: 4c00 ldr r4, \[pc, #0\] ; \(a35c <_thumb\+0x130>\) a35a: 4c01 ldr r4, \[pc, #4\] ; \(a360 <_thumb\+0x134>\) #------------------------------------------------------------------------------ @@ -968,15 +974,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ atf4's .iplt entry #------------------------------------------------------------------------------ - a364: f7fe eefa blx 915c <aaf1-0xea4> + a364: f7fe eefa blx 915c <abf2@plt\+0x100> #------------------------------------------------------------------------------ #------ thumb entry to atf4's .iplt entry #------------------------------------------------------------------------------ - a368: f7fe bef6 b\.w 9158 <aaf1-0xea8> + a368: f7fe bef6 b\.w 9158 <abf2@plt\+0xfc> #------------------------------------------------------------------------------ #------ thumb entry to atf4's .iplt entry #------------------------------------------------------------------------------ - a36c: f43e aef4 beq\.w 9158 <aaf1-0xea8> + a36c: f43e aef4 beq\.w 9158 <abf2@plt\+0xfc> a370: 4c00 ldr r4, \[pc, #0\] ; \(a374 <_thumb\+0x148>\) a372: 4c01 ldr r4, \[pc, #4\] ; \(a378 <_thumb\+0x14c>\) #------------------------------------------------------------------------------ @@ -990,15 +996,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ ttf4's .iplt entry #------------------------------------------------------------------------------ - a37c: f7fe eee0 blx 9140 <aaf1-0xec0> + a37c: f7fe eee0 blx 9140 <abf2@plt\+0xe4> #------------------------------------------------------------------------------ #------ thumb entry to ttf4's .iplt entry #------------------------------------------------------------------------------ - a380: f7fe bedc b\.w 913c <aaf1-0xec4> + a380: f7fe bedc b\.w 913c <abf2@plt\+0xe0> #------------------------------------------------------------------------------ #------ thumb entry to ttf4's .iplt entry #------------------------------------------------------------------------------ - a384: f43e aeda beq\.w 913c <aaf1-0xec4> + a384: f43e aeda beq\.w 913c <abf2@plt\+0xe0> a388: 4c00 ldr r4, \[pc, #0\] ; \(a38c <_thumb\+0x160>\) a38a: 4c01 ldr r4, \[pc, #4\] ; \(a390 <_thumb\+0x164>\) #------------------------------------------------------------------------------ @@ -1012,15 +1018,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ abf4's .iplt entry #------------------------------------------------------------------------------ - a394: f7fe eec4 blx 9120 <aaf1-0xee0> + a394: f7fe eec4 blx 9120 <abf2@plt\+0xc4> #------------------------------------------------------------------------------ #------ thumb entry to abf4's .iplt entry #------------------------------------------------------------------------------ - a398: f7fe bec0 b\.w 911c <aaf1-0xee4> + a398: f7fe bec0 b\.w 911c <abf2@plt\+0xc0> #------------------------------------------------------------------------------ #------ thumb entry to abf4's .iplt entry #------------------------------------------------------------------------------ - a39c: f43e aebe beq\.w 911c <aaf1-0xee4> + a39c: f43e aebe beq\.w 911c <abf2@plt\+0xc0> a3a0: 4c00 ldr r4, \[pc, #0\] ; \(a3a4 <_thumb\+0x178>\) a3a2: 4c01 ldr r4, \[pc, #4\] ; \(a3a8 <_thumb\+0x17c>\) #------------------------------------------------------------------------------ @@ -1034,15 +1040,15 @@ Disassembly of section \.text: #------------------------------------------------------------------------------ #------ tbf4's .iplt entry #------------------------------------------------------------------------------ - a3ac: f7fe eec0 blx 9130 <aaf1-0xed0> + a3ac: f7fe eec0 blx 9130 <abf2@plt\+0xd4> #------------------------------------------------------------------------------ #------ thumb entry to tbf4's .iplt entry #------------------------------------------------------------------------------ - a3b0: f7fe bebc b\.w 912c <aaf1-0xed4> + a3b0: f7fe bebc b\.w 912c <abf2@plt\+0xd0> #------------------------------------------------------------------------------ #------ thumb entry to tbf4's .iplt entry #------------------------------------------------------------------------------ - a3b4: f43e aeba beq\.w 912c <aaf1-0xed4> + a3b4: f43e aeba beq\.w 912c <abf2@plt\+0xd0> a3b8: 4c00 ldr r4, \[pc, #0\] ; \(a3bc <_thumb\+0x190>\) a3ba: 4c01 ldr r4, \[pc, #4\] ; \(a3c0 <_thumb\+0x194>\) #------------------------------------------------------------------------------ |