Searched refs:module_ptr (Results 1 – 4 of 4) sorted by relevance
312 lldb::ModuleSP FindModule(const Module *module_ptr) const;399 bool RemoveIfOrphaned(const Module *module_ptr);436 static bool ModuleIsInCache(const Module *module_ptr);451 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
272 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { in RemoveIfOrphaned() argument273 if (module_ptr) { in RemoveIfOrphaned()277 if (pos->get() == module_ptr) { in RemoveIfOrphaned()492 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule()501 if ((*pos).get() == module_ptr) { in FindModule()728 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache() argument729 if (module_ptr) { in ModuleIsInCache()731 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()993 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned() argument994 return GetSharedModuleList().RemoveIfOrphaned(module_ptr); in RemoveSharedModuleIfOrphaned()
381 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset, in i40e_read_nvm_module_data() argument389 if (module_ptr != 0) { in i40e_read_nvm_module_data()390 status = i40e_read_nvm_word(hw, module_ptr, &ptr_value); in i40e_read_nvm_module_data()
475 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,