Lines Matching defs:__maybe_unused

79 int filename__read_debuglink(const char *filename __maybe_unused,  in filename__read_debuglink()
80 char *debuglink __maybe_unused, in filename__read_debuglink()
81 size_t size __maybe_unused) in filename__read_debuglink()
278 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
284 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
295 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
296 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols()
339 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
341 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
342 int kmodule __maybe_unused) in dso__load_sym()
356 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps()
357 mapfn_t mapfn __maybe_unused, void *data __maybe_unused, in file__read_maps()
358 bool *is_64_bit __maybe_unused) in file__read_maps()
363 int kcore_extract__create(struct kcore_extract *kce __maybe_unused) in kcore_extract__create()
368 void kcore_extract__delete(struct kcore_extract *kce __maybe_unused) in kcore_extract__delete()
372 int kcore_copy(const char *from_dir __maybe_unused, in kcore_copy()
373 const char *to_dir __maybe_unused) in kcore_copy()
382 char *dso__demangle_sym(struct dso *dso __maybe_unused, in dso__demangle_sym()
383 int kmodule __maybe_unused, in dso__demangle_sym()
384 const char *elf_name __maybe_unused) in dso__demangle_sym()
389 bool filename__has_section(const char *filename __maybe_unused, const char *sec __maybe_unused) in filename__has_section()