HomeSort by: relevance | last modified time | path
    Searched defs:elf_section_data (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 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
1949 #define elf_section_data macro
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 1781 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1906 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd)
1907 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to)
1908 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type)
1909 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1910 #define elf_section_info(sec) (elf_section_data(sec)->this_hdr.sh_info)
1911 #define elf_group_name(sec) (elf_section_data(sec)->group.name)
1912 #define elf_group_id(sec) (elf_section_data(sec)->group.id)
1913 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1914 #define elf_fde_list(sec) (elf_section_data(sec)->fde_list
1904 #define elf_section_data macro
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 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
1892 #define elf_section_data macro
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 1780 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1905 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd)
1906 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to)
1907 #define elf_section_type(sec) (elf_section_data(sec)->this_hdr.sh_type)
1908 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1909 #define elf_section_info(sec) (elf_section_data(sec)->this_hdr.sh_info)
1910 #define elf_group_name(sec) (elf_section_data(sec)->group.name)
1911 #define elf_group_id(sec) (elf_section_data(sec)->group.id)
1912 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1913 #define elf_fde_list(sec) (elf_section_data(sec)->fde_list
1903 #define elf_section_data macro
    [all...]

Completed in 22 milliseconds