Lines Matching defs:__maybe_unused
72 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink()
73 char *debuglink __maybe_unused, in filename__read_debuglink()
74 size_t size __maybe_unused) in filename__read_debuglink()
271 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
277 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
288 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
289 struct symsrc *ss __maybe_unused, in dso__synthesize_plt_symbols()
290 struct map *map __maybe_unused, in dso__synthesize_plt_symbols()
291 symbol_filter_t filter __maybe_unused) in dso__synthesize_plt_symbols()
334 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
336 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
337 symbol_filter_t filter __maybe_unused, in dso__load_sym()
338 int kmodule __maybe_unused) in dso__load_sym()
353 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps()
354 mapfn_t mapfn __maybe_unused, void *data __maybe_unused, in file__read_maps()
355 bool *is_64_bit __maybe_unused) in file__read_maps()
360 int kcore_extract__create(struct kcore_extract *kce __maybe_unused) in kcore_extract__create()
365 void kcore_extract__delete(struct kcore_extract *kce __maybe_unused) in kcore_extract__delete()
369 int kcore_copy(const char *from_dir __maybe_unused, in kcore_copy()
370 const char *to_dir __maybe_unused) in kcore_copy()