博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
uboot入门学习二 位置无关代码以及地址
阅读量:4070 次
发布时间:2019-05-25

本文共 1699 字,大约阅读时间需要 5 分钟。

test_got(void)fff87260:    stwu r1, -16(r1)fff87264:    mflr r0fff87268:    bcl- 20, 4*cr7+so, fff8726cfff8726c:    stw r30, 8(r1)fff87270:    mflr r30fff87274:    addis r30, r30, 3fff87278:    stw r0, 20(r1)fff8727c:    addi r30, r30, 32496... ...fff87280:    lwz r9, -32768(r30)其中 0xfff8726c + 0x30000 + 32496 - 32768 == 0xfffb4e34查找got表.got2 0x00000000fffb4e34    lib_common/lib_common.a(test.got.o)

位置无关码、位置有关码、链接地址、加载地址

https://blog.csdn.net/lizuobin2/article/details/52049892

powerpc uboot链接脚本大改造

https://blog.csdn.net/skyflying2012/article/details/48846833

MPC8560 uboot笔记

https://blog.csdn.net/evenness/article/details/7411356

P4080上电启动及uboot流程

http://www.360doc.com/content/15/0324/09/1671317_457581500.shtml

.section 后面跟着的“ax” 和%progbits是什么意思? .section .flashtext.Reset_Handler,"ax",%progbits

https://blog.csdn.net/wangbotao1990/article/details/86995910

uboot的relocation原理详细分析

https://blog.csdn.net/skyflying2012/article/details/37660265

linux源码entry_32.S中interrupt数组的分析

https://blog.csdn.net/jinhongzhou/article/details/6015551

7.2.3 映像的复杂性

http://book.51cto.com/art/200910/158760.htm

PowerPC non-DPAA 平台上的…

https://blog.csdn.net/woshigaoyuan/article/details/13996275

POWERPC-UBOOT  好文

http://www.pudn.com/Download/item/id/2456377.html

【嵌入式Linux学习七步曲之第三篇 Linux系统bootlaoder移植】 从反汇编来看U-boot在PPC架构下的PIC(位置无关程序)设计

https://blog.csdn.net/sailor_8318/article/details/4852691

U-Boot GOT表分析和u-boot.lds解读

https://www.cnblogs.com/julyatgalileo/p/5233428.html

Debugging PowerPC ELF Binaries    深度好文

http://devpit.org/wiki/Debugging_PowerPC_ELF_Binaries

动态链接库地址重定位

https://blog.csdn.net/imyangjianwei/article/details/84700705

Linux动态链接为什么要用PLT和GOT表?

https://www.zhihu.com/question/21249496/answer/20055825

你可能感兴趣的文章
c# 如何调用win8自带的屏幕键盘(非osk.exe)
查看>>
build/envsetup.sh 简介
查看>>
C++后继有人——D语言
查看>>
Android framework中修改或者添加资源无变化或编译不通过问题详解
查看>>
linux怎么切换到root里面?
查看>>
linux串口操作及设置详解
查看>>
安装alien,DEB与RPM互换
查看>>
linux系统下怎么安装.deb文件?
查看>>
编译Android4.0源码时常见错误及解决办法
查看>>
Android 源码编译make的错误处理
查看>>
linux环境下C语言中sleep的问题
查看>>
ubuntu 12.04 安装 GMA3650驱动
查看>>
新版本的linux如何生成xorg.conf
查看>>
xorg.conf的编写
查看>>
启用SELinux时遇到的问题
查看>>
virbr0 虚拟网卡卸载方法
查看>>
No devices detected. Fatal server error: no screens found
查看>>
新版本的linux如何生成xorg.conf
查看>>
virbr0 虚拟网卡卸载方法
查看>>
Centos 6.0_x86-64 终于成功安装官方显卡驱动
查看>>