Lines Matching defs:bfd_elf_section_data
1742 struct bfd_elf_section_data struct
1745 Elf_Internal_Shdr this_hdr;
1748 struct flag_info *section_flag_info;
1752 struct bfd_elf_section_reloc_data rel, rela;
1755 int this_idx;
1761 int dynindx;
1764 asection *linked_to;
1769 Elf_Internal_Rela *relocs;
1773 void *local_dynrel;
1776 asection *sreloc;
1778 union {
1784 } group;
1810 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd) argument