/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ecoffswap.h | 145 PTR ext_ptr; 261 PTR ext_ptr; 400 PTR ext_ptr; 499 PTR ext_ptr; 592 PTR ext_ptr; 687 PTR ext_ptr; 737 ecoff_swap_rfd_in (abfd, ext_ptr, intern) in ecoff_swap_rfd_in() argument 739 PTR ext_ptr; 758 PTR ext_ptr; 817 PTR ext_ptr; [all …]
|
H A D | ecoff.c | 3669 char *ext_ptr; local 3705 ext_ptr = (char *) external_ext; 3706 ext_end = ext_ptr + esize; 3707 for (; ext_ptr < ext_end; ext_ptr += external_ext_size) 3714 (*swap_ext_in) (abfd, (PTR) ext_ptr, &esym); 3858 char *ext_ptr; local 3871 ext_ptr = (char *) external_ext; 3872 ext_end = ext_ptr + ext_count * external_ext_size; 3873 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++) 3884 (*swap_ext_in) (abfd, (PTR) ext_ptr, &esym);
|
H A D | coff-alpha.c | 529 alpha_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in alpha_ecoff_swap_reloc_in() argument 531 PTR ext_ptr; 534 const RELOC *ext = (RELOC *) ext_ptr;
|
H A D | coff-mips.c | 387 mips_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in mips_ecoff_swap_reloc_in() argument 389 PTR ext_ptr; 392 const RELOC *ext = (RELOC *) ext_ptr;
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecoffswap.h | 141 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; in ecoff_swap_hdr_out() 251 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr; in ecoff_swap_fdr_out() 382 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr; in ecoff_swap_pdr_out() 496 struct sym_ext *ext = (struct sym_ext *) ext_ptr; in ecoff_swap_sym_out() 585 struct ext_ext *ext = (struct ext_ext *) ext_ptr; in ecoff_swap_ext_out() 633 ecoff_swap_rfd_in (bfd *abfd, void * ext_ptr, RFDT *intern) in ecoff_swap_rfd_in() argument 635 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; in ecoff_swap_rfd_in() 648 ecoff_swap_rfd_out (bfd *abfd, const RFDT *intern, void * ext_ptr) in ecoff_swap_rfd_out() argument 650 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr; in ecoff_swap_rfd_out() 703 struct opt_ext *ext = (struct opt_ext *) ext_ptr; in ecoff_swap_opt_out() [all …]
|
H A D | ecoff.c | 3335 char *ext_ptr; in ecoff_link_add_externals() local 3348 ext_ptr = (char *) external_ext; in ecoff_link_add_externals() 3349 ext_end = ext_ptr + ext_count * external_ext_size; in ecoff_link_add_externals() 3350 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++) in ecoff_link_add_externals() 3361 (*swap_ext_in) (abfd, (void *) ext_ptr, &esym); in ecoff_link_add_externals() 3598 char *ext_ptr; in ecoff_link_check_archive_element() local 3634 ext_ptr = (char *) external_ext; in ecoff_link_check_archive_element() 3635 ext_end = ext_ptr + esize; in ecoff_link_check_archive_element() 3636 for (; ext_ptr < ext_end; ext_ptr += external_ext_size) in ecoff_link_check_archive_element() 3643 (*swap_ext_in) (abfd, (void *) ext_ptr, &esym); in ecoff_link_check_archive_element()
|
H A D | coff-mips.c | 288 mips_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in mips_ecoff_swap_reloc_in() argument 290 PTR ext_ptr; 293 const RELOC *ext = (RELOC *) ext_ptr;
|
H A D | coff-alpha.c | 535 alpha_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in alpha_ecoff_swap_reloc_in() argument 537 PTR ext_ptr; 540 const RELOC *ext = (RELOC *) ext_ptr;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | solib-frv.c | 174 typedef unsigned char ext_ptr[4]; typedef 178 ext_ptr map; /* struct elf32_fdpic_loadmap *map; */ 179 ext_ptr got_value; /* void *got_value; */ 187 ext_ptr l_name; /* char *l_name; */ 190 ext_ptr l_ld; /* ElfW(Dyn) *l_ld; */ 193 ext_ptr l_next, l_prev; /* struct link_map *l_next, *l_prev; */
|
H A D | mdebugread.c | 2524 EXTR *ext_ptr; in parse_partial_symbols() local 3515 ext_ptr = &extern_tab[fdr_to_pst[f_idx].globals_offset]; in parse_partial_symbols() 3518 PST_PRIVATE (save_pst)->extern_tab = ext_ptr; in parse_partial_symbols() 3519 for (; --cur_sdx >= 0; ext_ptr++) in parse_partial_symbols() 3526 if (ext_ptr->ifd != f_idx) in parse_partial_symbols() 3528 psh = &ext_ptr->asym; in parse_partial_symbols() 4027 EXTR *ext_ptr; in psymtab_to_symtab_1() local 4141 ext_ptr = PST_PRIVATE (pst)->extern_tab; in psymtab_to_symtab_1() 4142 for (i = PST_PRIVATE (pst)->extern_count; --i >= 0; ext_ptr++) in psymtab_to_symtab_1() 4143 parse_external (ext_ptr, fh->fBigendian, pst->section_offsets, pst->objfile); in psymtab_to_symtab_1()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.c | 1954 struct external_reloc *ext_ptr; local 1969 ext_ptr = external_reloc_vec; 2037 (void) bfd_coff_swap_reloc_out (abfd, &intr, ext_ptr); 2038 ext_ptr++; 2049 (void) bfd_coff_swap_reloc_out (abfd, &intr, ext_ptr); 2050 ext_ptr++; 2063 (void) bfd_coff_swap_reloc_out (abfd, & intr, ext_ptr); 2064 ext_ptr ++;
|