Searched refs:found_entry (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Ddgraph.c560 dgraph_entry_t * found_entry = NULL; local
566 found_entry = dgraph_find_dependent(dgraph, name);
567 if (found_entry) {
568 if (found_entry->is_kernel_component != is_kernel_component) {
571 name, found_entry->is_kernel_component ? "" : "non-");
577 if (found_entry->loaded_address == 0) {
578 found_entry->do_load = 0;
579 found_entry->loaded_address = load_address;
580 } else if (found_entry->loaded_address != load_address) {
583 found_entry
[all...]

Completed in 18 milliseconds