|
PatchworkOS
|
Entry in the global list of unresolved references. More...
#include <patch_up.h>
Data Fields | |
| list_entry_t | entry |
| List entry for the global list of unresolved references. | |
| aml_unresolved_obj_t * | unresolved |
| The unresolved object. | |
Entry in the global list of unresolved references.
Definition at line 31 of file patch_up.h.
| list_entry_t aml_patch_up_entry_t::entry |
List entry for the global list of unresolved references.
Definition at line 33 of file patch_up.h.
Referenced by aml_patch_up_add_unresolved(), and aml_patch_up_remove_unresolved().
| aml_unresolved_obj_t* aml_patch_up_entry_t::unresolved |
The unresolved object.
Definition at line 34 of file patch_up.h.
Referenced by aml_patch_up_add_unresolved(), aml_patch_up_remove_unresolved(), and aml_patch_up_resolve_all().