Searched refs:vfile (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | configure.com | 196 vfile := CREATE_BUFFER("vfile", "configure.in"); 197 rang := CREATE_RANGE(BEGINNING_OF(vfile), END_OF(vfile));
|
D | peXXigen.c | 1251 pe_print_idata (bfd * abfd, void * vfile) in pe_print_idata() argument 1253 FILE *file = (FILE *) vfile; in pe_print_idata() 1578 pe_print_edata (bfd * abfd, void * vfile) in pe_print_edata() argument 1580 FILE *file = (FILE *) vfile; in pe_print_edata() 1855 pe_print_pdata (bfd * abfd, void * vfile) in pe_print_pdata() argument 1862 FILE *file = (FILE *) vfile; in pe_print_pdata() 2041 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile) in _bfd_XX_print_ce_compressed_pdata() argument 2044 FILE *file = (FILE *) vfile; in _bfd_XX_print_ce_compressed_pdata() 2178 pe_print_reloc (bfd * abfd, void * vfile) in pe_print_reloc() argument 2180 FILE *file = (FILE *) vfile; in pe_print_reloc() [all …]
|
D | mach-o-i386.c | 274 void *vfile, char *buf) in bfd_mach_o_i386_print_thread() argument 276 FILE *file = (FILE *)vfile; in bfd_mach_o_i386_print_thread()
|
D | peicode.h | 332 pe_print_private_bfd_data (bfd *abfd, void * vfile) in pe_print_private_bfd_data() argument 334 FILE *file = (FILE *) vfile; in pe_print_private_bfd_data() 336 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile)) in pe_print_private_bfd_data() 344 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile); in pe_print_private_bfd_data()
|
D | pei-x86_64.c | 442 pex64_bfd_print_pdata (bfd *abfd, void *vfile) in pex64_bfd_print_pdata() argument 444 FILE *file = (FILE *) vfile; in pex64_bfd_print_pdata()
|
D | coff-ppc.c | 1463 dump_toc (void * vfile) in dump_toc() argument 1465 FILE *file = (FILE *) vfile; in dump_toc()
|
D | ChangeLog-9495 | 411 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
|