ABI is basically how the function / procedures passes information to each other through registers (compiled form), where the return value stored (specify registers). In x86 or x86-x64 it is called ABI (Application binary interface). In ARM architecture, it is knows as EABI (extended application binary interface). More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.