Searched refs:phnum (Results 1 – 1 of 1) sorted by relevance
442 let mut phnum = ehdr.e_phnum as usize; in parse_segments() localVariable443 if phnum == elf::abi::PN_XNUM as usize { in parse_segments()461 phnum = shdr0.sh_info.try_into()?; in parse_segments()471 .checked_mul(phnum) in parse_segments()