Abi_power64Sourceabi_power64 contains top-level definition for the PowerPC64 ABI.
val abi_power64_compute_program_entry_point :
Elf_interpreted_segment.elf64_interpreted_segment list ->
Nat_big_num.num ->
Nat_big_num.num Error.errorabi_power64_compute_program_entry_point segs entry computes the program * entry point using ABI-specific conventions. On Power64 the entry point in * the ELF header (entry here) is a pointer into a program segment that * contains the "real" entry point. On other ABIs, e.g. * AArch64 and AMD64, the entry point in the ELF header entry is the actual * program entry point.