Searched refs:f_nsyms (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | coff64-rs6000.c | 931 internal_f.f_nsyms = 0; 951 internal_f.f_nsyms = bfd_get_symcount (abfd); 986 internal_f.f_nsyms = obj_raw_syment_count (abfd); 2225 filehdr.f_nsyms = 0; /* at least 6, no more than 8 */ 2369 &syment_ext[filehdr.f_nsyms * SYMESZ]); 2372 &syment_ext[(filehdr.f_nsyms + 1) * SYMESZ]); 2373 filehdr.f_nsyms += 2; 2388 &syment_ext[filehdr.f_nsyms * SYMESZ]); 2391 &syment_ext[(filehdr.f_nsyms + 1) * SYMESZ]); 2392 filehdr.f_nsyms += 2; [all …]
|
| HD | peicode.h | 168 filehdr_dst->f_nsyms = H_GET_32 (abfd, filehdr_src->f_nsyms); in coff_swap_filehdr_in() 174 if (filehdr_dst->f_nsyms != 0 && filehdr_dst->f_symptr == 0) in coff_swap_filehdr_in() 176 filehdr_dst->f_nsyms = 0; in coff_swap_filehdr_in() 305 internal_f->f_nsyms; in pe_mkobject_hook() 988 internal_f.f_nsyms = 0; in pe_ILF_build_a_bfd()
|
| HD | coff-rs6000.c | 3708 filehdr.f_nsyms = 0; /* at least 6, no more than 10 */ 3815 &syment_ext[filehdr.f_nsyms * SYMESZ]); 3818 &syment_ext[(filehdr.f_nsyms + 1) * SYMESZ]); 3819 filehdr.f_nsyms += 2; 3831 &syment_ext[filehdr.f_nsyms * SYMESZ]); 3834 &syment_ext[(filehdr.f_nsyms + 1) * SYMESZ]); 3835 filehdr.f_nsyms += 2; 3855 &syment_ext[filehdr.f_nsyms * SYMESZ]); 3858 &syment_ext[(filehdr.f_nsyms + 1) * SYMESZ]); 3863 reloc.r_symndx = filehdr.f_nsyms; [all …]
|
| HD | coffswap.h | 265 filehdr_dst->f_nsyms = H_GET_32 (abfd, filehdr_src->f_nsyms); in coff_swap_filehdr_in() 290 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms); in coff_swap_filehdr_out()
|
| HD | peXXigen.c | 798 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms); in _bfd_XXi_only_swap_filehdr_out() 851 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms); in _bfd_XX_only_swap_filehdr_out()
|
| HD | coffgen.c | 169 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p() 170 if (internal_f->f_nsyms) in coff_real_object_p()
|
| HD | coffcode.h | 1806 internal_f->f_nsyms; in coff_mkobject_hook() 4017 internal_f.f_nsyms = obj_raw_syment_count (abfd); in coff_write_object_contents()
|
| HD | ecoff.c | 2510 internal_f.f_nsyms = external_hdr_size; in _bfd_ecoff_write_object_contents() 2515 internal_f.f_nsyms = 0; in _bfd_ecoff_write_object_contents()
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | pe.h | 179 char f_nsyms[4]; /* Number of symtab entries. */ member 218 char f_nsyms[4]; /* Number of symtab entries. */ member
|
| HD | external.h | 31 char f_nsyms[4]; /* number of symtab entries */ member
|
| HD | rs6k64.h | 28 char f_nsyms[4]; /* number of symtab entries */ member
|
| HD | rs6000.h | 13 char f_nsyms[4]; /* number of symtab entries */ member
|
| HD | alpha.h | 28 unsigned char f_nsyms[4]; /* number of symtab entries */ member
|
| HD | ti.h | 33 char f_nsyms[4]; /* number of symtab entries */ member
|
| HD | internal.h | 79 long f_nsyms; /* number of symtab entries */ member
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | coff.h | 40 long f_nsyms; /* # of symbols */ member
|
| /NextBSD/contrib/binutils/include/aout/ |
| HD | encap.h | 50 long f_nsyms; member
|
| /NextBSD/contrib/gcc/ |
| HD | mips-tdump.c | 746 printf(" %-*s %ld\n", 24, "symbolic header size", (long) ptr->f_nsyms); in print_global_hdr()
|
| HD | collect2.c | 2294 # define GCC_SYMBOLS(X) (HEADER(ldptr).f_nsyms)
|
| HD | mips-tfile.c | 4341 if (orig_file_header.f_nsyms != sizeof (HDRR)) in copy_object() 4343 input_name, (long) orig_file_header.f_nsyms, (long) sizeof (HDRR)); in copy_object()
|