Searched refs:f_nsyms (Results 1 – 21 of 21) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | 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 …]
|
| D | 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()
|
| D | 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 …]
|
| D | 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()
|
| D | peXXigen.c | 809 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms); in _bfd_XXi_only_swap_filehdr_out() 862 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms); in _bfd_XX_only_swap_filehdr_out()
|
| D | 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()
|
| D | 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()
|
| D | 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()
|
| /freebsd-10-stable/contrib/binutils/include/coff/ |
| D | pe.h | 179 char f_nsyms[4]; /* Number of symtab entries. */ member 218 char f_nsyms[4]; /* Number of symtab entries. */ member
|
| D | external.h | 31 char f_nsyms[4]; /* number of symtab entries */ member
|
| D | rs6k64.h | 28 char f_nsyms[4]; /* number of symtab entries */ member
|
| D | rs6000.h | 13 char f_nsyms[4]; /* number of symtab entries */ member
|
| D | alpha.h | 28 unsigned char f_nsyms[4]; /* number of symtab entries */ member
|
| D | internal.h | 79 long f_nsyms; /* number of symtab entries */ member
|
| D | ti.h | 33 char f_nsyms[4]; /* number of symtab entries */ member
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | coff.h | 40 long f_nsyms; /* # of symbols */ member
|
| /freebsd-10-stable/contrib/binutils/include/aout/ |
| D | encap.h | 50 long f_nsyms; member
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | coff | 63 # f_nsyms - number of symbols, only for not stripped
|
| /freebsd-10-stable/contrib/gcc/ |
| D | mips-tdump.c | 746 printf(" %-*s %ld\n", 24, "symbolic header size", (long) ptr->f_nsyms); in print_global_hdr()
|
| D | collect2.c | 2294 # define GCC_SYMBOLS(X) (HEADER(ldptr).f_nsyms)
|
| D | 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()
|