/toolchain/binutils/binutils-2.25/binutils/ |
bfdtest1.c | 44 if (!bfd_check_format (archive, bfd_archive)) 47 die ("bfd_check_format");
|
bfdtest2.c | 68 return bfd_check_format (abfd, format);
|
binemul.c | 65 if (flatten && bfd_check_format (new_bfd, bfd_archive))
|
emul_aix.c | 57 if (bfd_check_format (try_bfd, bfd_object))
|
size.c | 301 if (bfd_check_format (abfd, bfd_archive)) 398 if (bfd_check_format (file, bfd_archive))
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-tic54x.c | 423 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */ 468 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */ 514 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */ 560 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */ 606 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */ 652 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */
|
pe-x86_64.c | 94 { _bfd_dummy_target, amd64coff_object_p, /* BFD_check_format. */
|
nlm-target.h | 124 /* bfd_check_format: check the format of a file being read. */ 218 /* bfd_check_format: check the format of a file being read. */
|
format.c | 55 bfd_check_format 58 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format); 92 bfd_check_format (bfd *abfd, bfd_format format) function 191 Like <<bfd_check_format>>, except when it returns FALSE with
|
mach-o-target.c | 143 { /* bfd_check_format. */
|
cisco-core.c | 342 { /* bfd_check_format */ 393 { /* bfd_check_format */
|
mipsbsd.c | 423 {_bfd_dummy_target, MY_object_p, /* bfd_check_format */ 465 {_bfd_dummy_target, MY_object_p, /* bfd_check_format */
|
coff-ia64.c | 182 {_bfd_dummy_target, ia64coff_object_p, /* bfd_check_format */
|
coff-tic30.c | 202 {_bfd_dummy_target, coff_object_p, /* bfd_check_format */
|
i386msdos.c | 201 _bfd_dummy_target, /* bfd_check_format */
|
i386os9k.c | 205 {_bfd_dummy_target, os9k_object_p, /* bfd_check_format */
|
netbsd-core.c | 291 { /* bfd_check_format. */
|
osf-core.c | 198 { /* bfd_check_format */
|
pef.c | 1022 { /* bfd_check_format. */ 1024 bfd_pef_object_p, /* bfd_check_format. */ 1166 { /* bfd_check_format. */ 1168 bfd_pef_xlib_object_p, /* bfd_check_format. */
|
ptrace-core.c | 188 { /* bfd_check_format */
|
aout-arm.c | 487 {_bfd_dummy_target, MY_object_p, /* bfd_check_format. */ 529 {_bfd_dummy_target, MY_object_p, /* bfd_check_format. */
|
elfxx-target.h | 855 /* bfd_check_format: check the format of a file being read */ 953 /* bfd_check_format: check the format of a file being read */
|
ppcboot.c | 505 { /* bfd_check_format */ 507 ppcboot_object_p, /* bfd_check_format */
|
/toolchain/binutils/binutils-2.25/ld/ |
ldfile.c | 180 if (bfd_check_format (entry->the_bfd, bfd_archive)) 187 if (! bfd_check_format (check, bfd_object)) 301 && bfd_check_format (entry->the_bfd, bfd_archive))) 320 a needed side-effect of calling bfd_check_format with 324 if (bfd_check_format (entry->the_bfd, bfd_object)
|
/external/wpa_supplicant_8/src/utils/ |
trace.c | 55 if (bfd_check_format(abfd, bfd_archive)) { 56 wpa_printf(MSG_INFO, "bfd_check_format failed");
|