Searched refs:hdr2 (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp342 uint16 hdr2 = fROM[PCIR - 4] + (fROM[PCIR - 3] << 8); local
343 uint16 hmMedia = fROM[hdr2 + 8] + (fROM[hdr2 + 9] << 8);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c1851 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1852 if (hdr2->sh_link == shindex)
1873 hdr2 = elf_elfsections (abfd)[i]; /* in case it moved */
1875 newsect = (asection *) hdr2->bfd_section;
1879 hdr2 = &elf_section_data (newsect)->str_hdr;
1880 *hdr2 = *hdr;
1881 elf_elfsections (abfd)[shindex] = hdr2;
1894 Elf_Internal_Shdr *hdr2;
1960 hdr2 = &elf_section_data (target_sect)->rel_hdr;
1965 amt = sizeof (*hdr2);
1846 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
1889 Elf_Internal_Shdr *hdr2; local
7922 Elf_Internal_Shdr *hdr1, *hdr2; local
[all...]
H A Decoff.c2037 const asection *hdr2 = *(const asection **) arg2;
2041 if ((hdr2->flags & SEC_ALLOC) == 0)
2046 if ((hdr2->flags & SEC_ALLOC) != 0)
2049 if (hdr1->vma < hdr2->vma)
2051 else if (hdr1->vma > hdr2->vma)
2029 const asection *hdr2 = *(const asection **) arg2; local

Completed in 68 milliseconds