On recent version of the NDK (r13b), `exec_elf.h` has been removed for API level >= 20. On 64 bits, we need the API level 21, and then, a defined (ELF64_ST_INFO) is missing. We readd it where (and if) we need it.