Home
last modified time | relevance | path

Searched refs:hdr2 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c1923 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1924 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1925 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
1931 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1932 if (hdr2->sh_type == SHT_SYMTAB_SHNDX in bfd_section_from_shdr()
1933 && hdr2->sh_link == shindex) in bfd_section_from_shdr()
2005 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
2006 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
2027 Elf_Internal_Shdr *hdr2; in bfd_section_from_shdr() local
2106 hdr2 = &elf_section_data (target_sect)->rel_hdr; in bfd_section_from_shdr()
[all …]
Decoff.c1904 const asection *hdr2 = *(const asection **) arg2; in ecoff_sort_hdrs() local
1908 if ((hdr2->flags & SEC_ALLOC) == 0) in ecoff_sort_hdrs()
1913 if ((hdr2->flags & SEC_ALLOC) != 0) in ecoff_sort_hdrs()
1916 if (hdr1->vma < hdr2->vma) in ecoff_sort_hdrs()
1918 else if (hdr1->vma > hdr2->vma) in ecoff_sort_hdrs()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c1777 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; in bfd_section_from_shdr() local
1778 if (hdr2->sh_link == shindex) in bfd_section_from_shdr()
1799 hdr2 = elf_elfsections (abfd)[i]; /* in case it moved */ in bfd_section_from_shdr()
1801 newsect = (asection *) hdr2->bfd_section; in bfd_section_from_shdr()
1805 hdr2 = &elf_section_data (newsect)->str_hdr; in bfd_section_from_shdr()
1806 *hdr2 = *hdr; in bfd_section_from_shdr()
1807 elf_elfsections (abfd)[shindex] = hdr2; in bfd_section_from_shdr()
1820 Elf_Internal_Shdr *hdr2; in bfd_section_from_shdr() local
1886 hdr2 = &elf_section_data (target_sect)->rel_hdr; in bfd_section_from_shdr()
1891 amt = sizeof (*hdr2); in bfd_section_from_shdr()
[all …]
Decoff.c2032 const asection *hdr2 = *(const asection **) arg2; local
2036 if ((hdr2->flags & SEC_ALLOC) == 0)
2041 if ((hdr2->flags & SEC_ALLOC) != 0)
2044 if (hdr1->vma < hdr2->vma)
2046 else if (hdr1->vma > hdr2->vma)
/openbsd/src/gnu/llvm/clang/docs/
DStandardCPlusPlusModules.rst395 hdr2.h --, |