Searched refs:ext_ptr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoffswap.h | 140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) in ecoff_swap_hdr_out() argument 142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; in ecoff_swap_hdr_out() 250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out() argument 252 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr; in ecoff_swap_fdr_out() 381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out() argument 383 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr; in ecoff_swap_pdr_out() 495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out() argument 497 struct sym_ext *ext = (struct sym_ext *) ext_ptr; in ecoff_swap_sym_out() 584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out() argument 586 struct ext_ext *ext = (struct ext_ext *) ext_ptr; in ecoff_swap_ext_out() [all …]
|
D | coff-mips.c | 269 void * ext_ptr, in mips_ecoff_swap_reloc_in() argument 272 const RELOC *ext = (RELOC *) ext_ptr; in mips_ecoff_swap_reloc_in()
|
D | ecoff.c | 3256 char *ext_ptr; in ecoff_link_add_externals() local 3269 ext_ptr = (char *) external_ext; in ecoff_link_add_externals() 3270 ext_end = ext_ptr + ext_count * external_ext_size; in ecoff_link_add_externals() 3271 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++) in ecoff_link_add_externals() 3282 (*swap_ext_in) (abfd, (void *) ext_ptr, &esym); in ecoff_link_add_externals()
|
D | coff-alpha.c | 494 void * ext_ptr, in alpha_ecoff_swap_reloc_in() argument 497 const RELOC *ext = (RELOC *) ext_ptr; in alpha_ecoff_swap_reloc_in()
|