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