HomeSort by relevance Sort by last modified time
    Searched refs:bfd_section (Results 1 - 25 of 57) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 281 typedef struct bfd_section *sec_ptr;
453 struct bfd_section *stabstr;
531 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
573 (struct bfd_section *, struct bfd_section_already_linked *,
655 const char * const *, struct bfd_link_info *, struct bfd_section **);
671 (struct bfd_section *);
708 extern struct bfd_section *_bfd_elf_tls_setup
711 extern struct bfd_section *
712 _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
722 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *
    [all...]
bfd-in2.h 288 typedef struct bfd_section *sec_ptr;
460 struct bfd_section *stabstr;
538 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
580 (struct bfd_section *, struct bfd_section_already_linked *,
662 const char * const *, struct bfd_link_info *, struct bfd_section **);
678 (struct bfd_section *);
715 extern struct bfd_section *_bfd_elf_tls_setup
718 extern struct bfd_section *
719 _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
729 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *
1211 typedef struct bfd_section struct
    [all...]
elfxx-sparc.h 134 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
pef.h 116 asection *bfd_section; member in struct:bfd_pef_section
sparclynx.c 226 (void (*) (bfd *, struct bfd_section *)) bfd_void
format.c 103 struct bfd_section *sections;
104 struct bfd_section *section_last;
elf32-sh64.c 180 if (hdr->bfd_section == NULL)
183 if (strcmp (hdr->bfd_section->name, SH64_CRANGES_SECTION_NAME) == 0)
297 && ! bfd_set_section_flags (abfd, hdr->bfd_section,
299 hdr->bfd_section)
libbfd-in.h 473 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
476 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
490 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
627 (bfd *, struct bfd_section *);
libbfd.h 478 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
481 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
495 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
632 (bfd *, struct bfd_section *);
    [all...]
libcoff-in.h 315 extern struct bfd_section *coff_section_from_bfd_index
elf.c 649 if (shdr->bfd_section != NULL && (idx & GRP_COMDAT))
650 shdr->bfd_section->flags
705 if ((s = (++idx)->shdr->bfd_section) != NULL
731 if (shdr->bfd_section != NULL)
732 elf_next_in_group (shdr->bfd_section) = newsect;
782 linksec = this_hdr->bfd_section;
812 if ((++idx)->shdr->bfd_section)
813 elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section;
821 shdr->bfd_section->size -= 4
    [all...]
aout-target.h 417 (void (*) (bfd *, struct bfd_section *)) bfd_void
elfxx-target.h 123 ((void (*) (bfd*, struct bfd_section *)) bfd_void)
pef.c 396 section->bfd_section = bfd_pef_make_bfd_section (abfd, section);
397 if (section->bfd_section == NULL)
  /toolchain/binutils/binutils-2.25/gas/
subsegs.h 87 asection *bfd_section; member in struct:segment_info_struct
90 this section. sym->bsym and bfd_section->symbol should be the same. */
subsegs.c 69 seginfo->bfd_section = seg;
172 seginfo->bfd_section = secptr;
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 1905 asection *bfd_section = after->bfd_section; local
    [all...]
pe-dll.c 167 static struct bfd_section *edata_s, *reloc_s;
477 static struct bfd_section **exported_symbol_sections;
649 struct bfd_section *s;
886 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
888 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
    [all...]
ldlang.h 138 asection *bfd_section; member in struct:lang_output_section_statement_struct
ldexp.c 681 new_rel (0, os->bfd_section);
701 new_abs (os->bfd_section->lma);
727 else if (os->bfd_section != NULL)
732 val = (os->bfd_section->size
735 val = (bfd_vma)1 << os->bfd_section->alignment_power;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 57 struct bfd_section *bfd_section; member in struct:coff_section
srconv.c 460 while (i < bfd_get_section_size (section->bfd_section))
466 if (i + todo > bfd_get_section_size (section->bfd_section))
467 todo = bfd_get_section_size (section->bfd_section) - i;
486 bfd_get_section_contents (abfd, section->bfd_section, stuff, i, todo);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 290 typedef struct bfd_section *sec_ptr;
465 struct bfd_section *stabstr;
545 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
587 (struct bfd_section *, struct bfd_section_already_linked *,
667 const char * const *, struct bfd_link_info *, struct bfd_section **);
683 (struct bfd_section *);
718 extern struct bfd_section *_bfd_elf_tls_setup
721 extern struct bfd_section *
722 _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
732 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *
1182 typedef struct bfd_section struct
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 290 typedef struct bfd_section *sec_ptr;
465 struct bfd_section *stabstr;
545 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
587 (struct bfd_section *, struct bfd_section_already_linked *,
667 const char * const *, struct bfd_link_info *, struct bfd_section **);
683 (struct bfd_section *);
718 extern struct bfd_section *_bfd_elf_tls_setup
721 extern struct bfd_section *
722 _bfd_nearby_section (bfd *, struct bfd_section *, bfd_vma);
732 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *
1182 typedef struct bfd_section struct
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
internal.h 114 asection * bfd_section; /* Associated BFD section. */ member in struct:elf_internal_shdr

Completed in 1726 milliseconds

1 2 3