Lines Matching defs:elf_section_data
1769 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1894 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd)
1895 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to)
1896 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type)
1897 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1898 #define elf_section_info(sec) (elf_section_data(sec)->this_hdr.sh_info)
1899 #define elf_group_name(sec) (elf_section_data(sec)->group.name)
1900 #define elf_group_id(sec) (elf_section_data(sec)->group.id)
1901 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1902 #define elf_fde_list(sec) (elf_section_data(sec)->fde_list)
1903 #define elf_sec_group(sec) (elf_section_data(sec)->sec_group)
1904 #define elf_section_eh_frame_entry(sec) (elf_section_data(sec)->eh_frame_entry)