HomeSort by: relevance | last modified time | path
    Searched refs:the_bfd (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/binutils/dist/gas/config/
obj-som.h 34 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
obj-elf.h 132 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-som.h 34 #define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
obj-elf.h 131 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
  /src/external/gpl3/binutils/dist/ld/
ldfile.c 349 entry->the_bfd = bfd_openr (attempt, entry->target);
353 if (entry->the_bfd == NULL)
359 if (entry->the_bfd == NULL)
371 entry->the_bfd->flags |= BFD_DECOMPRESS;
374 entry->the_bfd->is_linker_input = 1;
377 entry->the_bfd->lto_output = 1;
394 if (bfd_check_format (entry->the_bfd, bfd_archive))
395 check = bfd_openr_next_archived_file (entry->the_bfd, NULL);
397 check = entry->the_bfd;
403 if (check == entry->the_bfd
    [all...]
ldelf.c 123 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0)
125 entry->the_bfd);
128 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0)
131 bfd_elf_set_dyn_lib_class (entry->the_bfd,
163 if (s->the_bfd == NULL
164 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0)
167 soname = bfd_elf_get_dt_soname (s->the_bfd);
169 soname = lbasename (bfd_get_filename (s->the_bfd));
216 if (s->the_bfd == NULL)
221 if ((bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0
    [all...]
ldemul.c 274 if (s->the_bfd != NULL)
276 if (bfd_little_endian (s->the_bfd))
ldlang.c 372 == (f->the_bfd != NULL && f->the_bfd->my_archive != NULL)))
378 const char *aname = bfd_get_filename (f->the_bfd->my_archive);
437 else if (file->the_bfd != NULL
438 && file->the_bfd->my_archive != NULL
440 bfd_get_filename (file->the_bfd->my_archive)) == 0)
512 else if (file->the_bfd
513 && file->the_bfd->my_archive
514 && (arch_is = bfd_usrdata (file->the_bfd->my_archive))
705 fa = file->the_bfd->my_archive != NULL
    [all...]
plugin.c 366 asym->the_bfd = abfd;
1345 if (plugin_object_p (entry->the_bfd, true))
1347 bfd *abfd = entry->the_bfd->plugin_dummy_bfd;
1350 cmdline_check_object_only_section (entry->the_bfd, true);
1356 the_bfd and the_bfd->filename in a lang_input_statement_type
1358 if (entry->the_bfd->my_archive == NULL)
1359 bfd_close (entry->the_bfd);
1360 entry->the_bfd = abfd;
ldmisc.c 495 if (i->the_bfd != NULL
496 && i->the_bfd->my_archive != NULL
497 && !bfd_is_thin_archive (i->the_bfd->my_archive))
499 bfd_get_filename (i->the_bfd->my_archive),
ldmain.c 1384 input->the_bfd = abfd;
1413 *subsbfd = input->the_bfd;
1417 cmdline_check_object_only_section (input->the_bfd, false);
1419 if (link_info.input_bfds_tail == &input->the_bfd->link.next
1420 || input->the_bfd->link.next != NULL)
1515 || (trace_files && bfd_is_thin_archive (orig_input.the_bfd->my_archive)))
  /src/external/gpl3/binutils.old/dist/ld/
ldfile.c 351 entry->the_bfd = bfd_openr (attempt, entry->target);
355 if (entry->the_bfd == NULL)
361 if (entry->the_bfd == NULL)
375 entry->the_bfd->flags |= BFD_DECOMPRESS;
378 entry->the_bfd->is_linker_input = 1;
382 entry->the_bfd->lto_output = 1;
400 if (bfd_check_format (entry->the_bfd, bfd_archive))
401 check = bfd_openr_next_archived_file (entry->the_bfd, NULL);
403 check = entry->the_bfd;
409 if (check == entry->the_bfd
    [all...]
ldelf.c 123 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0)
125 entry->the_bfd);
128 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0)
131 bfd_elf_set_dyn_lib_class (entry->the_bfd,
163 if (s->the_bfd == NULL
164 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0)
167 soname = bfd_elf_get_dt_soname (s->the_bfd);
169 soname = lbasename (bfd_get_filename (s->the_bfd));
216 if (s->the_bfd == NULL)
221 if ((bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0
    [all...]
ldemul.c 274 if (s->the_bfd != NULL)
276 if (bfd_little_endian (s->the_bfd))
ldlang.c 374 == (f->the_bfd != NULL && f->the_bfd->my_archive != NULL)))
380 const char *aname = bfd_get_filename (f->the_bfd->my_archive);
439 else if (file->the_bfd != NULL
440 && file->the_bfd->my_archive != NULL
442 bfd_get_filename (file->the_bfd->my_archive)) == 0)
512 else if (file->the_bfd
513 && file->the_bfd->my_archive
514 && (arch_is = bfd_usrdata (file->the_bfd->my_archive))
705 fa = file->the_bfd->my_archive != NULL
    [all...]
plugin.c 367 asym->the_bfd = abfd;
1341 if (plugin_object_p (entry->the_bfd, true))
1343 bfd *abfd = entry->the_bfd->plugin_dummy_bfd;
1346 cmdline_check_object_only_section (entry->the_bfd, true);
1352 the_bfd and the_bfd->filename in a lang_input_statement_type
1354 if (entry->the_bfd->my_archive == NULL)
1355 bfd_close (entry->the_bfd);
1356 entry->the_bfd = abfd;
ldmisc.c 450 if (i->the_bfd != NULL
451 && i->the_bfd->my_archive != NULL
452 && !bfd_is_thin_archive (i->the_bfd->my_archive))
454 bfd_get_filename (i->the_bfd->my_archive),
  /src/external/gpl3/binutils/dist/bfd/
binary.c 170 syms[0].the_bfd = abfd;
178 syms[1].the_bfd = abfd;
186 syms[2].the_bfd = abfd;
ppcboot.c 292 syms[0].the_bfd = abfd;
300 syms[1].the_bfd = abfd;
308 syms[2].the_bfd = abfd;
plugin.c 313 s->the_bfd = abfd;
883 s->the_bfd = abfd;
957 new_symbol->the_bfd = abfd;
libecoff.h 182 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
  /src/external/gpl3/binutils.old/dist/bfd/
binary.c 161 syms[0].the_bfd = abfd;
169 syms[1].the_bfd = abfd;
177 syms[2].the_bfd = abfd;
ppcboot.c 292 syms[0].the_bfd = abfd;
300 syms[1].the_bfd = abfd;
308 syms[2].the_bfd = abfd;
libecoff.h 180 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
plugin.c 296 s->the_bfd = abfd;
879 s->the_bfd = abfd;
953 new_symbol->the_bfd = abfd;

Completed in 67 milliseconds

1 2 3 4 5 6