Lines Matching defs:symbol
68 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
69 { "symbols-sections", 'x', NULL, 0, N_("Also show symbol and the section names"), 0 },
125 /* True if ELF symbol or section info should be shown. */
128 /* True if section associated with a symbol address should be shown. */
427 /* No symbol name. Get a section name instead. */
489 GElf_Sym *symbol = ((void **) arg)[1];
495 const char *symbol_name = dwfl_module_getsym_info (mod, i, symbol,
500 switch (GELF_ST_TYPE (symbol->st_info))
652 /* It was symbol[+offset]. */
658 error (0, 0, _("cannot find symbol '%s'"), name);