Lines Matching defs:symbol
23 * the symbol is hidden and can only be seen when referenced using an
146 /* Version symbol table is meaningful to dynsym only */
310 /* If user does not specify symbol version, then we got a match */
314 /* If user specifies symbol version, for dynamic symbols,
328 /* Transform symbol's virtual address (absolute for binaries and relative
332 * by looking up symbol's containing section's header and using iter's virtual
343 * reporting matters. "name" matches symbol name or name@@LIB for library
384 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if
434 pr_debug("elf: symbol address match for '%s' in '%s': 0x%lx\n", name, binary_path,
443 pr_warn("elf: failed to find symbol '%s' in '%s'\n", name, binary_path);
451 * symbol name or name@@LIB for library functions.
466 struct symbol {
474 const struct symbol *sym_a = a;
475 const struct symbol *sym_b = b;
491 struct symbol *symbols;
526 struct symbol *found, tmp = {
616 /* If we found anything in the first symbol section,