代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm-lib-plt32.r
tmpdir/arm-lib-plt32.so: file format elf32-(little|big)arm
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
.* R_ARM_JUMP_SLOT app_func2
arm-lib-plt32.d
tmpdir/arm-lib-plt32.so: file format elf32-(little|big)arm
architecture: arm, flags 0x00000150:
HAS_SYMS, DYNAMIC, D_PAGED
start address 0x.*
Disassembly of section .plt:
.* :
.*: e52de0
arm-lib-plt32.s
.text
.globl lib_func1
.type lib_func1, %function
lib_func1:
mov ip, sp
stmdb sp!, {r11, ip, lr, pc}
bl app_func2(PLT)
ldmia sp, {r11, sp, lr}
bx lr
.size lib_func1, . - lib_func1
.globl l
arm-target2-rel.d
.*: file format.*
Contents of section .text:
8000 (04000000|00000004) .*
arm-app-abs32.s
.text
.globl _start
_start:
mov ip, sp
stmdb sp!, {r11, ip, lr, pc}
ldr a1, .Lval
ldmia sp, {r11, sp, lr}
bx lr
.Lval:
.long lib_func1
.globl app_func2
app_func2:
bx lr
arm-target2-abs.d
.*: file format.*
Contents of section .text:
8000 (04800000|00008004) .*
arm-app-abs32.r
tmpdir/arm-app-abs32: file format elf32-(little|big)arm
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
.* R_ARM_JUMP_SLOT lib_func1
arm-target1-abs.d
.*: file format.*
Contents of section .text:
8000 (04800000|00008004) .*
arm-target1-rel.d
.*: file format .*
Contents of section .text:
8000 (04000000|00000004) .*
arm-app-abs32.d
tmpdir/arm-app-abs32: file format elf32-(little|big)arm
architecture: arm, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address .*
Disassembly of section .plt:
.* :
.*: e52de004