Home
last modified time | relevance | path

Searched refs:last_audit (Results 1 – 1 of 1) sorted by relevance

/elf/
A Drtld.c951 load_audit_module (const char *name, struct audit_ifaces **last_audit) in load_audit_module() argument
1051 if (*last_audit == NULL) in load_audit_module()
1052 *last_audit = GLRO(dl_audit) = &newp->ifaces; in load_audit_module()
1054 *last_audit = (*last_audit)->next = &newp->ifaces; in load_audit_module()
1071 struct audit_ifaces *last_audit = NULL; in load_audit_modules() local
1078 load_audit_module (name, &last_audit); in load_audit_modules()

Completed in 7 milliseconds