Function sysinfo_ehdr

Source
pub(in backend) fn sysinfo_ehdr() -> *const Elf_Ehdr
Expand description

AT_SYSINFO_EHDR isn’t present on all platforms in all configurations, so if we don’t see it, this function returns a null pointer.

And, this function returns a null pointer, rather than panicking, if the auxv records can’t be read.