Searched refs:linker_file_foreach (Results 1 – 7 of 7) sorted by relevance
147 linker_file_foreach(gcov_invoke_lf_ctors, NULL); in gcov_invoke_ctors()
155 (void)linker_file_foreach(ksyms_size_permod, ts); in ksyms_size_calc()378 error = linker_file_foreach(ksyms_add, &to); in ksyms_snapshot()
602 linker_file_foreach(sdt_load_providers_cb, NULL); in sdt_load()603 linker_file_foreach(sdt_load_probes_cb, NULL); in sdt_load()
211 error = linker_file_foreach(kinst_linker_file_cb, pd); in kinst_ioctl()
160 int linker_file_foreach(linker_predicate_t *_predicate, void *_context);
1273 linker_file_foreach(fbt_linker_file_cb, NULL); in fbt_load()
629 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach() function