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

  /src/external/gpl3/gdb.old/dist/gdb/
elfread.c 125 Elf_Internal_Shdr *this_hdr = &elf_section_data (sect)->this_hdr; local
128 if (ELF_SECTION_IN_SEGMENT (this_hdr, segments[j]))
577 const auto &this_hdr = elf_section_data (relplt)->this_hdr; local
579 if (this_hdr.sh_type == SHT_REL || this_hdr.sh_type == SHT_RELA)
581 if (this_hdr.sh_info == plt_elf_idx
582 || this_hdr.sh_info == got_plt_elf_idx)
605 reloc_count = relplt->size / elf_section_data (relplt)->this_hdr.sh_entsize
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
elfread.c 125 Elf_Internal_Shdr *this_hdr = &elf_section_data (sect)->this_hdr; local
128 if (ELF_SECTION_IN_SEGMENT (this_hdr, segments[j]))
577 const auto &this_hdr = elf_section_data (relplt)->this_hdr; local
579 if (this_hdr.sh_type == SHT_REL || this_hdr.sh_type == SHT_RELA)
581 if (this_hdr.sh_info == plt_elf_idx
582 || this_hdr.sh_info == got_plt_elf_idx)
605 reloc_count = relplt->size / elf_section_data (relplt)->this_hdr.sh_entsize
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 1825 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1880 Elf_Internal_Shdr this_hdr;
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)
1878 Elf_Internal_Shdr this_hdr; member in struct:bfd_elf_section_data
elf.c 805 Elf_Internal_Shdr *this_hdr = &elf_section_data (s)->this_hdr; local
806 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
808 unsigned int elfsec = this_hdr->sh_link;
824 this_hdr = elf_elfsections (abfd)[elfsec];
825 linksec = this_hdr->bfd_section;
909 elf_section_data (newsect)->this_hdr = *hdr;
3622 Elf_Internal_Shdr *this_hdr;
3635 this_hdr = &esd->this_hdr;
3620 Elf_Internal_Shdr *this_hdr; local
6312 Elf_Internal_Shdr *this_hdr; local
6507 Elf_Internal_Shdr *this_hdr; local
8188 Elf_Internal_Shdr *this_hdr; local
8342 Elf_Internal_Shdr *this_hdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 1781 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1832 Elf_Internal_Shdr this_hdr;
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)
1830 Elf_Internal_Shdr this_hdr; member in struct:bfd_elf_section_data
elf.c 737 Elf_Internal_Shdr *this_hdr = &elf_section_data (s)->this_hdr; local
738 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
740 unsigned int elfsec = this_hdr->sh_link;
756 this_hdr = elf_elfsections (abfd)[elfsec];
757 linksec = this_hdr->bfd_section;
841 elf_section_data (newsect)->this_hdr = *hdr;
3558 Elf_Internal_Shdr *this_hdr;
3571 this_hdr = &esd->this_hdr;
3556 Elf_Internal_Shdr *this_hdr; local
6247 Elf_Internal_Shdr *this_hdr; local
6442 Elf_Internal_Shdr *this_hdr; local
8123 Elf_Internal_Shdr *this_hdr; local
8281 Elf_Internal_Shdr *this_hdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 1769 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1820 Elf_Internal_Shdr this_hdr;
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)
1818 Elf_Internal_Shdr this_hdr; member in struct:bfd_elf_section_data
elf.c 710 Elf_Internal_Shdr *this_hdr = &elf_section_data (s)->this_hdr; local
711 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
713 unsigned int elfsec = this_hdr->sh_link;
729 this_hdr = elf_elfsections (abfd)[elfsec];
730 linksec = this_hdr->bfd_section;
814 elf_section_data (newsect)->this_hdr = *hdr;
3529 Elf_Internal_Shdr *this_hdr;
3542 this_hdr = &esd->this_hdr;
3527 Elf_Internal_Shdr *this_hdr; local
6197 Elf_Internal_Shdr *this_hdr; local
6391 Elf_Internal_Shdr *this_hdr; local
8071 Elf_Internal_Shdr *this_hdr; local
8229 Elf_Internal_Shdr *this_hdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 1780 /* True if elf_section_data(sec)->this_hdr.contents is sec->rawsize
1831 Elf_Internal_Shdr this_hdr;
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)
1829 Elf_Internal_Shdr this_hdr; member in struct:bfd_elf_section_data
elf.c 803 Elf_Internal_Shdr *this_hdr = &elf_section_data (s)->this_hdr; local
804 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
806 unsigned int elfsec = this_hdr->sh_link;
822 this_hdr = elf_elfsections (abfd)[elfsec];
823 linksec = this_hdr->bfd_section;
907 elf_section_data (newsect)->this_hdr = *hdr;
3620 Elf_Internal_Shdr *this_hdr;
3633 this_hdr = &esd->this_hdr;
3618 Elf_Internal_Shdr *this_hdr; local
6299 Elf_Internal_Shdr *this_hdr; local
6494 Elf_Internal_Shdr *this_hdr; local
8175 Elf_Internal_Shdr *this_hdr; local
8333 Elf_Internal_Shdr *this_hdr; local
    [all...]

Completed in 36 milliseconds