Home
last modified time | relevance | path

Searched refs:print_symbol (Results 1 – 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dmips-tdump.c242 static void print_symbol (SYMR *, int, const char *, AUXU *, int, FDR *);
863 print_symbol (SYMR *sym_ptr, int number, const char *strbase, AUXU *aux_base, in print_symbol() function
1189 print_symbol (&l_symbols[symi], in print_file_desc()
1505 print_symbol (&e_symbols[i].asym, i, e_strings, in main()
DFSFChangeLog.104742 (print_symbol): Add fdp argument; pass it to type_to_string.
4746 (print_file_desc): Pass FDR to print_symbol.
DChangeLog-19998742 (print_symbol): Call xmalloc, not malloc.
21690 (print_symbol): Apply `const' keyword to a char*.
DChangeLog-199810093 * mips-tdump.c (print_symbol): Likewise.
DChangeLog-200010639 * mips-tdump.c (print_symbol): Likewise.
/freebsd-10-stable/contrib/gdb/gdb/
Dsymmisc.c84 static int print_symbol (void *);
522 catch_errors (print_symbol, &s, "Error printing symbol:\n", in dump_symtab()
590 print_symbol (void *args) in print_symbol() function
/freebsd-10-stable/contrib/binutils/binutils/
Dnm.c774 print_symbol (bfd *abfd, asymbol *sym, bfd_vma ssize, bfd *archive_bfd) in print_symbol() function
937 print_symbol (abfd, sym, ssize, archive_bfd); in print_size_symbols()
966 print_symbol (abfd, sym, (bfd_vma) 0, archive_bfd); in print_symbols()
DChangeLog-0203887 * nm.c (print_symbol): Remove check for undefined_only.
1196 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
1520 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1521 (print_symbol): Set the elfinfo field in extended_symbol_info
1561 (print_symbols): Pass the symbol size to print_symbol.
1562 (print_size_symbols): Pass the symbol size to print_symbol.
1563 (print_symbol): Extra argument: The size of the symbol. Store
1802 * nm.c (print_symbol): Check returned filename from
Dreadelf.c533 print_symbol (int width, const char *symbol) in print_symbol() function
1285 print_symbol (22, sec_name); in dump_relocations()
1292 print_symbol (22, strtab + psym->st_name); in dump_relocations()
7137 print_symbol (25, GET_DYNAMIC_NAME (psym->st_name)); in process_symbol_table()
7208 print_symbol (25, psym->st_name < strtab_size in process_symbol_table()
7613 print_symbol (30, GET_DYNAMIC_NAME (dynamic_symbols[i].st_name)); in process_syminfo()
7631print_symbol (10, GET_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val)); in process_syminfo()
8680 print_symbol (20, GET_DYNAMIC_NAME (liblist.l_name)); in process_mips_specific()
8983 print_symbol (25, GET_DYNAMIC_NAME (psym->st_name)); in process_mips_specific()
DChangeLog-00013 * readelf.c (print_symbol): New function: Print a formatted symbol
5 (dump_relocations): Use print_symbol() to print symbol names.
DChangeLog-9197117 (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
542 * nm.c (print_symbol): Cache the BFD as well as the symbols and
1027 (print_symbol): Print line numbers if requested.
2414 (print_symbols): Likewise. Call print_symbol for actual printing.
2416 (print_symbol): New static function.
DChangeLog-98991757 * nm.c (print_symbol): Change j to long.
/freebsd-10-stable/contrib/binutils/bfd/
Daout-target.h452 #define MY_print_symbol NAME (aout, print_symbol)
Dlibaout.h546 extern void NAME (aout, print_symbol)
DChangeLog-91934758 * aoutx.h (print_symbol): aout_stab_name returns a constant
5984 * aoutx.h (NAME(aout,print_symbol)): Don't print
6492 * aoutx.h (NAME(aout,print_symbol)): Fix thinko.
6582 * aoutx.h (NAME(aout,print_symbol)): Add code for new
7069 * aoutx.h (print_symbol): Handle missing symbol->name.
Daoutx.h2502 NAME (aout, print_symbol) (bfd *abfd, in NAME() argument
DChangeLog-00013220 * aoutx.h (NAME(aout,print_symbol)): Pass abfd to
3227 * pdp11.c (NAME(aout,print_symbol)): Likewise.
/freebsd-10-stable/contrib/binutils/ld/
DChangeLog-91971759 (print_symbol_table, print_file_stuff, print_symbol): Remove.
3721 * ldwrite.c (print_symbol): Likewise. Also, bfd_link_hash_weak
5294 (print_symbol): Remove declaration of non-existent function.
5876 * ldlang.c (print_symbol): Mention whether symbol is weak.