Lines Matching full:symbols
23 * Symbols which vary between passes. Passes 1 and 2 must have in is_ignored_symbol()
24 * identical symbol lists. The kallsyms_* symbols below are in is_ignored_symbol()
26 * when --all-symbols is specified so exclude them to get a in is_ignored_symbol()
36 /* Exclude linker generated symbols which vary between passes */ in is_ignored_symbol()
44 "$", /* local symbols for ARM, MIPS, etc. */ in is_ignored_symbol()
48 "__kvm_nvhe_$", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
49 "__kvm_nvhe_.L", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
98 /* exclude debugging symbols */ in is_ignored_symbol()
103 /* Keep these useful absolute symbols */ in is_ignored_symbol()
273 * to fixup the symbols. in test__vmlinux_matches_kallsyms()
285 * Now look at the symbols in the vmlinux DSO and check if we find all of them in test__vmlinux_matches_kallsyms()
352 * Ignore hidden symbols, see scripts/kallsyms.c for the details in test__vmlinux_matches_kallsyms()