Home
last modified time | relevance | path

Searched refs:SYMR (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dsym.h239 } SYMR, *pSYMR; typedef
241 #define cbSYMR sizeof(SYMR)
264 SYMR asym; /* symbol for the external */
Decoff.h392 void (*swap_sym_in) (bfd *, void *, SYMR *);
403 void (*swap_sym_out) (bfd *, const SYMR *, void *);
DChangeLog-9103795 (SYMR): Make field value bfd_vma, not long.
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dsym.h239 } SYMR, *pSYMR; typedef
241 #define cbSYMR sizeof(SYMR)
264 SYMR asym; /* symbol for the external */
Decoff.h392 void (*swap_sym_in) (bfd *, void *, SYMR *);
403 void (*swap_sym_out) (bfd *, const SYMR *, void *);
DChangeLog-9103795 (SYMR): Make field value bfd_vma, not long.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmdebugread.c227 static int has_opaque_xref (FDR *, SYMR *);
561 add_data_symbol (SYMR *sh, union aux_ext *ax, int bigend, in add_data_symbol()
579 parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, in parse_symbol()
584 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in; in parse_symbol()
733 SYMR tsym; in parse_symbol()
870 SYMR tsym; in parse_symbol()
1060 SYMR tsym; in parse_symbol()
1949 SYMR sh; in parse_procedure()
2305 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in; in parse_partial_symbols()
2315 SYMR sh; in parse_partial_symbols()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Decoffswap.h85 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()
Decofflink.c560 void (* const swap_sym_in) (bfd *, void *, SYMR *) in bfd_ecoff_debug_accumulate()
564 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate()
791 SYMR internal_sym; in bfd_ecoff_debug_accumulate()
1089 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate_other()
1137 SYMR internal_sym; in bfd_ecoff_debug_accumulate_other()
1803 SYMR sym; in mk_fdrtab()
2014 SYMR sym; in lookup_line()
2241 SYMR proc_sym; in lookup_line()
2326 SYMR sym; in lookup_line()
2347 SYMR nextsym; in lookup_line()
Decoff.c699 SYMR *ecoff_sym, in ecoff_set_symbol_info()
883 void (* const swap_sym_in) (bfd *, void *, SYMR *) in _bfd_ecoff_slurp_symbol_table()
984 SYMR internal_sym; in _bfd_ecoff_slurp_symbol_table()
1098 SYMR sym; in ecoff_emit_aggregate()
1463 SYMR ecoff_sym; in _bfd_ecoff_print_symbol()
Delfxx-mips.c1540 SYMR sym; in mips_elf_create_procedure_table()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Decoffswap.h85 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()
Decofflink.c560 void (* const swap_sym_in) (bfd *, void *, SYMR *) in bfd_ecoff_debug_accumulate()
564 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate()
791 SYMR internal_sym; in bfd_ecoff_debug_accumulate()
1089 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in bfd_ecoff_debug_accumulate_other()
1137 SYMR internal_sym; in bfd_ecoff_debug_accumulate_other()
1803 SYMR sym; in mk_fdrtab()
2014 SYMR sym; in lookup_line()
2241 SYMR proc_sym; in lookup_line()
2326 SYMR sym; in lookup_line()
2347 SYMR nextsym; in lookup_line()
Decoff.c699 SYMR *ecoff_sym, in ecoff_set_symbol_info()
883 void (* const swap_sym_in) (bfd *, void *, SYMR *) in _bfd_ecoff_slurp_symbol_table()
984 SYMR internal_sym; in _bfd_ecoff_slurp_symbol_table()
1098 SYMR sym; in ecoff_emit_aggregate()
1463 SYMR ecoff_sym; in _bfd_ecoff_print_symbol()
Delfxx-mips.c1540 SYMR sym; in mips_elf_create_procedure_table()
/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c3457 SYMR dummy_symr; in ecoff_stab()
3870 void (* const swap_sym_out) (bfd *, const SYMR *, void *) in ecoff_build_symbols()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git25852 … @@ -1034,9 +1034,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,