Searched refs:bfd_section (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in.h332 typedef struct bfd_section *sec_ptr;
494 struct bfd_section *stabstr;
573 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
690 struct bfd_link_info *, struct bfd_section **,
707 (struct bfd_section *);
749 extern struct bfd_section *_bfd_elf_tls_setup
760 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
764 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
[all...]
H A Dbfd-in2.h339 typedef struct bfd_section *sec_ptr;
501 struct bfd_section *stabstr;
580 bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);
697 struct bfd_link_info *, struct bfd_section **,
714 (struct bfd_section *);
756 extern struct bfd_section *_bfd_elf_tls_setup
767 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
771 (bfd *, struct bfd_link_info *, struct bfd_section *, struct bfd_section *,
1142 typedef struct bfd_section struct
[all...]
H A Dlibbfd-in.h396 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
399 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
412 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
414 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void)
526 (bfd *, struct bfd_section *);
529 (bfd *, struct bfd_section *, struct bfd_link_info *);
H A Dlibbfd.h401 ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \
404 ((bfd_boolean (*) (bfd *, struct bfd_section *)) \
417 ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false)
419 ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void)
531 (bfd *, struct bfd_section *);
534 (bfd *, struct bfd_section *, struct bfd_link_info *);
H A Delfxx-sparc.h133 (bfd *, struct bfd_section *, struct bfd_link_info *, bfd_boolean *);
H A Dpef.h115 asection *bfd_section; member in struct:bfd_pef_section
H A Dsparclynx.c230 (void (*) PARAMS ((bfd *, struct bfd_section *))) bfd_void
H A Delf32-sh64.c179 if (hdr->bfd_section == NULL)
182 if (strcmp (hdr->bfd_section->name, SH64_CRANGES_SECTION_NAME) == 0)
295 && ! bfd_set_section_flags (abfd, hdr->bfd_section,
297 hdr->bfd_section)
H A Delf.c568 if (shdr->bfd_section != NULL && (idx & GRP_COMDAT))
569 shdr->bfd_section->flags
609 if ((s = (++idx)->shdr->bfd_section) != NULL
635 if (shdr->bfd_section != NULL)
636 elf_next_in_group (shdr->bfd_section) = newsect;
688 link = this_hdr->bfd_section;
713 if ((++idx)->shdr->bfd_section)
714 elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section;
722 shdr->bfd_section
[all...]
H A Dlibcoff-in.h303 extern struct bfd_section *coff_section_from_bfd_index
H A Daout-target.h411 (void (*) (bfd *, struct bfd_section *)) bfd_void
H A Delfxx-target.h110 ((void (*) (bfd*, struct bfd_section *)) bfd_void)
H A Dpef.c391 section->bfd_section = bfd_pef_make_bfd_section (abfd, section);
392 if (section->bfd_section == NULL)
H A Delfcode.h312 dst->bfd_section = NULL;
1481 hdr->bfd_section != NULL ? hdr->bfd_section->name : "",
H A Daoutf1.h786 #define MY_bfd_debug_info_accumulate (void (*) (bfd *, struct bfd_section *)) bfd_void
H A Delfxx-mips.c5331 && hdr->bfd_section != NULL
5332 && mips_elf_section_data (hdr->bfd_section) != NULL
5333 && mips_elf_section_data (hdr->bfd_section)->u.tdata != NULL)
5344 contents = mips_elf_section_data (hdr->bfd_section)->u.tdata;
5394 if (hdr->bfd_section != NULL)
5396 const char *name = bfd_get_section_name (abfd, hdr->bfd_section);
5523 if (! bfd_set_section_flags (abfd, hdr->bfd_section,
5525 hdr->bfd_section)
5541 if (! bfd_get_section_contents (abfd, hdr->bfd_section,
5559 if (! bfd_get_section_contents (abfd, hdr->bfd_section, content
[all...]
H A Dlibcoff.h307 extern struct bfd_section *coff_section_from_bfd_index
H A Dsyms.c304 . struct bfd_section *section;
609 decode_section_type (const struct bfd_section *section)
H A Delf-bfd.h1531 (bfd *, const struct bfd_section *);
1533 (bfd *, struct bfd_section *, struct bfd_link_info *);
H A Daout-tic30.c853 (void (*) (bfd*, struct bfd_section *)) bfd_void
H A Delf32-i370.c362 newsect = hdr->bfd_section;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h56 struct bfd_section *bfd_section; member in struct:coff_section
H A Dsrconv.c455 while (i < bfd_get_section_size (section->bfd_section))
461 if (i + todo > bfd_get_section_size (section->bfd_section))
462 todo = bfd_get_section_size (section->bfd_section) - i;
481 bfd_get_section_contents (abfd, section->bfd_section, stuff, i, todo);
H A Dcoffgrok.c165 head->sections[i].bfd_section = section;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h91 asection * bfd_section; /* Associated BFD section. */ member in struct:elf_internal_shdr

Completed in 364 milliseconds

12