Searched refs:show_symbols (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/ |
D | addr2line.c | 124 static bool show_symbols; variable 262 show_symbols = true; in parse_opt() 266 show_symbols = true; in parse_opt() 679 if (! print_dwarf_function (mod, addr) && !show_symbols) in handle_address() 687 if (show_symbols) in handle_address() 690 if ((show_functions || show_symbols) && pretty) in handle_address()
|
D | ChangeLog | 57 (show_symbols): Take fd. If the file is ET_REL use libdwfl to get 229 * nm.c (show_symbols): First call elf_getdata, then allocate memory. 251 * nm.c (show_symbols): Check sizeof (sym_mem[0]), not GElf_Sym to 340 * nm.c (show_symbols): Call gelf_fsize with EV_CURRENT. 355 * nm.c (show_symbols): Handle dwarf_linesrc returning NULL. 464 * nm.c (show_symbols): Guard against divide by zero in error check. 890 (show_symbols): Check for _Z. 1455 (show_symbols): Adjust calls to show_symbols_bsd and 1470 (show_symbols): Likewise. 2660 inside show_symbols. [all …]
|
D | nm.c | 1212 show_symbols (int fd, Ebl *ebl, GElf_Ehdr *ehdr, in show_symbols() function 1587 show_symbols (fd, ebl, ehdr, scn, xndxscn, shdr, prefix, fname, in handle_elf()
|