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()
37 /* Exclude linker generated symbols which vary between passes */ in is_ignored_symbol()
45 "$", /* local symbols for ARM, MIPS, etc. */ in is_ignored_symbol()
49 "__kvm_nvhe_$", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
50 "__kvm_nvhe_.L", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
99 /* exclude debugging symbols */ in is_ignored_symbol()
104 /* Keep these useful absolute symbols */ in is_ignored_symbol()
200 * to fixup the symbols. in test__vmlinux_matches_kallsyms()
212 * Now look at the symbols in the vmlinux DSO and check if we find all of them in test__vmlinux_matches_kallsyms()
278 * Ignore hidden symbols, see scripts/kallsyms.c for the details in test__vmlinux_matches_kallsyms()