Lines Matching full:symbol
127 # The structure of symbol at this point is:
148 symbol=${symbol#\(}
149 symbol=${symbol%\)}
153 if [[ $symbol == *:* ]] ; then
154 segment=${symbol%%:*}:
155 symbol=${symbol#*:}
158 # Strip the symbol name so that we could look it up
159 local name=${symbol%+*}
161 # Use 'nm vmlinux' to figure out the base address of said symbol.
177 # symbol. First, strip out the symbol total length.
178 local expr=${symbol%/*}
180 # Now, replace the symbol name with the base address we found
212 # Demangle if the name looks like a Rust symbol and if
219 symbol="$segment$name ($code)"
252 symbol="kernel_init+0x0/0x0"
254 basepath=${symbol#kernel_init (}
301 symbol=${words[$last-1]}
304 # The symbol is the last element, process it
305 symbol=${words[$last]}
311 parse_symbol # modifies $symbol
313 # Add up the line number to the symbol
314 echo "${words[@]}" "$symbol $module"