Lines Matching defs:symbol
96 pr_debug("elf: failed to find symbol table ELF sections in '%s'\n",
148 /* Transform symbol's virtual address (absolute for binaries and relative
152 * by looking up symbol's containing section's header and using iter's virtual
163 * reporting matters. "name" matches symbol name or name@@LIB for library
186 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if
239 pr_debug("elf: symbol address match for '%s' in '%s': 0x%lx\n", name, binary_path,
248 pr_warn("elf: failed to find symbol '%s' in '%s'\n", name, binary_path);
256 * symbol name or name@@LIB for library functions.
271 struct symbol {
279 const struct symbol *sym_a = a;
280 const struct symbol *sym_b = b;
296 struct symbol *symbols;
331 struct symbol *found, tmp = {
421 /* If we found anything in the first symbol section,