What is Eabi?

Source: Internet
Author: User
In the kernel, the interview with Eabi and oabi is actually relative to the method of system calling. Of course, the system we call is limited to the arm system. What is Eabi about Eabi? Embedded Application binary interface (Embedded Application binary Interface) describes the connection, execution, and debugging of the target code, library target code, executable file images, and how to connect, execute, and debug the target code generation process, and C, C ++ language interfaces are the basic specification for compiling connection tools and the basis for studying their working principles. Unfortunately, arm's Eabi has not been fully set so far. As part of Eabi, there are process calling specifications, executable file format specifications, C/C ++ Abi specifications, and debugging format specifications. Eabi: this is a new system call method mov R7, # numswi 0x0. The original system call method is as follows: SWI (# num | 0x900000) (0x900000 is a magic value) That is to say, the original call method (old Abi) is implemented by following the call number in the SWI command, and now it is based on the value in R7.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.