Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ARM ADS 工具链来构建 elf 和 bin 文件。map 文件显示函数 0x20253025。在 elf 文件中,我看到了与 BB、6D、EB、FF(4 字节)相同的功能的分支指令。BB 被解释为广告,所以 BB 很好。但是 24 位地址 6DEBFF 与 @0x20253025 不相关。知道在哪里看或如何获得模式吗?
分支指令通常没有绝对目标地址:它们是用相对偏移量编码的。请参阅分支指令编码。