Searched refs:node_offset_by_phandle (Results 1 – 2 of 2) sorted by relevance
752 let offset = self.node_offset_by_phandle(phandle)?; in node_with_phandle()759 let offset = self.node_offset_by_phandle(phandle)?; in node_mut_with_phandle()
84 fn node_offset_by_phandle(&self, phandle: Phandle) -> Result<Option<NodeOffset>> { in node_offset_by_phandle() method