Lines Matching defs:bfd_elf_section_data
1374 struct bfd_elf_section_data struct
1377 Elf_Internal_Shdr this_hdr;
1380 struct flag_info *section_flag_info;
1384 struct bfd_elf_section_reloc_data rel, rela;
1387 int this_idx;
1393 int dynindx;
1396 asection *linked_to;
1401 Elf_Internal_Rela *relocs;
1405 void *local_dynrel;
1408 asection *sreloc;
1410 union {
1434 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd) argument