Home | History | Annotate | Download | only in bfd

Lines Matching defs:elf_section_data

1825   /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1951 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd)
1952 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to)
1953 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type)
1954 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1955 #define elf_section_info(sec) (elf_section_data(sec)->this_hdr.sh_info)
1956 #define elf_group_name(sec) (elf_section_data(sec)->group.name)
1957 #define elf_group_id(sec) (elf_section_data(sec)->group.id)
1958 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1959 #define elf_fde_list(sec) (elf_section_data(sec)->fde_list)
1960 #define elf_sec_group(sec) (elf_section_data(sec)->sec_group)
1961 #define elf_section_eh_frame_entry(sec) (elf_section_data(sec)->eh_frame_entry)