Home
last modified time | relevance | path

Searched refs:show_symbols (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Daddr2line.c123 static bool show_symbols; variable
248 show_symbols = true; in parse_opt()
252 show_symbols = true; in parse_opt()
666 if (! print_dwarf_function (mod, addr) && !show_symbols) in handle_address()
674 if (show_symbols) in handle_address()
677 if ((show_functions || show_symbols) && pretty) in handle_address()
Dnm.c1198 show_symbols (int fd, Ebl *ebl, GElf_Ehdr *ehdr, in show_symbols() function
1578 show_symbols (fd, ebl, ehdr, scn, xndxscn, shdr, prefix, fname, in handle_elf()
DChangeLog1033 * nm.c (show_symbols): Check for malloc size argument overflow.
1120 (show_symbols): Take fd. If the file is ET_REL use libdwfl to get
1292 * nm.c (show_symbols): First call elf_getdata, then allocate memory.
1314 * nm.c (show_symbols): Check sizeof (sym_mem[0]), not GElf_Sym to
1403 * nm.c (show_symbols): Call gelf_fsize with EV_CURRENT.
1418 * nm.c (show_symbols): Handle dwarf_linesrc returning NULL.
1527 * nm.c (show_symbols): Guard against divide by zero in error check.
1953 (show_symbols): Check for _Z.
2518 (show_symbols): Adjust calls to show_symbols_bsd and
2533 (show_symbols): Likewise.
[all …]