Searched refs:phdr_buf (Results 1 – 1 of 1) sorted by relevance
500 let mut phdr_buf = Vec::new(); in load() localVariable501 let loadable_sections = Self::parse_segments(param, &ehdr, &mut phdr_buf) in load()