Home | History | Annotate | Download | only in src

Lines Matching refs:syms

60   { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
725 GElf_SymX *syms, size_t nsyms, int longest_name,
790 syms[cnt].sym.st_name);
805 digits, syms[cnt].sym.st_value,
807 GELF_ST_BIND (syms[cnt].sym.st_info),
809 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
811 digits, syms[cnt].sym.st_size, longest_where, syms[cnt].where,
812 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx,
844 GElf_SymX *syms, size_t nsyms)
867 const char *symstr = elf_strptr (elf, strndx, syms[cnt].sym.st_name);
882 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
886 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
889 elf_strptr (elf, strndx, syms[cnt].sym.st_name));
892 digits, syms[cnt].sym.st_value,
893 class_type_char (&syms[cnt].sym),
895 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
898 elf_strptr (elf, strndx, syms[cnt].sym.st_name),
899 digits, (uint64_t) syms[cnt].sym.st_size);
907 const char *fullname, GElf_SymX *syms, size_t nsyms)
925 const char *symstr = elf_strptr (elf, strndx, syms[cnt].sym.st_name);
943 class_type_char (&syms[cnt].sym),
945 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK ? "*" : " ")
947 digits, syms[cnt].sym.st_value,
948 digits, syms[cnt].sym.st_size);