Home
last modified time | relevance | path

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

/external/ltrace/
Doptions.h55 struct filter *export_filter; member
Doptions.c623 *slist_chase_end(&options.export_filter) in process_options()
706 && options.export_filter == NULL) { in process_options()
Dltrace-elf.c814 const bool latent_plts = options.export_filter != NULL; in populate_plt()
1251 if ((plts || options.export_filter != NULL) in read_module()
1255 int exports = filter_matches_library(options.export_filter, lib); in read_module()