Lines Matching defs:bfd_elf_section_data
1078 struct bfd_elf_section_data struct
1081 Elf_Internal_Shdr this_hdr;
1085 Elf_Internal_Shdr rel_hdr;
1089 Elf_Internal_Shdr *rel_hdr2;
1092 unsigned int rel_count;
1095 unsigned int rel_count2;
1098 int this_idx;
1102 int rel_idx;
1106 int rel_idx2;
1112 int dynindx;
1115 asection *linked_to;
1119 struct elf_link_hash_entry **rel_hashes;
1124 Elf_Internal_Rela *relocs;
1128 void *local_dynrel;
1153 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd) argument