Home > android_external_elfutils

android_external_elfutils

Android_external_elfutils is a project mainly written in C and MAKEFILE, based on the Unknown, GPL-2.0 licenses found.

Fundamental design decision:

  • the sizes of external and internal types are assumed to be the same. This leaves byte ordering aside. While assuming this the code can be greatly simplified and speed increases. Since no change violating this assumption is in sight this is believed to be a worthwhile optimization.