Home
last modified time | relevance | path

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

/external/ltrace/
Dlibrary.c295 lib->exported_names = NULL; in private_library_init()
373 struct library_exported_name **nnamep = &retp->exported_names; in library_clone()
374 for (it = lib->exported_names; it != NULL; it = it->next) { in library_clone()
419 for (it = lib->exported_names; it != NULL; ) { in library_destroy()
Dlibrary.h158 struct library_exported_name *exported_names; member
Dproc.c961 lib->exported_names)) != NULL) in proc_add_library()
Dltrace-elf.c1121 names = &lib->exported_names; in populate_symtab()