Searched refs:SYMR (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sym.h | 239 } SYMR, *pSYMR; typedef 241 #define cbSYMR sizeof(SYMR) 264 SYMR asym; /* symbol for the external */
|
D | ecoff.h | 387 void (*swap_sym_in) (bfd *, void *, SYMR *); 398 void (*swap_sym_out) (bfd *, const SYMR *, void *);
|
D | ChangeLog-9103 | 795 (SYMR): Make field value bfd_vma, not long.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoffswap.h | 85 static void ecoff_swap_sym_in (bfd *, void *, SYMR *); 86 static void ecoff_swap_sym_out (bfd *, const SYMR *, void *); 441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern) in ecoff_swap_sym_in() 495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out() 498 SYMR intern[1]; in ecoff_swap_sym_out()
|
D | ecofflink.c | 559 void (* const swap_sym_in) (bfd *, void *, SYMR *) in bfd_ecoff_debug_accumulate() 563 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate() 790 SYMR internal_sym; in bfd_ecoff_debug_accumulate() 1088 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate_other() 1136 SYMR internal_sym; in bfd_ecoff_debug_accumulate_other() 1768 SYMR sym; in mk_fdrtab() 1968 SYMR sym; in lookup_line() 2174 SYMR proc_sym; in lookup_line() 2242 SYMR sym; in lookup_line() 2258 SYMR nextsym; in lookup_line()
|
D | ecoff.c | 660 SYMR *ecoff_sym, in ecoff_set_symbol_info() 857 void (* const swap_sym_in) (bfd *, void *, SYMR *) in _bfd_ecoff_slurp_symbol_table() 926 SYMR internal_sym; in _bfd_ecoff_slurp_symbol_table() 1018 SYMR sym; in ecoff_emit_aggregate() 1385 SYMR ecoff_sym; in _bfd_ecoff_print_symbol()
|
D | elfxx-mips.c | 1456 SYMR sym; in mips_elf_create_procedure_table()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ecoff.c | 3475 SYMR dummy_symr; in ecoff_stab() 3900 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in ecoff_build_symbols()
|