Lines Matching defs:bfd_elf_section_data
978 struct bfd_elf_section_data struct
981 Elf_Internal_Shdr this_hdr;
985 Elf_Internal_Shdr rel_hdr;
989 Elf_Internal_Shdr *rel_hdr2;
992 unsigned int rel_count;
995 unsigned int rel_count2;
999 int this_idx;
1003 int rel_idx;
1007 int rel_idx2;
1013 int dynindx;
1017 struct elf_link_hash_entry **rel_hashes;
1022 Elf_Internal_Rela *relocs;
1047 #define elf_section_data(sec) ((struct bfd_elf_section_data*)sec->used_by_bfd) argument